dns - OpenVPN push dhcp option -


i ask few question dhcp-option in openvpn.

i have 3 option:

push "dhcp-option dns 192.168.248.1" push "dhcp-option domain myfirst.domain" push "dhcp-option domain mysecond.domain" 

what understand that, if ever have lookup server name ever *.myfirst.domain or *.mysecond.domain dns server used 1 pushed 192.168.248.1 otherwise use default dns server set on computer.

i'm right or not ?

thanks answers

the correct way multiple domains is.

push "dhcp-option domain-search myfirst.domain" push "dhcp-option domain-search mysecond.domain" 

you have specify option twice both picked up.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -