From cdaa738da3946b55ccb26f63460ae602f769eb0b Mon Sep 17 00:00:00 2001 From: Sebastian Rieger Date: Thu, 4 Feb 2016 23:56:01 +0100 Subject: [PATCH] reverted static arp entry --- .../kommprot-lab3-wanem.virl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VIRL-HS-Fulda/Kommunikationsnetze und -protokolle (Bachelor AI)/kommprot-lab3-wanem.virl b/GIT-VIRL-HS-Fulda/Kommunikationsnetze und -protokolle (Bachelor AI)/kommprot-lab3-wanem.virl index 7369f28..1fbf3d9 100644 --- a/GIT-VIRL-HS-Fulda/Kommunikationsnetze und -protokolle (Bachelor AI)/kommprot-lab3-wanem.virl +++ b/GIT-VIRL-HS-Fulda/Kommunikationsnetze und -protokolle (Bachelor AI)/kommprot-lab3-wanem.virl @@ -147,7 +147,7 @@ write_files: ifconfig eth1 up 192.168.1.100 netmask 255.255.255.0 route del default route add default gw 192.168.1.1 - #arp -i eth1 -s 192.168.1.1 aa:aa:aa:aa:aa:aa + arp -i eth1 -s 192.168.1.1 aa:aa:aa:aa:aa:aa exit 0 - path: /etc/resolv.conf