Page 1 of 1

Listen IP

Posted: Mon Apr 25, 2016 1:36 am
by GerryB
Did listen IP option ever get added to the config file options?

I cannot see where such an option would go or do I know the syntax.

My server has two IPs and I want it to listen to 443 on one IP (which has no webserver) or even set the whole softethervpn server only to listen to one IP.

Currently Softethervpn listens to the whole interface, so it sees 443 as in use, which of course it is on the other IP for https.

I could achieve something similar by port redirection, but it seems strange that there is no option to define listen IP. its seems rather fundamental.

Am I missing something?

Gerry

Re: Listen IP

Posted: Sun May 01, 2016 10:10 am
by GerryB
No answer yet. Surely others want softhervpn to use/listen to one IP address, and not listen to the whole ethernet interface?

It strikes me to be an important function that is currently missing.

Gerry

Re: Listen IP

Posted: Fri May 20, 2016 8:32 am
by thisjun
I think this pull request may help you.
https://github.com/SoftEtherVPN/SoftEtherVPN/pull/202

Re: Listen IP

Posted: Fri May 20, 2016 3:28 pm
by GerryB
Thanks for the link

I assume the syntax is
ListenIP 1.2.4.4 anywhere in the config file

Would that determine the EXIT IP as well?

I will play later. This is a feature need to be on the main menu one day.

Gerry

Re: Listen IP

Posted: Thu Jun 02, 2016 5:32 am
by thisjun
> I assume the syntax is
> ListenIP 1.2.4.4 anywhere in the config file
I didn't try it. I think so too.

> Would that determine the EXIT IP as well?
It depends on OS.


> I will play later. This is a feature need to be on the main menu one day.
The patch will be applied.
https://github.com/SoftEtherVPN/SoftEtherVPN/pull/202