ip route add 10.0.0/24 via 193.233.7.65
dummy
device
ip ro chg 10.0.0/24 dev dummy
ppp0
and ppp1
ip route add default scope global nexthop dev ppp0 \ nexthop dev ppp1Note the scope value. It is not necessary but it informs the kernel that this route is gatewayed rather than direct. Actually, if you know the addresses of remote endpoints it would be better to use the
via
parameter.
ip route add nat 192.203.80.144 via 193.233.7.83Backward translation is setup with policy rules described in the following section (sec.8, p.).