I installed ubuntu 10.04, Apache, PHP, mysql, smb. Everything work fine in locally in my IP. When i trying to access my computer from LAN (other computer), it shows unable to connect. when i ping my IP from remote computer, its pinging OK. I can access internet, and all other systems (http, smb). But the problem is no one can't access my computer remotely in my LAN network.

My ip is 192.168.85.105 and i want access(Appaceh,SMB) from 192.168.85.10.

Is there any proxy firewall settings?

I had tried following commands..

sudo iptables -F

or

sudo iptables-restore

[logout require] If it does not work then try to disable net-filter

sudo ufw --disable

Please give me the solution.

link|improve this question
feedback

migrated from serverfault.com Oct 12 '11 at 10:36

This question came from our site for system administrators and desktop support professionals.

1 Answer

Can you post output of:

sudo ifconfig -a
sudo netstat -rn

from your machine?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown