[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian Etch Default Gateway



Ron Johnson wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 06/25/08 06:38, Chris Robinson wrote:
Hi

I have just installed etch from floppy.  I have the desktop coming up.

I can not access the internet.  Every time I restart the machine I have
to go to desktop/administration/networking and set the gateway which is
blank to eth0.  Then the internet works.

I have 3 network cards,2 are disabled, the one I want to use is eth0.

/etc/networking/interfaces has gateway set for eth0:

gateway 192.168.33.9

Let's see the whole /etc/networking/interfaces.  Also, is
network-manager (a.k.a. network-mangler) installed?

- --
Ron Johnson, Jr.
Jefferson LA  USA

"Kittens give Morbo gas.  In lighter news, the city of New New
York is doomed."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhiMsEACgkQS9HxQb37XmfiyACePlS1crAvp76hi5JZo5zfopmU
85MAoL3HIcUP1ZAolt2ULu9sQT85Qs/I
=7KFn
-----END PGP SIGNATURE-----



eth0      Link encap:Ethernet  HWaddr 00:03:47:F9:EB:E2  
          inet addr:192.168.33.52  Bcast:192.168.33.63  Mask:255.255.255.192
          inet6 addr: fe80::203:47ff:fef9:ebe2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6332 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3608 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:5960065 (5.6 MiB)  TX bytes:357739 (349.3 KiB)

eth1      Link encap:Ethernet  HWaddr 00:10:A7:0C:CB:F7  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:193 Base address:0xd800 

eth2      Link encap:Ethernet  HWaddr 00:10:A7:0D:4E:1E  
          inet addr:169.254.124.189  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:201 Base address:0xd400 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:97 errors:0 dropped:0 overruns:0 frame:0
          TX packets:97 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6487 (6.3 KiB)  TX bytes:6487 (6.3 KiB)

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
	address 192.168.33.52
	netmask 255.255.255.192
	network 192.168.33.0
	broadcast 192.168.33.63
	gateway 192.168.33.9
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 212.23.3.100 212.23.6.100
	dns-search HML

auto eth0

Reply to: