diff --git a/vm-systemd/network-proxy-setup.sh b/vm-systemd/network-proxy-setup.sh index c12e1d3..387e649 100755 --- a/vm-systemd/network-proxy-setup.sh +++ b/vm-systemd/network-proxy-setup.sh @@ -11,4 +11,5 @@ if [ "x$network" != "x" ]; then echo "NS2=$secondary_dns" >> /var/run/qubes/qubes_ns /usr/lib/qubes/qubes_setup_dnat_to_ns echo "1" > /proc/sys/net/ipv4/ip_forward + /sbin/ethtool -K eth0 sg off fi diff --git a/vm-systemd/qubes-network.service b/vm-systemd/qubes-network.service index 86c02fe..afb53f0 100644 --- a/vm-systemd/qubes-network.service +++ b/vm-systemd/qubes-network.service @@ -7,7 +7,6 @@ Before=network.target [Service] Type=oneshot RemainAfterExit=yes -ExecStartPre=/sbin/ethtool -K eth0 sg off ExecStart=/usr/lib/qubes/init/network-proxy-setup.sh StandardOutput=syslog