bind interface '-i' incomplete
Andy2244 opened this issue · 5 comments
Andy2244 commented
Connecting from an unprotected WAN still seems to succeed. I suppose the socket code will need to be amended to only bind to the interface's IP address, and not to 0.0.0.0.
netstat -an | egrep 3702
tcp 0 0 0.0.0.0:3702 0.0.0.0:* LISTEN
tcp 0 0 :::3702 :::* LISTEN
udp 0 0 0.0.0.0:3702 0.0.0.0:*
udp 0 0 :::3702 :::*
Andy2244 commented
@namjaejeon Just got this working with cifsd, so maybe you can take a quick look on the interface code and how to prevent the extra binds?
Andy2244 commented
thanks, need to verify if still reachable via wan