Re: Adding a new route
- From: Allen McIntosh <nospam@xxxxxxxxxxxxxxxx>
- Date: Mon, 28 Aug 2006 16:59:20 -0400
After pptpconfig (24.199.x.x of course fictitious) :So what is it? The other end of the pptp tunnel?
This looks a bit strange. Why just one host on the other side of the pptp tunnel?
/root> route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
24.199.x.x 10.101.45.1 255.255.255.255 UGH 0 0 0
eth0
192.168.2.101 0.0.0.0 255.255.255.255 UH 0 0 0
ppp0
10.101.40.0 0.0.0.0 255.255.248.0 U 0 0 0
eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0
eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0
lo
0.0.0.0 10.101.45.1 0.0.0.0 UG 0 0 0
eth0
Disclaimer: I don't use pptp. I also don't know what IP addresses are supposed to be on the other side of your PPTP connection.
That said, at a guess, one of
route add -net 192.168.2.0/24 ppp0
or
route add -net 192.168.2.0/24 gw 192.168.2.101
might do what you want.
.
- Follow-Ups:
- Re: Adding a new route
- From: robert
- Re: Adding a new route
- References:
- Adding a new route
- From: robert
- Re: Adding a new route
- From: Allen McIntosh
- Re: Adding a new route
- From: robert
- Adding a new route
- Prev by Date: Re: configure eth1
- Next by Date: Re: configure eth1
- Previous by thread: Re: Adding a new route
- Next by thread: Re: Adding a new route
- Index(es):
Relevant Pages
|