initial version of scripts, config and debian package
[moebian] / install / etc / network / interfaces
diff --git a/install/etc/network/interfaces b/install/etc/network/interfaces
new file mode 100644 (file)
index 0000000..26ec5c6
--- /dev/null
@@ -0,0 +1,26 @@
+auto lo
+iface lo inet loopback
+auto eth0
+iface eth0 inet dhcp
+auto usb0
+iface usb0 inet static
+       address 192.168.2.15
+       netmask 255.255.255.0
+        #gateway 192.168.2.14
+#      up route del default
+#      up route add default gw  192.168.2.14
+#      up run-standalone.sh dbus-send --type=method_call --system --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:DUMMY uint32:0
+#      down run-standalone.sh dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true
+                                               
+### BEGIN Network Manager configuration
+### automatically added. Do not edit it
+       
+### bnep0 configuration
+auto bnep0
+iface bnep0 inet static
+       address 192.168.3.15
+       netmask 255.255.255.0
+### END Network Manager configuration
+### BEGIN Network Manager configuration
+### automatically added. Do not edit it
+### END Network Manager configuration