<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. 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. What openswan ipsec config parameter do I need to set?<br><br>config setup<br> # Debug-logging controls: "none" for (almost) none, "all" for lots.<br> # klipsdebug=none<br> # plutodebug="control parsing"<br> # For Red Hat Enterprise Linux and Fedora, leave protostack=netkey<br> protostack=netkey<br> nat_traversal=yes<br> virtual_private=<br> oe=off<br> # Enable this if you see "failed to find any available worker"<br> 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> authby=secret<br> type=tunnel<br> keyingtries=1<br> keyexchange=ike<br> ike=3des-md5<br> esp=3des-md5<br> pfs=yes<br> auto=start<br> left=%defaultroute<br> right=xxx.xxx.xxx.xxx<br> 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>