Pls help. A can ping B, but B can't ping A.
Host A can ping host B but host B cannot ping host A. Host A is Solaris 10, while host B is using Solaris 9.Both got IP from DHCP server and able to surf the Internet.What should I look into?Message was edited by: amanyus
[263 byte] By [
amanyus] at [2007-11-26 10:12:54]

# 1
have you enabled a firewall on host A? Solaris 10 comes with IPFilter, if you enable that you wouldn't be able to ping the box.
to check the status of the ipfilter:
svcs |grep ipfilter
as well as
ifconfig <interface-name> modlist
if the modlist shows pfil the ipfilter is enabled on that interface.
7/M.