From owner-freebsd-questions Fri Mar 28 00:06:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26783 for questions-outgoing; Fri, 28 Mar 1997 00:06:57 -0800 (PST) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA26778 for ; Fri, 28 Mar 1997 00:06:53 -0800 (PST) Received: from pc759.cs.msu.su by mail.crl.com with SMTP id AA24910 (5.65c/IDA-1.5 for ); Thu, 27 Mar 1997 23:59:06 -0800 Received: (from der@localhost) by pc759.cs.msu.su (8.8.5/8.8.5) id JAA02329 for freebsd-questions@freebsd.org; Fri, 28 Mar 1997 09:48:22 +0300 (MSK) Date: Fri, 28 Mar 1997 09:48:22 +0300 (MSK) From: "Derevyanko A.E." Message-Id: <199703280648.JAA02329@pc759.cs.msu.su> To: freebsd-questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk PPP connect OK, but can't access another hosts. I tryes to establish ppp connection from my home to university, and ppp connects OK, but i can't reach anything except the host were was ppp server. I tryes several times, but it can't work. Please, help me, or my boss will connect modem to WinNT machine (#^%$&^%&!) Configuration: University: 386DX - 8M, FreeBSD 2.1.5, two 3C 503 cards, but this host is not a router - it can, but nobody know it. Home: 5x86 - 16M, FreeBSD 2.1.0. routing tables on host connected to Internet: address 158.250.10.223 and 158.250.16.98 Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 158.250.10.1 UGSc 3 41 ed0 127.0.0.1 127.0.0.1 UH 0 11846 lo0 158.250.10/24 link#1 UC 0 0 158.250.10.1 0:0:c:76:4d:74 UHLW 4 7 ed0 1066 158.250.10.2 8:0:20:74:2f:9c UHLW 0 2026 ed0 996 158.250.10.108 0:40:1:40:bf:b5 UHLW 1 480 ed0 892 158.250.10.223 2:60:8c:43:b8:b5 UHLW 0 4 lo0 158.250.10.225 158.250.10.223 UH 1 116 ppp0 158.250.10.225 2:60:8c:43:b8:b5 UHLS2 0 0 ed0 158.250.16/24 link#2 UC 0 0 158.250.16.99 link#2 UHLW 2 2855 158.250.16.100 0:dd:0:b:93:0 UHLW 0 8 ed1 594 routing tables on my local host. PPP assign 158.250.10.225 as my address. Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 158.250.10.223 UGc 3 16 tun0 127.0.0.1 127.0.0.1 UH 1 160 lo0 158.250.10.225 127.0.0.1 UH 0 0 lo0 224 127.0.0.1 US 0 0 lo0 ifconfig -a on host connected to Internet. ed0: flags=8863 mtu 1500 inet 158.250.10.223 netmask 0xffffff00 broadcast 158.250.10.255 ed1: flags=8863 mtu 1500 inet 158.250.16.98 netmask 0xffffff00 broadcast 158.250.16.255 lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8051 mtu 1500 inet 158.250.10.223 --> 158.250.10.225 netmask 0xffffff00 sl0: flags=c010 mtu 552 tun0: flags=8010 mtu 1500 ifconfig -a on my local host. lp0: flags=8810 mtu 1500 lo0: flags=8009 mtu 16384 inet 127.0.0.1 netmask 0xff000000 sl0: flags=c010 mtu 552 tun0: flags=8051 mtu 1500 inet 158.250.10.225 --> 158.250.10.223 netmask 0xffff0000 Thanks for any help.