In article <blf5d3$n1u$(E-Mail Removed)>, J Krugman wrote:
> I know I've already used up more than my share of the NG's patience
> and goodwill... I hope this is the last time I come begging for
I'm fine, how are you?

Did you learn something? If so then it's not
wasted effort, is it?
>>Do you actually have more than one ethernet interface? If not, then the
>>only one you have is actually eth0.
>
> Thanks, things began to move when I used eth0 instead of eth1:
And this would explain why there was no driver loaded for eth1.
> ...but the logfile suggests that not all is well:
No, nothing wrong in the log. It says that dhcpT1value and dhcpT2value
are missing from the DHCP server's response. That is not an error, that
is information.
> Indeed, ping fails everywhere I try:
I'm not aware of Comcast blocking ICMP, but perhaps they do it in some
regions. You could call your tech support and ask. The first tier TS
people are adequate at handling physical problems with the cable modem,
and some of the 2nd-tier ones actually know some things.
> $ sudo ifconfig -a
BTW we only need eth0, not -a.
> eth0 Link encap:Ethernet HWaddr 00:02:3F:7C:AC:CB
> inet addr:66.46.30.27 Bcast:255.255.255.255 Mask:255.255.248.0
Very different from the Comcast accounts I'm familiar with, which have a
standard broadcast address (the top IP in the subnet) and are on a /24
or /25 netmask.
> UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:4117 errors:0 dropped:0 overruns:0 frame:0
> TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
Wow, that's a large disparity in RX and TX, suggesting you can't route
out.
> $ sudo route -n
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use Iface
> 66.30.24.0 0.0.0.0 255.255.248.0 U 0 0 0 eth0
> 0.0.0.0 66.30.24.1 0.0.0.0 UG 0 0 0 eth0
>
> If anyone can spot the problem here I'd be very grateful.
I think your route table is FUBAR. For one thing there's no route to the
lo interface. For another, your eth0 subnet is not the subnet of your IP
address. Your network address should be 66.46.24.0, and the typical
broadcast address for that subnet would be 66.46.31.255. Note that your
IP address falls between them.
http://www.cotse.com/networkcalculator.html
Normally a DHCP client will configure the interface, and the kernel will
set up the routing. I have no idea why that would be as it is. Try doing
"dhcpcd -k" and "dhcpcd -d" again?
--
/dev/rob0 - preferred_email=i$((28*28+28))@softhome.net
or put "not-spam" or "/dev/rob0" in Subject header to reply