]> git.feebdaed.xyz Git - linuxyz.git/commitdiff
spoof arp numbering
authorseantywork <seantywork@gmail.com>
Thu, 4 Sep 2025 04:18:36 +0000 (13:18 +0900)
committerseantywork <seantywork@gmail.com>
Thu, 4 Sep 2025 04:18:36 +0000 (13:18 +0900)
spoof-arp/2509-01.xyz.md

index a2b15de55c58a6c2c9d0c0e300f30a3806bf3dfe..5a4fb61ddc326abb44c14f629335b0156bc0da7f 100644 (file)
@@ -1,17 +1,12 @@
-#
-```shell
-
-```
 
-#
+# 01
 ```shell
 thy@thy-Z370-HD3:~$ sudo ip netns exec vnet1 ip neigh
 thy@thy-Z370-HD3:~$ 
 
-
 ```
 
-#
+# 02
 ```shell
 thy@thy-Z370-HD3:~/hack/linux/linuxyz/spoof-arp$ sudo ip netns exec vnet1 ping 11.168.0.1
 PING 11.168.0.1 (11.168.0.1) 56(84) bytes of data.
@@ -26,7 +21,7 @@ rtt min/avg/max/mdev = 0.047/0.060/0.084/0.014 ms
 
 ```
 
-#
+# 03
 
 ```shell
 thy@thy-Z370-HD3:~$ sudo ip netns exec vnet1 ip neigh
@@ -41,7 +36,7 @@ thy@thy-Z370-HD3:~$
 
 ```
 
-#
+# 04
 
 ```shell
 thy@thy-Z370-HD3:~/hack/linux/linuxyz/spoof-arp$ sudo ip netns exec vnet2 ./spoof.out g
@@ -52,7 +47,7 @@ spoofing?
 
 ```
 
-# 
+# 05
 
 ```shell
 thy@thy-Z370-HD3:~/hack/linux/linuxyz$ sudo ip netns exec vnet0 tshark -i vbr0
@@ -67,14 +62,14 @@ Capturing on 'vbr0'
 
 ```
 
-#
+# 06
 
 ```shell
 thy@thy-Z370-HD3:~$ sudo ip netns exec vnet1 ip neigh 
 11.168.0.200 dev veth11 lladdr 22:e8:90:6d:69:e5 STALE
 ```
 
-#
+# 07
 
 ```shell
 thy@thy-Z370-HD3:~/hack/linux/linuxyz/spoof-arp$ sudo ip netns exec vnet2 ./spoof.out g
@@ -87,7 +82,7 @@ gratuitous arp...
 
 ```
 
-#
+# 08
 ```shell
 Frame 4: 42 bytes on wire (336 bits), 42 bytes captured (336 bits) on interface vbr0, id 0
     Section number: 1
@@ -131,7 +126,7 @@ Address Resolution Protocol (request/gratuitous ARP)
 
 ```
 
-#
+# 09
 
 ```shell
 thy@thy-Z370-HD3:~/hack/linux/linuxyz$ sudo ip netns exec vnet0 tshark -i vbr0 -f "icmp"
@@ -157,7 +152,7 @@ Capturing on 'vbr0'
 
 ```
 
-#
+# 10
 
 ```shell
 thy@thy-Z370-HD3:~/hack/linux/linuxyz/spoof-arp$ sudo ip netns exec vnet1 ping 11.168.0.1
@@ -172,7 +167,7 @@ rtt min/avg/max/mdev = 0.129/0.149/0.169/0.020 ms
 
 ```
 
-#
+# 11
 
 ```shell