<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&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Gateway&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Genmask&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Flags Metric Ref&nbsp; &nbsp; Use&nbsp; &nbsp; Iface</div><div>default&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 192.168.0.1&nbsp; &nbsp; &nbsp;0.0.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;UG&nbsp; &nbsp; 600&nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp;wlan0</div><div>44.135.172.130&nbsp; &nbsp; &nbsp;0.0.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 255.255.255.255&nbsp; &nbsp;UH&nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; tun0</div><div>192.168.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.0.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 255.255.255.0&nbsp; &nbsp; &nbsp; &nbsp; U&nbsp; &nbsp; &nbsp; 600&nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; wlan0</div><div>192.168.0.1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.0.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 255.255.255.255&nbsp; &nbsp; UH&nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; tun0</div><div>&nbsp;192.168.0.150&nbsp; &nbsp; &nbsp; 0.0.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 255.255.255.255&nbsp; &nbsp; UH&nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; tun0</div><div>pi2e@raspberrypi:/test $&nbsp; &nbsp; &nbsp; &nbsp; *** note .150 is the dmz side of the tunnel</div><div><br></div><div>Thanks,</div><div>jetrome ve7ass/ve7poo</div></div></body></html>