solaris 8 firewall

hi all,

how do i verify if my solaris 8 server have firewall installed on the os?

thanks in advance.

Solaris 8 didn't include a firewall by default. I guess the two most popular for 8 would be SunScreen and IPFilter. The best way to check if either are active is running ifconfig.

ifconfig <interface> modlist

IE:

ifconfig hme0 modlist

It'll give you a multiline output, but be on the look out for a line with eps (or efs, can't recall) for SunScreen or pfil for IPFilter.

something like this??
# ifconfig hme0 modlist
0 arp
1 ip
2 hme

Think mine has no firewall... :cool: