1
General Discussion / Re: Traffic between interfaces
« on: July 19, 2023, 02:24:28 pm »
Got it. So something like this?
I ran a ping in one window and then ran the following
Not sure if I'm going about this the right way.
Code: [Select]
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 venet0
10.8.0.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0
45.88.168.0 0.0.0.0 255.255.255.0 U 0 0 0 venet0
192.168.2.0 10.8.0.1 255.255.255.0 UG 0 0 0 tun0
I ran a ping in one window and then ran the following
Code: [Select]
tcpdump icmp and src 10.8.0.1 and dst 192.168.2.254
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on venet0, link-type LINUX_SLL (Linux cooked v1), snapshot length 262144 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel
Not sure if I'm going about this the right way.