Allied Telesis AR441S Network Router User Manual


 
Installation and Safety Guide 35
613-000313 Rev D
Default Configuration on AR440S, AR441S,
AR442S
The default configuration file boot.cfg loads automatically when the router starts up.
This file is stored in the router’s flash memory. The AR440S, AR441S and AR442S
have the following default configuration:
The AR415S and the AR450S boot.cfg files have no significant default configurations.
#Default configuration file boot.cfg
# Set the command help file. (You may have a different help file.)
set help=54-275a.HLP
# Enable IP and assign an IP address to the default VLAN.
enable ip
add ip interface=vlan1 ip=192.168.1.1
# Enable the DHCP server, configure a range and a 3 day
# lease policy, and assign the router as a DNS server.
enable dhcp
create dhcp policy=lan-dhcp lease=259200
add dhcp policy=lan-dhcp subnet=255.255.255.0
add dhcp policy=lan-dhcp router=192.168.1.1
add dhcp policy=lan-dhcp dnsserver=192.168.1.1
cre dhcp range=standard poli=lan-dhcp ip=192.168.1.100 number=50
# Enable DNS relay, so that DNS will work for DHCP clients.
enable ip dnsrelay