aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netbase/netbase/om-3d7k/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/netbase/netbase/om-3d7k/interfaces')
-rw-r--r--recipes/netbase/netbase/om-3d7k/interfaces21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/netbase/netbase/om-3d7k/interfaces b/recipes/netbase/netbase/om-3d7k/interfaces
new file mode 100644
index 0000000000..dda0850d71
--- /dev/null
+++ b/recipes/netbase/netbase/om-3d7k/interfaces
@@ -0,0 +1,21 @@
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+
+# The loopback interface
+auto lo
+iface lo inet loopback
+
+# No wireless interface
+
+# Ethernet/RNDIS gadget (g_ether)
+# ... or on host side, usbnet and random hwaddr
+allow-hotplug usb0
+iface usb0 inet static
+ address 192.168.0.202
+ netmask 255.255.255.0
+ network 192.168.0.0
+ gateway 192.168.0.200
+ up echo nameserver 208.67.222.222 >> /etc/resolv.conf
+ up echo nameserver 208.67.220.220 >> /etc/resolv.conf
+
+# Bluetooth networking
+iface bnep0 inet dhcp