Debian Testing, with Comcast cable internet connected to eth1, and an internal network connected to eth0.
Comcast was working fine, until I reinstalled Debian to fix some things. Now, whenever I turn on my computer, there is about a 15% chance that it will actually connect. If it connects, I'm fine until I turn on the computer tommorow. If it does not, I get the following sequence in syslog:
Code:
* /etc/network/options is deprecated.
Setting up IP spoofing protection...done (rp_filter).
Enabling packet forwarding...done.
Reconfiguring network interfaces...ifup: interface lo already configured
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
sit0: unknown hardware address type 776
eth2: unknown hardware address type 24
sit0: unknown hardware address type 776
eth2: unknown hardware address type 24
Listening on LPF/eth1/00:30:f1:2d:fa:f7
Sending on LPF/eth1/00:30:f1:2d:fa:f7
Sending on Socket/fallback/fallback-net
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 17
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 1
No DHCPOFFERS received.
No working leases in persistent database.
Exiting.
Failed to bring up eth1.
SIOCADDRT: Network is unreachable
Failed to bring up eth0.
done.
I kept the previous config files, and restored the settings, but I think I may have missed something.
/etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet dhcp
auto eth0
iface eth0 inet static
address 192.168.1.1
/etc/dhclient.conf:
Code:
send host-name "username@comcast.com";
(Note: username is actually my real username.)
Any clue as to the cause of this?