signing: move to mtu 9000

All our iad2 stuff is using jumbo frames, so move these also to that.
This might hopefully prevent weird connection lockups I am now seeing
with the new sigul.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-04-28 08:50:16 -07:00
parent 519a1b5d54
commit e9dcb46226
3 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
---
freezes: true
datacenter: iad2
ipa_client_shell_groups:
- sysadmin-releng
ipa_client_sudo_groups:

View file

@ -31,3 +31,4 @@ network_connections:
name: eth1
state: up
type: ethernet
mtu: 9000

View file

@ -28,4 +28,5 @@ network_connections:
name: eth1
state: up
type: ethernet
mtu: 9000
resolvconf: "resolv.conf/iad2"