xingplus / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

problem with dns sent from a dhcp server #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start the vpn tunnel
2. take ip from dhcp server but not dns
3. close tunnel

What is the expected output? What do you see instead?
i've a problem with mac osx client.my openvpn server has a dhcp listening
on the tap0 interface.it send ip and dns info to clients.it works fine with
linux and windows but on mac the client could get only ip address and not
dns.if i dont'use dhcp and put dhcp-options on server and pull on client it
works fine,but unfortunately i have to use a separate dhcp server

What version of Tunnelblick are you using? On what version of OS X? PPC or
Intel?

tunnelblick 3.0b9

Please provide any additional information below.
this is my conf file

remote xxx.xxx.xxx.xxx 5002
dev tap
#this line takes ip from dhcp server
up "ifconfig tap0 up; ipconfig set tap0 DHCP; echo"
proto tcp-client
ca keysprova/ca1.crt
cert keysprova/client2.crt
key keysprova/client2.key
ping 10
verb 8
mute 10
route-gateway 10.0.8.1
redirect-gateway

Original issue reported on code.google.com by annari...@gmail.com on 6 Apr 2009 at 11:46

GoogleCodeExporter commented 9 years ago
Please try "Set nameserver (alternate 1)" in Tunnelblick 3.1beta18.

Original comment by jkbull...@gmail.com on 18 Oct 2010 at 10:22

GoogleCodeExporter commented 9 years ago

Original comment by jkbull...@gmail.com on 31 Oct 2010 at 12:44