1822448 Members
2587 Online
109642 Solutions
New Discussion

Firewall status

 
Prabhu Hosmani
Advisor

Firewall status

Hi,

How can I check the firewall status on HPUX server, if it is enabled then how I can disable

Regards,
Prabhu H
1 REPLY 1
Michal Kapalka (mikap)
Honored Contributor

Re: Firewall status

hi,

check if you have a ipfilter installed,

but it should be default, and use

ipfstat

and if you don't use it it will be :

sms:/#ipftest
no rule file present


sms:/#ipfstat
dropped packets: in 0 out 0
non-data packets: in 0 out 0
no-data packets: in 0 out 0
non-ip packets: in 0 out 0
bad packets: in 0 out 0
copied messages: in 0 out 0
input packets: blocked 0 passed 0 nomatch 0 counted 0 short 0
output packets: blocked 0 passed 0 nomatch 0 counted 0 short 0
input packets logged: blocked 0 passed 0
output packets logged: blocked 0 passed 0
packets logged: input 0 output 0
log failures: input 0 output 0
fragment state(in): kept 0 lost 0
fragment state(out): kept 0 lost 0
packet state(in): kept 0 lost 0
packet state(out): kept 0 lost 0
TCP connections: in 0 out 0
ICMP replies: 0 TCP RSTs sent: 0
Invalid source(in): 0
Result cache hits(in): 0 (out): 0
IN Pullups succeeded: 0 failed: 0
OUT Pullups succeeded: 0 failed: 0
Fastroute successes: 0 failures: 0
TCP cksum fails(in): 0 (out): 0
Packet log flags set: (0)
none


mikap