Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 1996 15:57:33 +0200
From:      Gunter Loos <Gul@ngonet.be>
To:        freebsd-questions@freebsd.org, freebsd-isp@freebsd.org
Subject:   [Fwd: PPP Routing (again)]
Message-ID:  <31ADA94D.4A8@ngonet.be>

next in thread | raw e-mail | index | archive | help
X-Mozilla-Status: 0001
Message-ID: <31AD8417.39C9@ngonet.be>
Date: Thu, 30 May 1996 13:18:47 +0200
From: Gunter Loos <Gul@ngonet.be>
Organization: NgoNet - Brussels
X-Mailer: Mozilla 2.0 (Win95; I)
MIME-Version: 1.0
To: questions@freebsd.org
Subject: PPP Routing (again)
X-URL: http://www.de.freebsd.org/support.html
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

<time someone wrote an ecyclopedia on it>

I am using a subnetted network here. The mask 255.255.255.192
My FreeBSD 2.1 box is being used as a firewall. Behind it is subnet x.x.x.64,
and I would like to use subnet x.x.x.128 as ppp-dialups.
So far, I've got a twinsock Win3.11 to get a connection, by using mgetty and
user ppp. My ppp.config:

ppp1:
 disable pap
 disable chap
 enable  proxy
 set ifaddr x.x.x.129 x.x.x.130 255.255.255.192

(for user ppp1; invoked as ppp -direct ppp1)

My netstat -r gives

Routing tables

Internet:
Destination      Gateway            Flags     Refs     Use     Netif Expire
default          x.x.x.1            UGSc        5        0       ep0
localhost        localhost          UH          0        0       lo0
x.x.x            link#2             UC          0        0 
x.x.x            link#3             UC          0        0 
x.x.x.1          0:0:c:5d:40:46     UHLW        6        0       ep0    696
tommie           0:a0:24:2e:79:cd   UHLW        2      419       lo0
pino             0:a0:24:36:1d:bf   UHLW        4     1671       ep0   1057
x.x.x.64         gatekeeper         UGSc        0        0       ep1
gatekeeper       link#3             UHLW        1        1 
ernie            0:a0:24:65:1b:c    UHLW        1       72       ep1    808
koekiemonster    0:a0:24:89:5:32    UHLW        6     1558       ep1    762
x.x.x.128        ppp-gw             UGSc        0        0       ep1
ppp-gw           0:a0:24:2e:72:7d   UHLW        2        2       lo0
ppp1             ppp-gw             UH          0        3      tun0

And netstat -i

Name  Mtu   Network     Address            Ipkts Ierrs    Opkts Oerrs  Coll
lp0*  1500  <Link>                             0     0        0     0     0
ep0   1500  <Link>00.a0.24.2e.79.cd         2930     0     2160     1     0
ep0   1500  x.x.x tommie                    2930     0     2160     1     0
ep1   1500  <Link>00.a0.24.2e.72.7d         2703     0     1809     1     0
ep1   1500  x.x.x gatekeeper                2703     0     1809     1     0
ep1   1500  x.x.x ppp-gw                    2703     0     1809     1     0
lo0   16384 <Link>                           494     0      494     0     0
lo0   16384 127         localhost            494     0      494     0     0
tun0  1500  <Link>                             0     0        0     0     0
tun0  1500  x.x.x ppp-gw                       0     0        0     0     0

But when I connect, no traceroute to ppp1 or whatever. What's wrong?
Connection succeeds, IP address gets assigned, but only pinging to 
193.190.166.129 is possible..

TIA,

Gul
-- 
  .    .__    . |Nationaal Centrum voor OntwikkelingsSamenwerking vzw, NgoNet
 _| _  [ __   | |Voice    Gunter.Loos@+32 2 5392620       Fax   +32 2 5391343
(_](/, [_./(_|| |mailto:gul@ngonet.be "You are all weirdos."  - Sam the Eagle
----MijnEigenWoordenNietVanIemandAnders - MyOwnExpressionsNotSomeoneElses----





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31ADA94D.4A8>