Public IP without NAT under mikrotik
Posted: Tue Apr 15, 2014 5:00 am
Mikrotik gurus, I have a mikrotik with 1 internet ether and other ethers are used for cloud and VPN. I got a reserved IP (172.22.xx.xx/29) for a host to another cloud and the host is under mikrotik and can't be NATted. The host is under a switch and connected to ether10 while it is also configured for VLAN to a VM server. How do i make it to work? My configs are:
Code: Select all
/interface ethernet
set 9 name=ether10
/interface vlan
add interface=ether10 l2mtu=1586 name=VL192.168.1.x vlan-id=\
100
add arp=proxy-arp interface=ether10 l2mtu=1586 name=\
VL192.168.2.x vlan-id=101
add arp=proxy-arp interface=ether10 l2mtu=1586 name=\
VL192.168.3.x vlan-id=102
/ip address
add address=192.168.3.1/24 interface=VL192.168.3.x network=\
192.168.3.0
add address=192.168.1.1/24 interface=VL192.168.1.x network=\
192.168.1.0
add address=192.168.2.1/24 interface=VL192.168.2.x network=\
192.168.2.0