1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

NetworkManager support for wan static ip address

This commit is contained in:
Jerry Vonau 2018-05-13 20:50:37 -05:00
parent e7fc6cc36d
commit 450a346839
2 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,20 @@
[connection]
id=iiab-wan-static
uuid={{ gen_uuid2 }}
type=802-3-ethernet
interface-name={{ iiab_wan_device }}
permissions=
[ipv4]
method=manual
dns={{ wan_nameserver }};
dns-search={{ iiab_domain }};
addresses1={{ wan_ip }};{{ wan_cidr }};{{ wan_gateway }};
may-fail=true
[802-3-ethernet]
duplex=full
[ipv6]
method=link-local
may-fail=true