Bridge WAN IP to local device?

Hi there,

I would like a local device to have the WAN IP, but still have the other devices behind the router on a NAT.

Is that possible?

Current
122.7.219.77 → 192.168.88.161 & 192.168.88.et al


Now I want 192.168.88.161 to basically be 122.7.219.77, but still have 192.168.88.* work.

Thanks!

IF you will connect the device on your WAN.

Has WAN configured a DHCP-server?

So yes

Make a bridge named br-wan
add ports the interface that now connect to the WAN
and another free ethernet interface.
Connect the device to this ethernet port.

Don’t forget configured firewall NAT all what have configured as WAN must change to interface br-lan
Sorry for my bad englisch but i try to help you

Not it’s bridge-local IIUC http://s.natalian.org/2014-08-26/1409064532_1364x748.png

I can tell you it’s on ether3… http://s.natalian.org/2014-08-26/1409064505_1364x748.png

Maybe I should just forward all ports somehow to 192.168.88.133 instead. But I keep hearing “NAT is bad” hence I wanted this situation.

if understand right you need netmap ?
try to use this :

ip firewall nat add chain=dstnat dst-address=122.7.219.77 action=netmap to-address=192.168.88.133

Perfect!! :smiley: That works. But what happens if my WAN IP changes? 122.7.219.77 could change to 122.7.219.78 (this IIUC is my vlan1 address). Depends on my ISP’s whim.

http://forum.mikrotik.com/t/how-to-forward-dmz/35097/1

?