Date: Sun, 04 Jan 1998 00:42:40 +0000 From: Brian Somers <brian@awfulhak.org> To: Bob Miller <rmill@rochgrp.com> Cc: freebsd-questions@freebsd.org Subject: Re: ppp Message-ID: <199801040042.AAA18107@awfulhak.demon.co.uk> In-Reply-To: Your message of "Sat, 03 Jan 1998 16:55:08 EST." <34AEB3BC.D11D6D4B@rochgrp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi. Is this the right place for this question? I'm using ppp to > dial up my network at work (13.*). I now want to make an > additional connection to the internet via IBM's internet service. > I've got the second connection dialed up, so netstat shows: > > rmill@gwozmilla> netstat -nr > Routing tables > > Internet: > Destination Gateway Flags Refs Use > Netif Expire > default 13.231.66.8 UGSc 5 1438 > tun0 > 13.231.66.8 13.231.66.10 UH 5 0 > tun0 > 13.231.66.10 127.0.0.1 UH 0 > 0 lo0 > 127.0.0.1 127.0.0.1 UH 1 > 764 lo0 > 127.1.1.1 127.0.0.1 UH 0 > 0 lo0 > 127.2.2.2 127.1.1.1 UH 0 0 > tun0 > 166.72.87.229 127.0.0.1 UH 0 > 0 lo0 > 192.168.76/23 link#1 UC 0 0 > 192.168.77.5 0:60:97:8f:2d:b0 UHLW 5 > 4915 ed1 1099 > 204.146.253.145 166.72.87.229 UH 0 0 > tun1 > > ... but when I ping 204.146.253.145, I see the modem send light > blinking but don't receive anything. Can you suggest other things > to try (or direct me to the right place to ask the > question)? Thanks. [.....] You shouldn't have the default route via your tun0 interface. Remove the "add 0 0 hisaddr" bit for that connection. If that's how to get to the 13.* network, use "add 13.0 255.0 hisaddr". -- Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org> <http://www.Awfulhak.org> Don't _EVER_ lose your sense of humour....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801040042.AAA18107>