<html><body><div style="font-family: terminal,monaco; font-size: 12pt; color: #000000"><div>Problem:</div><div><br></div><div>jnos 2.0q runs fine with a wired connection on my pi4 running trixie. I want to move to a wireless connection. When I do that, jnos can't find the internet at all.</div><div><br></div><div>In trying to troubleshoot this, I used tcpdump on the dmz side of the tunnel and lo-and-behold, jnos simply started working flawlessly with wireless. Take away tcpdump and it stops getting to the internet. So some sort of pinhole is being created by using tcpdump.</div><div><br></div><div>I would appreciate your thoughts on what I should look at next in order to eliminate using tcpdump. The kernel routing table looks exactly the same: wired, wireless, and wireless with tcpdump running, to wit:</div><div><br></div><div>Kernel IP routing table</div><div>Destination Gateway Genmask Flags Metric Ref Use Iface</div><div>default 192.168.0.1 0.0.0.0 UG 600 0 0 wlan0</div><div>44.135.172.130 0.0.0.0 255.255.255.255 UH 0 0 0 tun0</div><div>192.168.0.0 0.0.0.0 255.255.255.0 U 600 0 0 wlan0</div><div>192.168.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 tun0</div><div> 192.168.0.150 0.0.0.0 255.255.255.255 UH 0 0 0 tun0</div><div>pi2e@raspberrypi:/test $ *** note .150 is the dmz side of the tunnel</div><div><br></div><div>Thanks,</div><div>jetrome ve7ass/ve7poo</div></div></body></html>