phantun icon indicating copy to clipboard operation
phantun copied to clipboard

Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs.

Results 23 phantun issues
Sort by recently updated
recently updated
newest added

今天尝试在机器A作为phantun client,与机器B作为phantun server之间通过执行两条命令建立2个连接,通过这两个连接封装2个wireguard隧道,但执行后,wireguard无法连接,是phantun目前不支持两台机器之间建立多个连接吗? /usr/bin/phantun_client --ipv4-only --local 127.0.0.1:7699 --remote 1.2.3.4:7699 & /usr/bin/phantun_client --ipv4-only --tun-local 192.168.199.1 --tun-peer 192.168.199.2 --local 127.0.0.1:7609 --remote 1.2.3.4:7609 &

vps: ![ScreenShot_20240420093952](https://github.com/dndx/phantun/assets/154101918/9fb80834-9e88-4d9f-94f5-4f976aff9807) homepc: ![ScreenShot_20240420093918](https://github.com/dndx/phantun/assets/154101918/f94c4a54-9626-4002-9c6e-15581edb056b)

![ScreenShot_20240420091040](https://github.com/dndx/phantun/assets/154101918/b8a839ba-7e59-45cf-b267-f8d9e9197e72) It's like it's hanging. It's like he can't do something. homepc: ![ScreenShot_20240420091217](https://github.com/dndx/phantun/assets/154101918/b644fa54-7cf2-466d-97fe-922f89ac2dbd) vps: ![ScreenShot_20240420091318](https://github.com/dndx/phantun/assets/154101918/7757cd80-f2cb-4bbf-b4d3-dd8f07b3593c)

I am a novice and I don’t know much about these things. I hope everyone can understand the English translated by Google. Thanks. The official openwrt 21.02.5 firmware used by...

With these changes and modifications is possible to see in the logs both date and time based on the local time of the system where is running

when running iperf3 -u (-b100m) over wireguard tunnel over phantun, I am seeing significant amounts of out-of-order packets which is problematic as it can significantly degrade performance of certain protocols...

Hi, please consider adding the lock file so that the building process is deterministic/reproducible. This also helps distro maintainers to correctly package your program.

This adds TCP KeepAlive support to client. Close #30, also related to #87. Three arguments are added: keepalive-time, keepalive-interval, keepalive-retries. Let's say keepalive-time=300s, keepalive-interval=10s, keepalive-retries=3. This feature works like this:...

Phantun can run on windows os ? Thanks!

enhancement
help wanted