Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 1996 02:56:31 -0600 (CST)
From:      Bill Bradford <mrbill@ionet.net>
To:        freebsd-isp@FreeBSD.org
Subject:   HELP with routing?
Message-ID:  <199601160856.CAA15110@ion1.ionet.net>

next in thread | raw e-mail | index | archive | help


OK, here's the problem.  I've got my home system, mrbill.ionet.net.
IP address of 204.96.200.234.  I've got dialup PPP to the ISP that I
work for.  I can connect, get out to the net and everything just fine.
I can telnet to "mrbill" or "localhost" just fine to rebound back into
my own machine, but when I try to telnet to mrbill.ionet.net, or the
IP address of 204.96.200.234, it just sits and hangs there.  I can TELNET
to one of the other machines at work, and from there TELNET to either
"mrbill.ionet.net" or 204.96.200.234, and it works just fine.  I figure
there's gotta be some kind of routing problem somewhere on the local 
machine, can someone help?

Sorry for the long post, but I thought maybe SOMEONE out there had
had the same problem.

My IP address:  204.96.200.234 (mrbill.ionet.net)
Netmask: 255.255.255.0
DNS: 204.96.200.3
Router / Gateway: 204.96.200.1 (3Com NetBuilder)

Thanks for any and all help.  So far, except for this minor problem
(I can get around it by putting "127.0.0.1 mrbill.ionet.net mrbill"
 in /etc/hosts, but that's a no-no and kinda hokey), I *love* FreeBSD!
Count me in as one of the faithful converted from Linux.

Bill Bradford
mrbill@ionet.net
Assistant UNIX Systems Administrator
Internet Oklahoma

------- here's the /etc/hosts file (misc entries deleted) ------------
# hosts,v 1.5 1995/04/09 09:54:39 rgrimes Exp
127.0.0.1		localhost mrbill 
204.96.200.234		mrbill.ionet.net
204.96.200.3		ns.ionet.net ns
206.41.131.3		ns2.ionet.net ns2

------- here's the relevant section of /etc/sysconfig ---------------
hostname=mrbill
defaultdomainname=ionet.net
tcp_extensions=YES
network_interfaces="tun0 lo0"
ifconfig_lo0="inet localhost"
ifconfig_tun0="inet mrbill 204.96.200.1 netmask 0xffffff00"
static_routes="loopback multicast" 
route_loopback="127.0.0.1 localhost"
route_multicast="224.0.0.0 -netmask 0xf0000000 -interface mrbill"
defaultrouter=204.96.200.1
routedflags="-s"
timedflags=NO
xntpdflags="NO"
tickadjflags="-Aq"
ntpdate="NO"
rwhod=NO
sendmail_flags="NO"
amdflags="NO"
nfs_client=NO
nfs_server=NO
nis_clientflags="NO"
nis_serverflags="NO"
yppasswddflags="NO"
namedflags="NO"
xtend=NO
savecore=NO
kerberos_server=NO
gated=NO
check_quotas=NO
accounting=NO

---------- here's the /etc/ppp/ppp.conf file ------------------------
default:
 set device /dev/cuaa1
 set speed 38400
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"
iostatic:
 set phone 720xxxx 
 set login "TIMEOUT 5 login:-\\r-login: username word: password $ ppp"
 set timeout 900 
iodynamic:
 set phone 720xxxx
 set login "TIMEOUT 5 login:-\\r-login: username2 word: password2 $ ppp"
 set timeout 800

---------- here's /etc/ppp/ppp.linkup ------------------------------
204.96.200.234
  add 0 0 HISADDR
0
  add 0 0 HISADDR

---------- Here's the output of "ifconfig -a" while dialed in -----
lp0: flags=810<POINTOPOINT,SIMPLEX> mtu 1500
	inet 0.0.0.0 --> 0.0.0.0 netmask 0x0 
lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 16384
	inet 127.0.0.1 netmask 0xff000000 
tun0: flags=51<UP,POINTOPOINT,RUNNING> mtu 1500
	inet 204.96.200.234 --> 204.96.200.10 netmask 0xffffff00 
tun1: flags=10<POINTOPOINT> mtu 1500
tun2: flags=10<POINTOPOINT> mtu 1500
tun3: flags=10<POINTOPOINT> mtu 1500
tun4: flags=10<POINTOPOINT> mtu 1500
tun5: flags=10<POINTOPOINT> mtu 1500
tun6: flags=10<POINTOPOINT> mtu 1500
tun7: flags=10<POINTOPOINT> mtu 1500
tun8: flags=10<POINTOPOINT> mtu 1500
tun9: flags=10<POINTOPOINT> mtu 1500
tun10: flags=10<POINTOPOINT> mtu 1500
tun11: flags=10<POINTOPOINT> mtu 1500
tun12: flags=10<POINTOPOINT> mtu 1500
tun13: flags=10<POINTOPOINT> mtu 1500
tun14: flags=10<POINTOPOINT> mtu 1500
tun15: flags=10<POINTOPOINT> mtu 1500



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601160856.CAA15110>