You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I write a simple piece of test code on windows. after I startup the program, I set ip address of 10.8.0.6 , mask 255.255.0.0
Then I set a route via "route add 192.168.66.0 mask 255.255.255.0 10.8.0.6", then on a console I ping 192.168.66.1 to check if any packet is coming through the tun interface, but I don't see anything related to the ping command.
On the other hand, I used wireshark to capture all the request, seems that the operating system is sending ARP before sending the real traffic.
But, tun only support layer3, how to handle this situation?
I write a simple piece of test code on windows. after I startup the program, I set ip address of 10.8.0.6 , mask 255.255.0.0
Then I set a route via "route add 192.168.66.0 mask 255.255.255.0 10.8.0.6", then on a console I ping 192.168.66.1 to check if any packet is coming through the tun interface, but I don't see anything related to the ping command.
On the other hand, I used wireshark to capture all the request, seems that the operating system is sending ARP before sending the real traffic.
But, tun only support layer3, how to handle this situation?
test code:
The text was updated successfully, but these errors were encountered: