• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

NEED help with NEtworking , PLEASe!!

SaintTigurius

Senior member
Have my linux router/firewall set up.. its using NAT for internet access and everything is peachy.. MSN is even working perfectly.
Anyway, only problem i'm having is name resolution. My local hostnames aren't resolving to IP's.... even the router cant do it correctly.
Any clue?
thank you :


please help!!!
 
I'm assuming you don't have a DNS server for you lan. Nor do I recommend one. I could be way undersimplfying this, but all you need to do is add entries for each of your machines into the local hosts file on each machine. On you linux box, you should find /etc/hosts and it should have at least 1 entry, probably 2. You just need to add one for each other machine on your net. Windows XP hides the file at:
C:\WINDOWS\system32\drivers\etc\hosts

The file will have examples, but basically its IP address then a few spaces or a tab and the hostname:

127.0.0.1 localhost
192.168.0.1 server

Hope that helps...
 
Back
Top