diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-12-03 19:04:58 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2014-03-01 22:24:37 +0100 |
commit | 0b4246c76c37d45666f1a5b739bb3d1e1a371ea8 (patch) | |
tree | 9cfe5754d9a27f0a2df27608f3f5d71a1d1d7752 /docs/examples/macvlan-static | |
parent | 6d83ce0798af47143a9698847f05b272e3fcb7e0 (diff) | |
download | netctl-0b4246c76c37d45666f1a5b739bb3d1e1a371ea8.tar.gz netctl-0b4246c76c37d45666f1a5b739bb3d1e1a371ea8.tar.xz |
Add macvlan connection support
Diffstat (limited to 'docs/examples/macvlan-static')
-rw-r--r-- | docs/examples/macvlan-static | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/examples/macvlan-static b/docs/examples/macvlan-static new file mode 100644 index 0000000..9fa1e59 --- /dev/null +++ b/docs/examples/macvlan-static @@ -0,0 +1,16 @@ +Description='Virtual LAN with random MAC address on interface eth0' +Interface=mac0 +Connection=macvlan +# The variable name is plural, but needs precisely one interface +BindsToInterfaces=eth0 +# MACVAN Mode +Mode="bridge" +# Optional static MAC Address for MACVLAN interface +MACAddress="" +IP=static +Address="192.168.0.100/24" +Gateway="192.168.0.1" +DNS=("192.168.0.2") +Hostname="myhost" +DNSDomain="mydomain.com" +DNSSearch="mydomain.com" |