From 5667cc3df79242093f6fe56521785b7b28b45005 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 13 Oct 2015 20:59:20 +0200 Subject: Assignment 5 --- netsec-assignment5-S4498062/exercise5/exercise5b/commands | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 netsec-assignment5-S4498062/exercise5/exercise5b/commands (limited to 'netsec-assignment5-S4498062/exercise5/exercise5b/commands') diff --git a/netsec-assignment5-S4498062/exercise5/exercise5b/commands b/netsec-assignment5-S4498062/exercise5/exercise5b/commands new file mode 100644 index 0000000..5f8ba63 --- /dev/null +++ b/netsec-assignment5-S4498062/exercise5/exercise5b/commands @@ -0,0 +1,9 @@ +On the server: + +# iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE + +Client and server configuration is exactly the same, except that the server has +this extra line: + + push "redirect-gateway local def1" + -- cgit v1.2.3