Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just change the NIC card it seems to work. Can this happen like for some type of packets to pass (ping, nfs share etc) and like nmap to be blocked by a defective NIC
As described on the nmap man page, ping scans (icmp echo request messages) are used.
If A's NIC doesn't work properly or if the pings are blocked, then nmap won't work.
nmap by default will not scan any host that does not respond to a ping request. In order to get around this restriction - use the option -P0 when invoking nmap, i.e.
You do know that A's localhost interface isn't in any way reachable from B, right?
If A's services are listening on the localhost interface, then B can't use them.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.