I’m using PPPoE dial-up connection instead of normal ethernet connection with a router. So there is 3 adapters on my windows 11 laptop, a physical one which shows connected but not recognized, a virtual one for PPPoE, and a wintun for the vpn. All the route are suppose to go through the vpn adapter, but it’s not happening for some reason. I tried to delete all other route except the one for VPN, but I still can’t capture any pacakge sent to the vpn adapter using WireShark, I’m expecting a few TCP package of even just any pacakge when I try to access whatever domain on chrome, but according to WireShark there is nothing sent to the VPN adapter, I tried it with both firewall on and off. So why didn’t the route table work?
I am expecting traffic sent through interface 207.174.6.254(wintun) according to the route table.
This is the route table before any edit
Network Destination Netmask Gateway Interface metric
0.0.0.0 0.0.0.0 On-Link 100.75.102.9 26
0.0.0.0 0.0.0.0 On-Link 207.174.6.254 6
100.75.102.9 255.255.255.255 On-Link 100.75.102.9 281
127.0.0.0 255.0.0.0 On-Link 127.0.0.1 4556
127.0.0.1 255.255.255.255 On-Link 127.0.0.1 4556
127.255.255.255 255.255.255.255 On-Link 127.0.0.1 4556
207.174.6.254 255.255.255.255 On-Link 207.174.6.254 261
224.0.0.0 240.0.0.0 On-Link 127.0.0.1 4556
224.0.0.0 240.0.0.0 On-Link 100.75.102.9 26
224.0.0.0 240.0.0.0 On-Link 207.174.6.254 261
255.255.255.255 255.255.255.255 On-Link 127.0.0.1 4556
255.255.255.255 255.255.255.255 On-Link 100.75.102.9 281
255.255.255.255 255.255.255.255 On-Link 207.174.6.254 261
Here is the one after I delete other routes
Network Destination Netmask Gateway Interface metric
0.0.0.0 0.0.0.0 On-Link 207.174.6.254 2
100.75.102.9 255.255.255.255 On-Link 100.75.102.9 281
127.0.0.0 255.0.0.0 On-Link 127.0.0.1 4556
127.0.0.1 255.255.255.255 On-Link 127.0.0.1 4556
127.255.255.255 255.255.255.255 On-Link 127.0.0.1 4556
207.174.6.254 255.255.255.255 On-Link 207.174.6.254 261
224.0.0.0 240.0.0.0 On-Link 127.0.0.1 4556
224.0.0.0 240.0.0.0 On-Link 100.75.102.9 26
224.0.0.0 240.0.0.0 On-Link 207.174.6.254 261
255.255.255.255 255.255.255.255 On-Link 127.0.0.1 4556
255.255.255.255 255.255.255.255 On-Link 100.75.102.9 281
255.255.255.255 255.255.255.255 On-Link 207.174.6.254 261