example of vlan 63 configuration and startup
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 20 Sep 2009 15:47:54 +0000 (15:47 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 20 Sep 2009 15:47:54 +0000 (15:47 +0000)
bin/lib.sh [new file with mode: 0755]

diff --git a/bin/lib.sh b/bin/lib.sh
new file mode 100755 (executable)
index 0000000..8c13dde
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh -x
+
+sudo modprobe 8021q
+sudo vconfig add eth0 63
+sudo ifconfig eth0.63 10.60.4.9 netmask 255.255.252.0 up
+exec sudo ./bin/start.sh