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

Re: simple networking problem - bringing up eth0 correctly



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sat, Apr 05, 2003 at 01:29:57AM -0800, Dale Welch wrote:
> interfaces:
>   auto eth0
>   iface eth0 inet static
>   address  192.168.1.51
>   network 192.168.1.0
>   gateway 192.168.1.254

Try this.

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

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
	address 192.168.1.51
	netmask 255.255.255.0
	network 192.168.1.0
	broadcast 192.168.1.255
	gateway 192.168.0.254

- -- 
 .''`.     Baloo Ursidae <baloo@ursine.dyndns.org>
: :'  :    proud Debian admin and user
`. `'`
  `-  Debian - when you have better things to do than fix a system
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+jqogJ5vLSqVpK2kRAqlvAJ9ufvUKFOUzEqRmF12WamXuXVi/1gCeOXWZ
Vpi8M0djrs6T8cb+RArFJIk=
=V64K
-----END PGP SIGNATURE-----



Reply to: