ref: 52106a235d9961931731cedbc7123a049bff550f
parent: 6e6ee9231bb2ef8e7fa2612a5866eba6efe45380
author: jrmu <jrmu@cloud9p.org>
date: Thu Aug 1 08:05:38 EDT 2024
fix formatting
--- a/ipconfig.ms
+++ b/ipconfig.ms
@@ -28,17 +28,22 @@
If configured properly, /net.alt/iproute should show routes similar to these:
+.P1
; cat /net.alt/iproute
0.0.0.0 /96 198.51.100.1 4 none 0 198.51.100.0 /120
0.0.0.0 /96 198.51.100.1 4 none 0 198.51.100.2 /128
...
+.P2
From another machine, ping the IP address 198.51.100.2:
+.P1
another% ip/ping 198.51.100.2
+.P2
Then, on the machine with 198.51.100.2, verify with snoopy that packets are received on the correct interface with correct ethernet and correct IP address:
+.P1
cpu% snoopy -f 'icmp' /net.alt/ether1
after optimize: ether(ip(icmp))
001703 ms
@@ -51,4 +56,6 @@
ip(s=172.56.234.40 d=198.51.100.2 id=0000 frag=0000 ttl=230 pr=1 ln=64)
icmp(t=EchoReq c=0 ck=c850 id=d809 seq=2a66)
dump(1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b)
+.P2
+