wip
This commit is contained in:
parent
bdbfcc3043
commit
37367d863c
3 changed files with 5 additions and 2 deletions
|
@ -42,7 +42,9 @@ defaults = {
|
||||||
},
|
},
|
||||||
'Service': {
|
'Service': {
|
||||||
'Type': 'oneshot',
|
'Type': 'oneshot',
|
||||||
'ExecStart': '/sbin/tc qdisc replace root dev ppp0 cake bandwidth 30Mbit rtt 50ms diffserv4 nat egress',
|
'ExecStart': '/sbin/tc qdisc replace root dev ppp0 cake bandwidth 38Mbit internet besteffort nat egress memlimit 256mb',
|
||||||
|
# no drops save:
|
||||||
|
#'ExecStart': '/sbin/tc qdisc replace root dev ppp0 cake bandwidth 38Mbit internet besteffort nat egress memlimit 256mb',
|
||||||
'RemainAfterExit': 'yes',
|
'RemainAfterExit': 'yes',
|
||||||
},
|
},
|
||||||
'Install': {
|
'Install': {
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
'interface': 'enp1s0f0',
|
'interface': 'enp1s0f0',
|
||||||
'ipv4': '10.0.0.5/24',
|
'ipv4': '10.0.0.5/24',
|
||||||
'gateway4': '10.0.0.1',
|
'gateway4': '10.0.0.1',
|
||||||
'ipv6': 'fd00:10:0:0::5/64',
|
#'ipv6': 'fd00:10:0:0::5/64',
|
||||||
'IPv6AcceptRA': 'yes',
|
'IPv6AcceptRA': 'yes',
|
||||||
'mac': '98:b7:85:01:ca:a6',
|
'mac': '98:b7:85:01:ca:a6',
|
||||||
},
|
},
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
'internal': {
|
'internal': {
|
||||||
'interface': 'enp1s0f0',
|
'interface': 'enp1s0f0',
|
||||||
'ipv4': '10.0.0.1/24',
|
'ipv4': '10.0.0.1/24',
|
||||||
|
#'IPv6AcceptRA': 'yes',
|
||||||
'dhcp_server': True,
|
'dhcp_server': True,
|
||||||
},
|
},
|
||||||
'iot': {
|
'iot': {
|
||||||
|
|
Loading…
Reference in a new issue