From 6ee8647c864febfa5c64fd2861e94789b9954f73 Mon Sep 17 00:00:00 2001 From: maronsen Date: Thu, 14 Nov 2019 09:25:38 +0100 Subject: [PATCH] Update Readme.md Added an after ip route because the command is wrong. full command ip route add via on kali --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index d9dd273..15f9e4a 100644 --- a/Readme.md +++ b/Readme.md @@ -26,8 +26,8 @@ Remember to add routes in your kali box or set static routes in your router or f routes: ```bash #Kali VM on the network of the Linux VM(recommended) -ip route 10.8.10.0/24 via -ip route 10.9.10.0/24 via +ip route add 10.8.10.0/24 via +ip route add 10.9.10.0/24 via ``` The dns server for the networks is located at 10.8.10.5.