Community discussions

MikroTik App
 
monaro
newbie
Topic Author
Posts: 32
Joined: Wed Feb 07, 2007 10:05 pm

Turn off NAT

Tue Sep 18, 2007 8:40 pm

How do you turn off NAT in Mikrotik. I want the to ping the LAN from the WAN.

Is it possible.
 
axtell
just joined
Posts: 6
Joined: Mon May 31, 2004 4:27 pm
Location: Iowa

Re: Turn off NAT

Tue Sep 18, 2007 8:44 pm

How do you turn off NAT in Mikrotik. I want the to ping the LAN from the WAN.

Is it possible.
I believe if you re-set the router, reboot, and then bridge the interfaces you want to use without NAT, otherwise remove the NAT from the firewall. :shock:
 
monaro
newbie
Topic Author
Posts: 32
Joined: Wed Feb 07, 2007 10:05 pm

Re: Turn off NAT

Tue Sep 18, 2007 8:46 pm

How do u bridge them actually?
 
User avatar
natedogg104
Member Candidate
Member Candidate
Posts: 157
Joined: Tue Feb 28, 2006 9:18 am

Re: Turn off NAT

Tue Sep 18, 2007 9:08 pm

ok the mt does not come with any nat rules defined from the start you would have had to create them

check your firewall for the rules

/ip firewall nat add chain=srcnat action=masquerade
/ip firewall nat add chain=srcnat
/ip firewall nat add chain=dst-nat

These are all to do with nating and redirection to local ips

If yu want to make a bridge aka dumb switch ports
create the bridge
/interface bridge add name=bridge1 disabled=no
add your interfaces to it for example ether3
/interface bridge port set ether3 bridge=bridge1

what ever interfaces are added to the bridge now talk on layer2 and are bridged together