Hi,

question:

if I use 3 cerowrt routers and connect them together from lan port to wan port in chain, is it correct way to set a static IP on the last two routers WAN ports and add routes from first one like so?

route add -net 172.20.21.0 netmask 255.255.255.224 dev se00 gateway 172.20.21.5
route add -net 172.20.21.64 netmask 255.255.255.224 dev se00 gateway 172.20.21.5
route add -net 172.20.22.0 netmask 255.255.255.224 dev se00 gateway 172.20.21.5
route add -net 172.20.22.64 netmask 255.255.255.224 dev se00 gateway 172.20.21.5

or is there better solution? Do I have to set different route disatnce?


Cheers,

Dane