Hi All
I've finally manged to get Ubuntu to connect to my work's fortinet VPN. Yay! However, remote DNS does not work and sticking the company's DNS servers in /etc/resolv.conf didn't fix it.
What's the Linux equivalent to the windows .hosts file?
Hi
On Sat, Feb 13, 2010 at 5:40 PM, Paul Grenyer paul.grenyer@gmail.com wrote:
Hi All
I've finally manged to get Ubuntu to connect to my work's fortinet VPN. Yay! However, remote DNS does not work and sticking the company's DNS servers in /etc/resolv.conf didn't fix it.
What's the Linux equivalent to the windows .hosts file?
Doh! Just found it: /etc/hosts. Sorry!
On 13-Feb-10 17:45:22, Paul Grenyer wrote:
Hi On Sat, Feb 13, 2010 at 5:40 PM, Paul Grenyer paul.grenyer@gmail.com wrote:
Hi All
I've finally manged to get Ubuntu to connect to my work's fortinet VPN. Yay! However, remote DNS does not work and sticking the company's DNS servers in /etc/resolv.conf didn't fix it.
What's the Linux equivalent to the windows .hosts file?
Doh! Just found it: /etc/hosts. Sorry!
-- Thanks Paul
Another tip: When the symbolic link to your memory node is broken (as it was ... ), it's worth trying something like
locate *hosts
which gives me:
/etc/avahi/hosts /etc/exim4/conf.d/router/150_exim4-config_hubbed_hosts /etc/hosts
For the reason for using "*" in *hosts see 'man locate'. And, for another reason, try instead
locate hosts
(assuming you have ghostscript installed ... ). Ted.
-------------------------------------------------------------------- E-Mail: (Ted Harding) Ted.Harding@manchester.ac.uk Fax-to-email: +44 (0)870 094 0861 Date: 13-Feb-10 Time: 18:57:21 ------------------------------ XFMail ------------------------------
On Sat, Feb 13, 2010 at 05:40:36PM +0000, Paul Grenyer wrote:
Hi All
I've finally manged to get Ubuntu to connect to my work's fortinet VPN. Yay! However, remote DNS does not work and sticking the company's DNS servers in /etc/resolv.conf didn't fix it.
What's the Linux equivalent to the windows .hosts file?
You mean the file(s) found at \windows\system32\drivers\etc? That's hosts and lmhosts? If so then the Linux equivalent is /etc/hosts and the format (for IPV4) is near enough the same as the windows hosts file.