Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 1998 09:01:22 -0500 (EST)
From:      Andrew McCaffrey <arm@li.net>
To:        Jerry <jerryr@ComCAT.COM>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ppp can't see out! routing table?
Message-ID:  <Pine.SUN.3.95.981110085502.16485A-100000@linet02>
In-Reply-To: <Pine.GSO.4.02A.9811100002120.16700-100000@uw>

next in thread | previous in thread | raw e-mail | index | archive | help
Have your tried to add a default route to the far side? That is, 
route add 0 xxx.xxx.xxx.xxx (the far side of your connection) 0

Something like 
route add 0 205.167.88.1 0

Should do it for ya. 

---Andrew

On Tue, 10 Nov 1998, Jerry wrote:

> I have two machines a freebsd (10.1.1.1, ma) and a win95 (10.1.1.2, mb)
> the freebsd is making a ppp connection using ppp -alias but I can only 
> ping static ip from the FreeBSD machine
> 
> /etc/hosts:
> 127.0.0.1       domain.com
> 10.1.1.1        ma
> 10.1.1.2        mb
> 
> The /etc/rc.conf network default route is 10.1.1.1 gateway and router are
> both set to "YES".
> 
> But my routing table doesn't look right!?!
> 
> Routing tables
> 
> Internet:
> Destination        Gateway            Flags     Refs     Use     Netif Expire
> default            10.1.1.1           UGSc        2        7       ed0
> 10.1.1/24          link#1             UC          0        0
> 10.1.1.1           0:80:c8:6f:8:ee    UHLW        1        0       lo0
> 10.1.1.2           0:40:5:4a:f0:46    UHLW        1       57       ed0 1184
> 10.65.41.12        (my static ip)     UH          0        0      tun0
> 127.0.0.1          127.0.0.1          UH          0        0       lo0
> (my static ip)     127.0.0.1          UH          0        0       lo0 
> 
> 
> where is this set wrong???
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.95.981110085502.16485A-100000>