Hi I been trying to ad an tunl0 route on tunnel i can bring up tunl0 ok like here is the interface tunl0 Link encap:IPIP Tunnel HWaddr inet addr:44.56.26.4 Mask:255.0.0.0 UP RUNNING NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:5 dropped:0 overruns:0 carrier:0 collisions:5 txqueuelen:0 but went i try to add an route to it it doesnt want to add so as i must be adding it wrong! i try so many ways i dont remember now how! i am trying to add like the 44.0.0.0 or 44/8 to an ip add of like 142.139.XX.XX so i can run the dynamic ip gateway thing over the tunnel any info on how to add these routes would be great thanks! BOB
Hi Bob,
I been trying to ad an tunl0 route on tunnel i can bring up tunl0 ok like here is the interface
but went i try to add an route to it it doesnt want to add so as i must be adding it wrong!
Try : ip route add [44.x.y.z] via [a.b.c.d.e] dev tunl0 proto static onlink [44.x.y.z] is the ham IP or subnet [a.b.c.d] is the IP of the other end of the tunnel After this you should see the routes with the "route" command. 73 Cees Tool - PA3AES
On Sun, 30 Dec 2001, Cees Tool wrote:
I been trying to ad an tunl0 route on tunnel i can bring up tunl0 ok like here is the interface
but went i try to add an route to it it doesnt want to add so as i must be adding it wrong!
Try :
ip route add [44.x.y.z] via [a.b.c.d.e] dev tunl0 proto static onlink
[44.x.y.z] is the ham IP or subnet [a.b.c.d] is the IP of the other end of the tunnel
After this you should see the routes with the "route" command.
73 Cees Tool - PA3AES
Just a note Cees and others -- You will need to install iproute2, as this is not normally installed. I could be wrong. But my slackware distribution never came with that program. I had to install it after 'the_fact'.. By the way - iproute2 is the *only way to go*. Best IP program around.
-- To unsubscribe, e-mail: suse-ham-e-unsubscribe@suse.com For additional commands, e-mail: suse-ham-e-help@suse.com
--- I have hardly ever known a mathematician who was capable of reasoning. -- Plato Ted Gervais <ve1drg@ve1drg.com> 44.135.34.201 linux.ve1drg.ampr.org
participants (3)
-
Bob B
-
Cees Tool
-
Ted Gervais