Hello, i am new to mikrotik, i was trying to follow the directions from here: http://forum.mikrotik.com/t/public-subnet-routed-through-public-ip/105817/1 to setup a public subnet through my public ip, but i can t get it right:
details: a public ip from my isp: 82.76.208.40 gw: 82.76.208.1
a subnet routed through my public ip: 86.120.124.24/29
router: rb2011
setup: bridge1 (lan) ports from 2 to 5
bridge2 (public subnet) ports from 6 to 10
on bridge1, nat is seted up, and working.
on bridge2, i want to allow this ports to use the public subnet
my goal: i want to use all 8 public ips on diffrent servers in my network.
what i did:
firewall: add 2 rules
add action=accept chain=forward comment=clasa_86 connection-state=“” dst-address=86.120.124.24/29
in-interface=ether1 out-interface=bridge2
add action=accept chain=forward connection-state=new in-interface=bridge2 out-interface=ether1
src-address=86.120.124.24/29
nat: add 1 rule
add action=accept chain=srcnat connection-type=“” src-address=86.120.124.24/29
and one route:
this is little odd
add distance=1 dst-address=86.120.124.24/29 gateway=bridge2
if i remove the route, it does not work anymore, with the route added, it s working intermittently , in and out, i can ping a host from that subnet or ping from the host a public dns like 1.1.1.1
the output is like this:
Request timeout for icmp_seq 6093
Request timeout for icmp_seq 6094
Request timeout for icmp_seq 6095
Request timeout for icmp_seq 6096
Request timeout for icmp_seq 6097
Request timeout for icmp_seq 6098
Request timeout for icmp_seq 6099
Request timeout for icmp_seq 6100
Request timeout for icmp_seq 6101
Request timeout for icmp_seq 6102
Request timeout for icmp_seq 6103
Request timeout for icmp_seq 6104
Request timeout for icmp_seq 6105
64 bytes from 86.120.124.26: icmp_seq=6106 ttl=117 time=35.435 ms
64 bytes from 86.120.124.26: icmp_seq=6107 ttl=117 time=38.500 ms
64 bytes from 86.120.124.26: icmp_seq=6108 ttl=117 time=36.088 ms
64 bytes from 86.120.124.26: icmp_seq=6109 ttl=117 time=35.227 ms
64 bytes from 86.120.124.26: icmp_seq=6110 ttl=117 time=35.607 ms
64 bytes from 86.120.124.26: icmp_seq=6111 ttl=117 time=35.639 ms
64 bytes from 86.120.124.26: icmp_seq=6112 ttl=117 time=39.545 ms
64 bytes from 86.120.124.26: icmp_seq=6113 ttl=117 time=37.590 ms
Request timeout for icmp_seq 6114
Request timeout for icmp_seq 6115
Request timeout for icmp_seq 6116
i would appreciate any advices, thanks ![]()