I have a Mikrotik running, with a AP, with which clients connect to…now my router connects pppoe through the internet, and is running DDNS to update a DNS name with its new IP address…
Now I have a client who wants to access his computer from the internet…Can anybody please help me!!? I know it is possible, but I dunno how to do it
Can you pleaaaaaaaaaaaase help me out here .. you sem to know something about this.. i can’t seem to open port 25 for my mailserver on MK anytime i scan the ports it says closed no matter what i do any ideas???
/ ip firewall src-nat
add out-interface=Public action=masquerade comment="" disabled=no
add src-address=192.168.0.30/32 out-interface=Public action=nat comment="this rule allows ONLY THIS PUTER
ACCESS TO THE NET." disabled=yes
[admin@MikroTik] > /ip firewall dst-nat export
dec/10/2004 11:51:41 by RouterOS 2.8.19
software id = IMXI-FLT
/ ip firewall dst-nat
add dst-address=68.150.192.222/32:53 protocol=udp action=nat to-dst-address=192.168.0.11 comment=""
disabled=no
add dst-address=68.150.192.249/32:53 protocol=udp action=nat to-dst-address=192.168.0.2 comment=""
disabled=no
add dst-address=:25 protocol=tcp action=nat to-dst-address=192.168.0.30 comment="it's gotta be this one or
the other one CHANGED THIS TO PUBLIC SEE WHAT HAPPENS ...disabled this one to allow new last rule a
chance to work ????????" disabled=yes
add dst-address=68.150.192.222/32:23 protocol=tcp action=nat to-dst-address=192.168.0.30 comment="for ssh
access" disabled=no
add dst-address=68.150.192.222/32:22 protocol=tcp action=nat to-dst-address=192.168.0.30 to-dst-port=22
comment="" disabled=no
add src-address=192.168.0.30/32 action=accept comment="i don't know he says .30 should be able to get out wit
htis and a simialr one in forward rules ??????????" disabled=no
add dst-address=68.150.192.222/32:25 protocol=tcp action=nat to-dst-address=192.168.0.30 comment=""
disabled=no