[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: network working one way only?



richard lyons wrote:

I must be in an exceptionally dim mood today. I just noticed that my laptop, on which I am writing this, is not accessible from other boxes on the network. Ping, nfs, cups are all failing to connect. Must be

Sounds ideal to me. Are you running any firewall setup on the laptop?

something I have upgraded, I suppose. hosts.allow has all the usual entries, I can ping out to the network, and send mail normally through my firewall machine to the adsl router. Name serving seems to be working, though I cannot check with dig as it is not installed on this machine and I never did find what package provides it.

If this command returns a list of machines, your DNS setup is working:
host www.ibm.com


I cant at the moment think what to look for next -- quick hint anyone?

Not being able to ping your box can be annoying when you're trying to diagnose connectivity probs. What does this produce:
iptables -L

If it is _not_ like this, then that's re reason:
Dolphin:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination Dolphin:~#


It seems to me you have an unexpectedly secure firewall setup:-)




Reply to: