Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 1999 23:56:40 -0500
From:      "Jeff" <jeffe@gccomm.net>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Local Net ?
Message-ID:  <003701be3d1e$c89258e0$220fdfce@rooke.gccomm.net>

next in thread | raw e-mail | index | archive | help
I submit at least for the moment.
I have a WIndoz machine connected via ethernet to a FBSD2.2.7
machine acting as a gateway through a ISDN -PPP connection to
Bell Atlantiic. (ppp -auto -alias PAP)  As a gate way I have no
problem telnetiing from the win98 machine to anypart of the inet
except the gateway machine it'self However I can ping the box
but can make no login in connection.
If I telnet to another FBSD machine on the other side of the PPP
connection I can telnet back into the gateway machine ok.
Running tcpdump  on the gateway machine i can see when the win98
machine  looks for the mac address ok. but the win98 machine
just times out after not getting an answer from the gateway
machine. I can ping the win98 machine from the FBSD machine ok.
I have entries in both hosts on the FBSD and lmhosts on the win
98 box.
The extra tun-devices are for expandtion of dialin modems

207.8.142.138 = FBSD2.2.7 box on outside of the ppp link
206.223.15.1=FBSD2.2.7 box acting as a gateway
206.223.15.34=win98 box on ether with gateway

18:52:48.567666 207.8.142.138.23 > 206.223.15.34.1026: P
10998:11098(100) ack 1]
18:52:48.706081 206.223.15.34 > 206.223.15.1: icmp: echo request
18:52:48.706496 206.223.15.1 > 206.223.15.34: icmp: echo reply
18:52:48.727639 206.223.15.34.1026 > 207.8.142.138.23: . ack
11098 win 8008 (DF)

from rc.conf:
network_interfaces="tun0 tun1 tun2 ed0 lo0"  # List of network
interfaces (lo0 is                 loopback).
ifconfig_ed0="inet 206.223.15.1  netmask 255.255.255.0"
ifconfig_lo0="inet 127.0.0.1"   # default loopback device
configuration.
ifconf_tun0="inet 10.0.0.1 206.223.15.1 netmask 0xffffffff" #is
isdn outgoing
ifconf_tun1="inet 10.0.0.2 206.223.15.1 netmask 0xffffffff" #is
incoming modem

vanguard= gateway 206.223.15.1
from ifconfig -a
vanguard# ed0:
flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 206.223.15.1 netmask 0xffffff00 broadcast
206.223.15.255
        ether ff:ff:a8:29:19:35
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
        inet 151.204.203.167 --> 192.168.127.39 netmask
0xffffff00
tun1: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
tun2: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
tun3: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
ppp1: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
ppp2: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
ppp3: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet 127.0.0.1 netmask 0xff000000

where do i look next?
anyhelp will be appreciated
..je


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?003701be3d1e$c89258e0$220fdfce>