Community discussions

MikroTik App
 
scurrie
just joined
Topic Author
Posts: 3
Joined: Tue Feb 08, 2011 8:22 pm

RB750 NOOB configuration question

Tue Feb 08, 2011 8:35 pm

Greetings all--
I am a new user to the RB750 and ROS (v4.11). I am trying to set up a simple configuration and have it mostly working, but I am having difficulty with port forwarding. No matter what I try, I can't seem to get it working. The desired configuration is:

Static WAN: 192.168.1.253/24
WAN Gateway: 192.168.1.1
WAN DNS: 8.8.8.8
LAN Address: 10.0.0.1/8
No DHCP server

Port forwarding as follows:
Ports 20001-20005 TCP/UDP to 10.0.0.2
Port 40000 UDP to 10.0.0.2
Port 40001 TCP to 10.0.0.2
Port 443 TCP to 10.0.0.2
Port 22 TCP to 10.0.0.2

Any suggestions/examples would be appreciated!

-Scott
 
Sob
Forum Guru
Forum Guru
Posts: 9121
Joined: Mon Apr 20, 2009 9:11 pm

Re: RB750 NOOB configuration question

Tue Feb 08, 2011 11:54 pm

Just to be sure you're not trying to do the impossible - are you aware that if your WAN address is really 192.168.1.253, then it's unreachable for the rest of the world? (Unless your ISP also forwards the mentioned ports to it from some public IP address)

In case ISP does forward the ports to you, then rules like this must work:
/ip firewall nat
add action=dst-nat chain=dstnat dst-address=192.168.1.253 dst-port=443 \
    protocol=tcp to-addresses=10.0.0.2 to-ports=443

Who is online

Users browsing this forum: Google [Bot] and 33 guests