NAT/Route mode installation | Configuring the FortiWiFi |
To add/change the administrator password
1Log in to the CLI.
2Change the admin administrator password. Enter:
config system admin
edit admin
set password <psswrd>
end
To configure interfaces
1Log into the CLI.
2Set the IP address and netmask of the internal interface to the internal IP address and netmask you recorded in Table 9 on page 33. Enter:
config system interface edit internal
set mode static
set ip <address_ip> <netmask>
end
Example
config system interface edit internal
set mode static
set ip <192.168.120.99> <255.255.255.0>
end
3Set the IP address and netmask of the external interface to the external IP address and netmask you recorded in Table 9 on page 33.
config system interface edit <interface>
set mode static
set ip <address_ip> <netmask>
end
Example
config system interface edit wan1
set mode static
set ip <204.23.1.5> <255.255.255.0>
end
To set the WAN1 interface to use DHCP, enter:
config system interface edit wan1
set mode dhcp
end
36 | |