we have a server with two interfaces 1) public side 2) private side
the default route for the server should always be the public side there are a number for radios that also reside on the private network, in order for the server to talk to all these radios it runs babel on eth1 private the radiosd all run babel on eth0 gateway interface and wlan2 mesh interface the problem arises when a radio boots, it get a dhcp from 192.168.1.1 and sets its default gateway then exports the fact it has a default route to other nodes it however also exports the fact that it can be a default route for the server, and completely screws up the server routing tables making it inaccessable from the outside world so how can i prevent the server from updating the default route broadcasts from all these gateways and maintain its original public gateway always some type of deny statement ? Thanks in advance
_______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/babel-users

