Here's a basic diagram of a portion of the network:
These are the settings I think are correct, but I'm not sure:
Code: Select all
/ip address
add address=10.0.1.1/24 comment=defconf interface=bridge1-lan network=10.0.1.0
add address=69.174.129.202/29 interface="ether1 Gateway-2-Metro" network=69.174.129.200
add address=69.174.131.176/29 interface=bridge1-lan network=69.174.131.176
/ip route
add distance=1 gateway=69.174.129.201
/ip firewall nat
add action=accept chain=srcnat src-address=69.174.131.176/29
add action=masquerade chain=srcnat out-interface-list=WAN src-address=10.0.1.0/24
Code: Select all
address: 69.174.131.179/24
gateway: 10.0.1.1
Anyone know what I'm doing wrong?