> OK, cool.  How is packet forwarding turned on/off?  (Or is it always
> "on"?)

echo iprouting >/net/ipifc/clone

> How do you specify the routing rules?  Somewhere in the NDB?

For example, to route to network 192.168.1.0/24 via 192.168.0.1:

echo add 192.168.1.0 255.255.255.0 192.168.0.1 >/net/iproute

See ip(3) for more details.

-- 
David du Colombier

Reply via email to