Lines 63-69
ipfw_start()
Link Here
|
63 |
echo 'Firewall rules loaded.' |
63 |
echo 'Firewall rules loaded.' |
64 |
elif [ "`ipfw list 65535`" = "65535 deny ip from any to any" ]; then |
64 |
elif [ "`ipfw list 65535`" = "65535 deny ip from any to any" ]; then |
65 |
echo 'Warning: kernel has firewall functionality, but' \ |
65 |
echo 'Warning: kernel has firewall functionality, but' \ |
66 |
' firewall rules are not enabled.' |
66 |
'firewall rules are not enabled.' |
67 |
echo ' All ip services are disabled.' |
67 |
echo ' All ip services are disabled.' |
68 |
fi |
68 |
fi |
69 |
|
69 |
|