Heading link
copied to clipboard
SECUI
MF2
| interface |
cat /secui/etc/interface.conf; echo |
| ip_routes |
cat /secui/etc/ip_route.conf; echo |
| routes |
netstat -rn |
| serviceobject |
cat /secui/etc/serviceobject.conf; echo |
| networkobject |
cat /secui/etc/networkobject.conf; echo |
| hostobject |
cat /secui/etc/hostobject.conf; echo |
| groupobject |
cat /secui/etc/groupobject.conf; echo |
| userobject |
userobject cat /secui/etc/userobject.conf; echo |
| admins |
cat /secui/etc/admins.conf; echo |
| fwrules |
grep 'inuse.*fwrules' /secui/etc/rulefiles.conf | sed -n -r 's/.*name="([^"]*)".*/\1/p' | xargs cat |
| natrules |
grep 'inuse.*natrules' /secui/etc/rulefiles.conf | sed -n -r 's/.*name="([^"]*)".*/\1/p' | xargs cat |
NXG
| locale |
locale |
| config |
cat /fw/secuiwall.conf |
| hosts |
cat /fw/codes/ct_hosts.tb |
| networks |
networks cat /fw/codes/ct_networks.tb |
| groups |
more /fw/codes/ct_groups.tb /fw/codes/childgrp/*.tb |
| services |
cat /fw/codes/ct_service.tb |
| services_grp |
cat /fw/codes/ct_servicegroup.tb /fw/codes/ct_servicechild.tb |
| security_policy |
awk -F"=" '/DefRuleFile=/ { print "/fw/rules/"$2; }' /fw/secuiwall.conf | xargs more |
| security_policy_ipv6 |
more /fw6/rules/*.rule* |
| interface_based_nat |
cat /fw/secuiwall.conf | egrep "^NAT\." ; more /fw/nat/internal.lst /fw/nat/external.lst /fw/nat/lsnat.tb /fw/nat/ct_lsnat_child.tb /fw/nat/natexcept.tb /fw/nat/nat.conf |
| nat_policy |
awk -F"=" '/NAT.RuleFile=/ { print "/fw/nat/rules/"$2;}' /fw/secuiwall.conf | xargs more |
| nat_policy_ipv6 |
more /fw6/nat/rules/*.natrule |
| routes |
more /etc/sysconfig/static-routes ; netstat -rn |
| interfaces |
more /etc/sysconfig/network-scripts/ifcfg-* ; ifconfig -a |
| fwinfo_vars |
fwinfo vars |
| fwinfo_nic |
fwinfo nic |
| fwinfo_ha |
fwinfo ha |
| system |
cat /etc/SECUINXG.info |
| zones |
cat /fw/secuiwall.conf | grep "System.*.Adapter" |
| checksum |
sum /fw/codes/*tb /fw/rules/*.rule* /fw/nat/rules/*.natrule |
| users |
cat /fw/codes/ct_users.tb |