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.58k stars 128 forks source link

How to run multiple phantun_server instances in same machine ? #126

Closed toplinuxsir closed 12 months ago

toplinuxsir commented 1 year ago

How to run mulitple phantun_server in same machine ?

dndx commented 12 months ago

Use ./phantun_server -h to checkout the options and specify different Tun interface name and IP for different instances. You will need to setup the firewall rules for these instances individually.