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

Re: ifup eth0 -- but no connection! argh...



On Fri, Feb 15, 2002 at 11:59:03PM -0800, ben wrote:
> On Friday 15 February 2002 11:43 pm, will trillich wrote:
> > 1) /etc/network/interfaces looks a lot like this:
> >
> > 	# The loopback interface
> > 	iface lo inet loopback
> 
> don't you need an 
> 
> auto lo 
> 
> preceding the rest of the loopback interface?

on my potato server at home, it doesn't seem to. should it?

	# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

	# The loopback interface
	iface lo inet loopback

	# The first network card - this entry was created during the Debian installation
	# (network, broadcast and gateway are optional)

	iface eth0 inet static
		address 192.168.1.1
		netmask 255.255.0.0
		network 192.168.1.0
		broadcast 192.168.1.255

	iface eth1 inet static
		address 208.33.90.85
		netmask 255.255.255.0
		network 208.33.90.0
		broadcast 208.33.90.255
		gateway 208.33.90.84

	#iface tunl0 inet6 v4tunnel
	#	address
	#	netmask 255.255.255.0
	#	endpoint 192.168.0.1
	#	gateway 300.400.500.600

-- 
DEBIAN NEWBIE TIP #32 from Will Trillich <will@serensoft.com>
:
Wondering WHICH PACKES PERTAIN TO xyz? Try "apt-cache search xyz":
	apt-cache search docbook
	apt-cache search dbf
	apt-cache search png
Any package containing the string you're looking for will be listed,
with a brief description.

Also see http://newbieDoc.sourceForge.net/ ...



Reply to: