networkmanager: disable IPv6 by default from connections
It's giving a periodic failure in the log file: nm-lndp-rdisc.c:68] send_rs(): (wlan0): cannot send router solicitation: -101. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
d72c3019b9
commit
3834dd5065
|
|
@ -8,3 +8,6 @@ number=*99#
|
|||
password=##CELLULAR_PASSWORD##
|
||||
pin=##CELLULAR_PIN##
|
||||
username=##CELLULAR_USER##
|
||||
|
||||
[ipv6]
|
||||
method=ignore
|
||||
|
|
|
|||
|
|
@ -5,3 +5,6 @@ interface-name=eth0
|
|||
|
||||
[ipv4]
|
||||
method=auto
|
||||
|
||||
[ipv6]
|
||||
method=ignore
|
||||
|
|
|
|||
|
|
@ -7,3 +7,6 @@ interface-name=eth0
|
|||
address1=##ETH0_STATIC_CIDR##,##ETH0_STATIC_GATEWAY##
|
||||
dns=##ETH0_STATIC_DNS##;
|
||||
method=manual
|
||||
|
||||
[ipv6]
|
||||
method=ignore
|
||||
|
|
|
|||
|
|
@ -5,3 +5,6 @@ interface-name=eth1
|
|||
|
||||
[ipv4]
|
||||
method=auto
|
||||
|
||||
[ipv6]
|
||||
method=ignore
|
||||
|
|
|
|||
|
|
@ -7,3 +7,6 @@ interface-name=eth1
|
|||
address1=##ETH1_STATIC_CIDR##,##ETH1_STATIC_GATEWAY##
|
||||
dns=##ETH1_STATIC_DNS##;
|
||||
method=manual
|
||||
|
||||
[ipv6]
|
||||
method=ignore
|
||||
|
|
|
|||
|
|
@ -8,3 +8,6 @@ ssid=""
|
|||
|
||||
[ipv4]
|
||||
method=auto
|
||||
|
||||
[ipv6]
|
||||
method=ignore
|
||||
|
|
|
|||
|
|
@ -10,3 +10,6 @@ ssid=""
|
|||
address1=##WLAN0_STATIC_CIDR##,##WLAN0_STATIC_GATEWAY##
|
||||
dns=##WLAN0_STATIC_DNS##;
|
||||
method=manual
|
||||
|
||||
[ipv6]
|
||||
method=ignore
|
||||
|
|
|
|||
Loading…
Reference in New Issue