@ -0,0 +1,24 @@ |
|||||
|
# |
||||
|
# ROCKNET Example Config File |
||||
|
# |
||||
|
# The file /etc/network/README contains a detailed description of most |
||||
|
# available config directives for this file. |
||||
|
# |
||||
|
# Check out the modules in /etc/network/modules/* directly for information |
||||
|
# about the not so-well documented directives (such as directives from 3rd |
||||
|
# party modules). |
||||
|
# |
||||
|
|
||||
|
|
||||
|
### automatically set up interface eth0 on startup |
||||
|
# auto eth0 |
||||
|
|
||||
|
### interface eth0 is configured using DHCP |
||||
|
# interface eth0 |
||||
|
# dhcp |
||||
|
|
||||
|
### interface eth0 is configured using a static IP |
||||
|
# interface eth1 |
||||
|
# ip 192.168.100.99/24 |
||||
|
# gw 192.168.100.1 |
||||
|
|