Good day all;
You see, I have this probllem. I'm trying to get dialup networking
functional on a machine using Fedora Core 1. All the daemons and
connetion software is stock, off the disk that shipped with FC1.
Everything looks good, but...
I've narrowed it down to a routing problem. If I ping an IP, it just
sits there, happily sending packets, listening for returns that never
come. If I ping an address, it sits there, and after a moment or
three, comes back "host unreachable." So, routing problem, right?
Well, as you can see bu the results I have included here, the default
route looks like it is set up properly, and dissapears when I take
down my dialup connection.
Feel free to look at the included information and call me an idiot for
missing something obvious. I'm *not* a trained pro, just a jackleg
home network admin!
Also, I don't have any idea where the 169.254.0.0 route that is
connected to eth0 came from, I never set that up. My home lan (both
computers <grin>) is using 198.164.1.xxx.
Thanks
[root@birhat bin]# cat /var/log/messages
<snip>
Oct 6 10:20:01 birhat pppd[3081]: local IP address 142.166.169.169
Oct 6 10:20:01 birhat pppd[3081]: remote IP address 142.166.169.131
Oct 6 10:20:01 birhat pppd[3081]: primary DNS address 198.164.26.87
Oct 6 10:20:01 birhat pppd[3081]: secondary DNS address 207.179.152.58
[root@birhat bin]# cat /etc/resolv.conf
nameserver 198.164.26.87
nameserver 207.179.152.58
[root@birhat bin]# /sbin/route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref
Use Iface
142.166.169.131 * 255.255.255.255 UH 0 0
0 ppp0
198.168.1.0 * 255.255.255.0 U 0 0
0 eth0
169.254.0.0 * 255.255.0.0 U 0 0
0 eth0
127.0.0.0 * 255.0.0.0 U 0 0
0 lo
default 142.166.169.131 0.0.0.0 UG 0 0
0 ppp0
results from pinging slashdot.org
[root@birhat bin]# /usr/sbin/tcpdump -i ppp0
tcpdump: listening on ppp0
10:30:19.528833 142.166.169.169.32783 > 198.164.26.87.domain: 63315+
A?
www.slashdot.org. (34) (DF)
10:30:24.547890 142.166.169.169.32784 > 207.179.152.58.domain: 63315+
A?
www.slashdot.org. (34) (DF)
10:30:29.549100 142.166.169.169.32783 > 198.164.26.87.domain: 63315+
A?
www.slashdot.org. (34) (DF)
10:30:34.559379 142.166.169.169.32784 > 207.179.152.58.domain: 63315+
A?
www.slashdot.org. (34) (DF)
10:30:39.569250 142.166.169.169.32784 > 198.164.26.87.domain: 63316+
A?
www.slashdot.org.home.ca. (42) (DF)
10:30:44.579063 142.166.169.169.32785 > 207.179.152.58.domain: 63316+
A?
www.slashdot.org.home.ca. (42) (DF)
results from pinging nameserver via IP
[root@birhat bin]# /usr/sbin/tcpdump -i ppp0
tcpdump: listening on ppp0
10:32:17.166869 142.166.169.169 > 207.179.152.58: icmp: echo request
(DF)
10:32:18.179082 142.166.169.169 > 207.179.152.58: icmp: echo request
(DF)
10:32:19.179088 142.166.169.169 > 207.179.152.58: icmp: echo request
(DF)
10:32:20.179095 142.166.169.169 > 207.179.152.58: icmp: echo request
(DF)