Community discussions

MikroTik App
 
Shawn2012
just joined
Topic Author
Posts: 7
Joined: Thu Apr 26, 2012 3:41 pm

How to open everything to one Internet IP

Mon Sep 10, 2012 7:21 pm

A little bit confused, what is the exact way to open/allow everything from one Internet IP to the server behind RB750G router?

Let's say:

The Internet IP is "InterIP"
RB750G WAN IP is "WANIP"
The server IP is "SerIP"

What I did as follows:

Winbox---IP---Firewall---Filter Rules:
chain: forward
src. address: InterIP
dst. address: WANIP
action, accept

Winbox---IP---Firewall---NAT:
chain: dstnat
src. address: InterIP
dst. address: WANIP
action: dstnat
to addresses: SerIP

Really appreciate it if someone can clarify.
 
User avatar
sytex
Trainer
Trainer
Posts: 87
Joined: Fri May 23, 2008 10:35 am
Location: Hungary

Re: How to open everything to one Internet IP

Mon Sep 10, 2012 7:35 pm

If the server IP is a private ip (eg: 192.168.X.X, 10.X.X.X, 172.X.X.X), than this is the correct way.
 
Shawn2012
just joined
Topic Author
Posts: 7
Joined: Thu Apr 26, 2012 3:41 pm

Re: How to open everything to one Internet IP

Tue Sep 11, 2012 3:23 pm

Thank you very much for your verification. I am a little bit confused with port and IP. If we specify source IP and destination IP without specific ports, which means everything is open between these two IPs?