This commit is contained in:
CroneKorkN 2025-07-14 17:30:27 +02:00
parent bdbfcc3043
commit 37367d863c
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw
3 changed files with 5 additions and 2 deletions

View file

@ -42,7 +42,9 @@ defaults = {
},
'Service': {
'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',
},
'Install': {

View file

@ -21,7 +21,7 @@
'interface': 'enp1s0f0',
'ipv4': '10.0.0.5/24',
'gateway4': '10.0.0.1',
'ipv6': 'fd00:10:0:0::5/64',
#'ipv6': 'fd00:10:0:0::5/64',
'IPv6AcceptRA': 'yes',
'mac': '98:b7:85:01:ca:a6',
},

View file

@ -19,6 +19,7 @@
'internal': {
'interface': 'enp1s0f0',
'ipv4': '10.0.0.1/24',
#'IPv6AcceptRA': 'yes',
'dhcp_server': True,
},
'iot': {