Ar440s and ar441s default configuration, Ar440s and – Allied Telesis AR400 Series Router User Manual
Page 15

Quick Install Guide
15
C613-04058-00 REV
B
AR440S and AR441S Default Configuration
The default configuration file boot.cfg loads automatically when the router starts up.
This file is stored in the router’s flash memory.
The boot.cfg file on the AR410, AR410S or AR450S routers contains no significant
default configuration.
Figure 1: Default configuration file for AR440S and AR441S routers
#Default configuration file boot.cfg
# Set the command help file. You may have a more recent help
# file.
set help=54-266A.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
create dhcp range=standard policy=lan-dhcp
ip=192.168.1.100 number=50
# Enable DNS relay, so that DNS will work for DHCP clients.
enable ip dnsrelay