dndx / phantun

Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs.
Apache License 2.0
1.59k stars 131 forks source link

no listening port on server #65

Closed ddgg closed 2 years ago

ddgg commented 2 years ago

openwrt raspberry pi4 21.2.3 aarch64 tun0 is up info is normal but netstat -tlpn and lsof return no listening port screenshot

Handsome1080P commented 2 years ago

Kernel staff,no listening port

dndx commented 2 years ago

That's right, Phantun uses Tun interface which is Layer 3 and has no listing ports shown in the Kernel TCP stack. It will still work.