Unable to connect my computer from LAN (http, smb) in UBUNTU 10.04
        Posted  
        
            by 
                Abdul Majeed
            
        on Super User
        
        See other posts from Super User
        
            or by Abdul Majeed
        
        
        
        Published on 2011-10-12T09:14:56Z
        Indexed on 
            2011/11/30
            18:00 UTC
        
        
        Read the original article
        Hit count: 373
        
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.
© Super User or respective owner