Re: Routing Back in LINUX!! Help Please!!!
From: Llanzlan Klazmon (Klazmon_at_llurdiaxorb.govt)
Date: 08/22/05
- Next message: gaur_ms_at_yahoo.co.in: "DNS problem on Linux"
- Previous message: Bill Marcum: "Re: cant nfs mount problem"
- In reply to: Zeckx: "Re: Routing Back in LINUX!! Help Please!!!"
- Next in thread: Zeckx: "Re: Routing Back in LINUX!! Help Please!!!"
- Reply: Zeckx: "Re: Routing Back in LINUX!! Help Please!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Aug 2005 15:21:13 +1200
"Zeckx" <zgrp_zgrp@yahoo.com.br> wrote in news:1124484613.136363.32370
@g44g2000cwa.googlegroups.com:
> Yo Klazmon
>
> Thks for reply, but I already had added this route without success
>
> # ip ro add 0.0.0.0/0 via 1.1.1.1 dev mynet
> RTNETLINK answers: File exists
The 0.0.0.0/0 is the default gateway. The above error is because you
already have a default gateway defined. You can either change your default
gateway to 1.1.1.1 or delete the route for the existing default gatway and
add the route above, (note that the latter is not a permanent change).The
'ip ro' command by itself will list the current routes known to your system
(equivalent to 'sh ip route' on the cisco). It will print the words default
gateway on the line referring to the 0.0.0.0/0 route.
Klazmon.
>
> cya
>
>
- Next message: gaur_ms_at_yahoo.co.in: "DNS problem on Linux"
- Previous message: Bill Marcum: "Re: cant nfs mount problem"
- In reply to: Zeckx: "Re: Routing Back in LINUX!! Help Please!!!"
- Next in thread: Zeckx: "Re: Routing Back in LINUX!! Help Please!!!"
- Reply: Zeckx: "Re: Routing Back in LINUX!! Help Please!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|