>Hi,

>On 22/08/2023 09:56, Jason Long via Openvpn-users wrote:
> 1- When I use "local" then I must not use "multihome" and vice versa?

>No. You can have 'multihome' along with 'local', but in this case 
>'multihome' will do nothing.

>If you don't have 'local', using 'multihome' or not depends on your setup.


> 
> 2- The multihome statement does not need a parameter? I just need to put it 
> inside of the server.conf file?

> 

>Correct. No parameter required and it is just added to the server config.

>Regards,


>-- 
>Antonio Quartulli



Hello,
Suppose my server has two IPs:

IP 1: 1.2.3.4
IP 2: 1.2.3.5

Method 1:

In server.conf:
local 1.2.3.X

In client.conf:
remote 1.2.3.X port


Method 2:

In server.conf:
multihome

In client.conf:
remote 1.2.3.X port


Am I right?


_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to