From: Hari K. D. <har...@gm...> - 2010-05-10 18:18:49
|
On Mon, May 10, 2010 at 1:31 AM, Henry Nestler <hen...@ar...> wrote: > Yes, Eric points into right direction. > > To use dnmasq, you need to disable DHCP and use static configuration for > SLiRP. Don't worry about addresses, because DHCP-Server inside SLiRP give > the guest the same address every time. So, static or DHCP does not matter. > http://colinux.wikia.com/wiki/Network#SLiRP_with_Static_IP_Address > > In config of dnmasq you must set 10.0.2.3 and your DNS from VPN. > In static network configuration of SLiRP you should set "nameserver > localhost" in /etc/resolv.conf. > Thank you Eric and Henry, I got dnsmasq to work nicely with your suggestions. I simply updated /etc/resolve.conf to use 10.0.2.3 and my VPN nameservers (along with disabling dhcp on slirp) and that got lookups to work nicely for VPN. The domain search order is still not working, but it is still much better as I can now use names and not worry about changing ip addresses. Meanwhile, I also got cofs to work and now just learned that I could setup colinux to run off real partitions. This will make it easier to eventually migrate away from windows completely (not going to happen until we replace MS sql server, but we are getting there). -- Hari |