Lines Matching full:route
48 route add -net 10.0.0.0 gw 193.233.7.65 dev tunl0
51 work in 2.2.0! Moreover, \verb|route| prints a funny error sort of
52 ``network unreachable'' and after this I found a strange direct route
57 this particular route is {\em abnormal}:
60 ip route add 10.0.0.0/8 via 193.233.7.65 dev tunl0 onlink
68 route add -host 193.233.7.65 dev tunl0
69 route add -net 10.0.0.0 netmask 255.0.0.0 gw 193.233.7.65
70 route del -host 193.233.7.65 dev tunl0
74 that between \verb|route add| and \verb|route del| host 193.233.7.65 is
129 route add -net 10.0.0.0 gw A dev tunl0
134 rather than via Internet. You still may use \verb|ip route add ... onlink|
209 and add routes with \verb|route| utility.
211 NBMA tunnels are different. To route something via NBMA tunnel
216 ip route add 10.0.0.0/24 via <A> dev tunl0 onlink
219 kernel will refuse request to create route via gateway not directly
225 ip route add 3FFE::/16 via ::193.233.7.65 dev sit0
227 will route \verb|3FFE::/16| via \verb|sit0|, sending all the packets
245 not be able to escape to another device, when route to endpoint changes.
332 to design tunnels in the way enforcing maximal route symmetry
371 DVMRP exploits IPIP tunnels to route multicasts via Internet.
377 route unicast packets, provided appropriate routes are added.