I am trying to setup the following:
3 networks:
10.160.250.0/24 - Public Network
10.160.251.0/24 - Private Network
10.160.252.0/24 - Front Network
I have everything setup and it is all working except I am not getting internet access on any of the networks!
eth1: Comcast switch/modem its ip is 10.1.10.1
eth2: Public Network
eth3: Private Network
eth4: Front network
Here is my config file:
apr/22/2015 17:51:56 by RouterOS 6.28
software id = 8XY6-SF8M
/ip pool
add name=dhcp_pool1 ranges=10.160.250.100-10.160.250.254
add name=dhcp_pool2 ranges=10.160.251.100-10.160.251.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=ether2 lease-time=3d name=
Public-Network
add address-pool=dhcp_pool2 disabled=no interface=ether3 lease-time=3d name=
Private-Network
/port
set 0 name=serial0
/ip address
add address=10.160.250.0/24 interface=ether2 network=10.160.250.0
add address=10.160.251.0/24 interface=ether3 network=10.160.251.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no
interface=ether1
/ip dhcp-server network
add address=10.160.250.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=10.160.250.1
add address=10.160.251.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=10.160.251.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1 src-address=
10.160.250.0/24
add action=masquerade chain=srcnat out-interface=ether1 src-address=
10.160.151.0/24
/ip route
add distance=1 gateway=10.1.10.1
/romon port
add disabled=no
/system clock
set time-zone-name=America/Detroit
I was working on this all weekend. Still nothing!
Screenshot: http://prntscr.com/6ysa5a
Thanks for the help!