wangyu- / udp2raw-multiplatform

multi-platform(cross-platform) version of udp2raw-tunnel, which supports Windows/Mac/BSD natively. Client-Only at the moment.
MIT License
645 stars 146 forks source link

server mode not supported in multi-platform version #18

Open ankanch opened 5 years ago

ankanch commented 5 years ago

no related errors found. run as client works fine. System Information: Windows 10 Pro 1809 cmd: ./udp2raw_mp_nolibnet -l 0.0.0.0:4096 -r 127.0.0.1:7777 -s log:

using system32/wpcap.dll
The Winsock 2.2 dll was found okay, _setmaxstdio() was set to 4000
[2018-12-26 21:32:50][INFO]argc=6 C:\Users\kanch\Desktop\windows\udp2raw_mp_nolibnet.exe -l 0.0.0.0:4096 -r 127.0.0.1:7777 -s
[2018-12-26 21:32:50][INFO]parsing address: 0.0.0.0:4096
[2018-12-26 21:32:50][INFO]its an ipv4 adress
[2018-12-26 21:32:50][INFO]ip_address is {0.0.0.0}, port is {4096}
[2018-12-26 21:32:50][INFO]parsing address: 127.0.0.1:7777
[2018-12-26 21:32:50][INFO]its an ipv4 adress
[2018-12-26 21:32:50][INFO]ip_address is {127.0.0.1}, port is {7777}
[2018-12-26 21:32:50][INFO]important variables: log_level=4:INFO raw_mode=faketcp cipher_mode=aes128cbc auth_mode=md5 key=secret key local_addr=0.0.0.0:4096 remote_addr=127.0.0.1:7777 socket_buf_size=1048576
[2018-12-26 21:32:50][FATAL]server mode not supported in multi-platform version
ekenchan commented 5 years ago

Please support server mode on BSD.

steom commented 4 years ago

theres hope in future for a native udp2raw server in windows?

huangya90 commented 1 year ago

Also hope server mode will be supported in windows platform