H3C f1000-c-g Firewall Initial configuration:
H3C firewall buy back ready to use, according to the configuration document operation, ping default address 192.168.0.1, access to http://192.168.0.1 through a Web browser is not accessible.
Then you can open the Web with a graphical interface to configure the firewall device with the convenience of the following.
Setting up management ports through the command line for Web management of devices
# Log in to the device via the console port.
# The system defaults to adding the management port to the management domain. If not joined, manual configuration is required.
<Firewall> System-view
[Firewall] Zone name management
[Firewall-zone-management] Import interface gigabitethernet 0/0
[Firewall-zone-management] Quit
# Configure the IP address of the management port Gigabitethernet 0/0.
[Firewall] Interface gigabitethernet 0/0
[firewall-gigabitethernet0/0] IP address 192.168.2.254 24
[firewall-gigabitethernet0/0] Quit
# Configure the Address object, the IP address of the management host is 192.168.2.2.
[Firewall] Object Network host MANAGE-PC
[FIREWALL-OBJECT-NETWORK-MANAGE-PC] Host address 192.168.2.1
[FIREWALL-OBJECT-NETWORK-MANAGE-PC] Quit
# Configure the inter-domain policy between the management domain and the local domain.
[Firewall] Interzone source management destination Local
[firewall-interzone-management-local] Rule 0 Permit
[firewall-interzone-management-local-rule-0] Source-ip manage-pc
[firewall-interzone-management-local-rule-0] Destination-ip any_address
[firewall-interzone-management-local-rule-0] Service http
[firewall-interzone-management-local-rule-0] Rule enable
[Firewall-interzone-management-local-rule-0] Quit
# Currently there are users admin, if the system has no user name, you need to set the appropriate user name, and turn on the appropriate services for Web login.
This article is from the "Feng Xiaoqing blog" blog, make sure to keep this source http://fengyunshan911.blog.51cto.com/995251/1749145
H3C firewall f1000-c-g with command-line configuration to enable web management of devices