aboutsummaryrefslogtreecommitdiff
path: root/profile-template
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-06-30 23:57:54 +0000
committerJudd Vinet <judd@archlinux.org>2005-06-30 23:57:54 +0000
commit863e8311cfc2ec7dc98fdb43abaa8499dd3414a4 (patch)
treed60ee22af2dd5ab6b2618af6bc172ecc0c0f56c7 /profile-template
parent47ca58301f0bf0680baf59465202c4209b1ac112 (diff)
downloadinitscripts-863e8311cfc2ec7dc98fdb43abaa8499dd3414a4.tar.xz
added new netcfg stuff for roaming network profiles
Diffstat (limited to 'profile-template')
-rw-r--r--profile-template27
1 files changed, 27 insertions, 0 deletions
diff --git a/profile-template b/profile-template
new file mode 100644
index 0000000..70d2d7f
--- /dev/null
+++ b/profile-template
@@ -0,0 +1,27 @@
+#
+# Network Profile
+#
+
+DESCRIPTION="Default Network Profile"
+
+# Network Settings
+INTERFACE=eth0
+HOSTNAME=myhost
+
+# Interface Settings (use IFOPTS="dhcp" for DHCP)
+IFOPTS="192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
+GATEWAY=192.168.0.1
+
+# DNS Settings (optional)
+DOMAIN=localdomain
+DNS1=192.168.0.1
+DNS2=
+
+# Wireless Settings (optional)
+#ESSID=default
+#KEY=
+#IWOPTS="mode managed essid $ESSID channel 6 key restricted $KEY"
+
+#WIFI_INTERFACE=wlan0 # use this if you have a special wireless interface
+ # that is linked to the real $INTERFACE
+