Hi all,
> Message: 2 > Date: Fri, 9 May 2008 11:02:21 +0530 > From: "Mehul Ved" <[EMAIL PROTECTED]> > Subject: Re: [ubuntu-in] permanently putting eth1 to sleep > To: Ubuntu India Local Community <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=us-ascii > > On Fri May 09, 2008 at 09:14:54AM +0530, shirish wrote: >> Of these two interfaces only eth0 is the one which is functioning. The >> other one eth1 isn't used or doesn't work. >> >> Now is there anyway to permanently shutdown eth1 rather than doing >> sudo ifconfig eth1 down ? >> >> Looking forward for comments and suggestions on the above. > > Check your /etc/network/interfaces file and remove auto eth1 line. This is the output of my /etc/network/interfaces file [EMAIL PROTECTED]:~$ cat /etc/network/interfaces # 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 auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 As one can see there is no auto eth1 line. If I do an ifconfig I get the eth1 line. > -- > A good compromise leaves everyone mad. > -- Calvin > > > > ------------------------------ -- Regards, Shirish Agarwal This email is licensed under http://creativecommons.org/licenses/by-nc/3.0/ 065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17 -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
