Building a home Lab
Accepted Solution
- 
            
Hi @kade
Welcome to Zyxel community.

For change LAN1 interface setting, there are IP address and default DHCP Pool have to changed.
a. LAN1 Interface IP address:
Router(config)# interface lan1
Router(config-if-lan1)# ip address 192.168.X.1 255.255.255.0
Router(config-if-lan1)# exit
Router(config)# write
b. LAN1 DHCP server:
Router(config)# ip dhcp pool LAN1_POOL
Router(config-ip-dhcp-pool)# network 192.168.X.0/24
Router(config-ip-dhcp-pool)# default-router 192.168.X.1
Router(config-ip-dhcp-pool)# starting-address 192.168.X.33 pool-size 200
Router(config-ip-dhcp-pool)# lease 2 0 0
Router(config-ip-dhcp-pool)# exit
Router(config)# write
For change hostname:
Router(config)# hostname ZYXEL_USG20-VPN
Router(config)# write
5 
All Replies
- 
            
Hi @kade
Welcome to Zyxel community.

For change LAN1 interface setting, there are IP address and default DHCP Pool have to changed.
a. LAN1 Interface IP address:
Router(config)# interface lan1
Router(config-if-lan1)# ip address 192.168.X.1 255.255.255.0
Router(config-if-lan1)# exit
Router(config)# write
b. LAN1 DHCP server:
Router(config)# ip dhcp pool LAN1_POOL
Router(config-ip-dhcp-pool)# network 192.168.X.0/24
Router(config-ip-dhcp-pool)# default-router 192.168.X.1
Router(config-ip-dhcp-pool)# starting-address 192.168.X.33 pool-size 200
Router(config-ip-dhcp-pool)# lease 2 0 0
Router(config-ip-dhcp-pool)# exit
Router(config)# write
For change hostname:
Router(config)# hostname ZYXEL_USG20-VPN
Router(config)# write
5 - 
            Thanks you for your explanation, it does look little different from Cisco routers.0
 
Categories
- All Categories
 - 439 Beta Program
 - 2.8K Nebula
 - 200 Nebula Ideas
 - 126 Nebula Status and Incidents
 - 6.3K Security
 - 499 USG FLEX H Series
 - 323 Security Ideas
 - 1.6K Switch
 - 84 Switch Ideas
 - 1.3K Wireless
 - 49 Wireless Ideas
 - 6.8K Consumer Product
 - 287 Service & License
 - 457 News and Release
 - 89 Security Advisories
 - 31 Education Center
 - 10 [Campaign] Zyxel Network Detective
 - 4.3K FAQ
 - 34 Documents
 - 34 Nebula Monthly Express
 - 85 About Community
 - 96 Security Highlight
 
  Freshman Member
         
         
  Zyxel Employee