David Corking's personal annotations on this page
Dcorking bookmarked
on 2008-04-25
Pretty much everything you need to know about network admin on a Debian host. Why was this so hard to find with google? Also, only one or 2 man pages link to it.
-
The initscript /etc/init.d/hostname.sh sets the system hostname at boot time (using the hostname command) to the name stored in /etc/hostname. This file should contain only the system hostname,...The mailname of a host is the name that mail-related programs use to identify the host. The file /etc/mailname contains of this name followed by a newline. The mailname is usually a fully qualified domain name that resolves to one of the host's IP addresses...Edit /etc/network/interfaces so that it includes a stanza like this:
iface eth0 inet static
address 192.168.0.111
netmask 255.255.255.0
gateway 192.168.0.1
This link has been bookmarked by 11 people . It was first bookmarked on 25 Jul 2006, by WittyGuy.
-
Mike Millerprovides Debian Linux networking reference and some networking basics
-
-
/etc/network/interfaces
-
On boot the
/etc/rcS.d/S40networkinginit script runs the commandifup -a.
-
-
David CorkingPretty much everything you need to know about network admin on a Debian host. Why was this so hard to find with google? Also, only one or 2 man pages link to it.
-
The initscript /etc/init.d/hostname.sh sets the system hostname at boot time (using the hostname command) to the name stored in /etc/hostname. This file should contain only the system hostname,...The mailname of a host is the name that mail-related programs use to identify the host. The file /etc/mailname contains of this name followed by a newline. The mailname is usually a fully qualified domain name that resolves to one of the host's IP addresses...Edit /etc/network/interfaces so that it includes a stanza like this:
iface eth0 inet static
address 192.168.0.111
netmask 255.255.255.0
gateway 192.168.0.1
-
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.