From 895290bd9708852f9496593e8d76b6c8d2d314d1 Mon Sep 17 00:00:00 2001 From: Pirate Praveen <praveen@debian.org> Date: Sun, 14 Aug 2022 00:02:45 +0530 Subject: [PATCH] Update sysctl and add note about nameserver --- share-net-connection | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share-net-connection b/share-net-connection index 7bb2f00..4514063 100755 --- a/share-net-connection +++ b/share-net-connection @@ -1 +1,3 @@ +sudo sysctl net.ipv4.ip_forward=1 sudo iptables -t nat -I POSTROUTING -o wlp2s0 -j MASQUERADE +echo "Update /etc/resolv.conf on client" -- GitLab