|
|
After reviewing http://openvpn.sourceforge.net/install32.html , I am unclear about DHCP and a bridged Win2K client. In the example: ############################################ # OpenVPN bridge config, windows client side remote [public IP address or hostname of server] port 8888 dev tap # This is the address the client will # "appear as" when it connects to the # bridged LAN. ifconfig 10.5.0.5 255.255.255.0 ifconfig-nowarn secret key.txt ping 10 comp-lzo verb 3 # end of config ################################## Would I simply change the statement ifconfig 10.5.0.5 255.255.255.0 to ifconfig dhcp < or auto-dhcp > to enable DHCP for the client side of the tunnel? Raymond ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |