View Single Post
Old 08-12-2007   #5 (permalink)
chiefbutz
The Coding Wraith
 
chiefbutz's Avatar
 
Join Date: May 2007
Location: United States
Posts: 155
Send a message via AIM to chiefbutz Send a message via MSN to chiefbutz Send a message via Yahoo to chiefbutz
Default Re: Linux Networking

Ubuntu by default doesn't have a "firewall" so to speak, so if you didn't add one you should be ok on that note. Ok, you said you checked the hosts.deny file in /etc. As a step to see if it helps I would suggest adding the other computers IP to hosts.allow. Just do it like below:
Code:
ALL:*IP ADDRESS*
also, you should check iptables, which is something that can be setup and used like a firewall. Execute the following command in the Terminal:
Code:
sudo iptables -L
if you see your other computer's IP there it means it is probably being blocked.
My Homepage

"What man is a man who does not make the world better?" - Balian of Ibelin (Kingdome of Heaven)
chiefbutz is offline   Reply With Quote