/etc/network/interfaces clearly has something to do with starting up the network interfaces, presumably runs at boot time, and probably only if the
runlevel calls for the networks to start.
See
AboutThesePages.
Contents
Notes
A partially annotated portion of /etc/network/interfaces (from "Re: [Blt-newuser] Debian and default gateway solution", 23 Jul 2002; Gary Turner (
kk5st@swbellPLEASENOSPAM.net)):
# The loopback interface
auto lo #auto means it starts at boot
iface lo inet loopback
# LAN interface
auto eth0 #ditto
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
gateway 192.168.0.1
# Another interface
# auto eth1
<Currently, no significant content below this line.>
Resources
See
ResourceRecommendations. Feel free to add additional resources to these lists, but please follow the guidelines on
ResourceRecommendations including
ResourceRecommendations#Guidelines_for_Rating_Resources.
Recommended
Recommended for Specific Needs
Recommended by Others
No Recommendation
Not Recommended
Contributors
- () RandyKramer - 23 Jul 2002
- <If you edit this page: add your name here; move this to the next line; and include your comment marker (initials), if you have created one, in parenthesis before your WikiName.>
[[Main.RandyKramer#23 Jul 2002][]]
Page Ratings