<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I am trying to get host names resolved with a Windows DNS server from my linux openswan client.&nbsp; I can ping ip addresses but when I type in myhost.mycompany or just myhost on the right side of the tunnel connection the host won't resolve.&nbsp; What openswan ipsec config parameter do I need to set?<br><br>config setup<br>&nbsp;&nbsp;&nbsp; # Debug-logging controls:&nbsp; "none" for (almost) none, "all" for lots.<br>&nbsp;&nbsp;&nbsp; # klipsdebug=none<br>&nbsp;&nbsp;&nbsp; # plutodebug="control parsing"<br>&nbsp;&nbsp;&nbsp; # For Red Hat Enterprise Linux and Fedora, leave protostack=netkey<br>&nbsp;&nbsp;&nbsp; protostack=netkey<br>&nbsp;&nbsp;&nbsp; nat_traversal=yes<br>&nbsp;&nbsp;&nbsp; virtual_private=<br>&nbsp;&nbsp;&nbsp; oe=off<br>&nbsp;&nbsp;&nbsp; # Enable this if you see "failed to find any available worker"<br>&nbsp;&nbsp;&nbsp; nhelpers=0<br><br>#You may put your configuration (.conf) file in the "/etc/ipsec.d/" and uncomment this.<br>include /etc/ipsec.d/*.conf<br><br>conn mycompany<br>&nbsp;&nbsp;&nbsp; authby=secret<br>&nbsp;&nbsp;&nbsp; type=tunnel<br>&nbsp;&nbsp;&nbsp; keyingtries=1<br>&nbsp;&nbsp;&nbsp; keyexchange=ike<br>&nbsp;&nbsp;&nbsp; ike=3des-md5<br>&nbsp;&nbsp;&nbsp; esp=3des-md5<br>&nbsp;&nbsp;&nbsp; pfs=yes<br>&nbsp;&nbsp;&nbsp; auto=start<br>&nbsp;&nbsp;&nbsp; left=%defaultroute<br>&nbsp;&nbsp;&nbsp; right=xxx.xxx.xxx.xxx<br>&nbsp;&nbsp;&nbsp; rightsubnet=192.168.0.0/24<br><br>                                               <br /><hr />Windows 7: It works the way you want. <a href='http://www.microsoft.com/Windows/windows-7/default.aspx?ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen:112009v2' target='_new'>Learn more.</a></body>
</html>