|
External
Firewall Router
Configuration Script:
enable
configure
terminal
hostname
extfirewall
enable
password cisco
enable
secret class
interface
fastethernet 1/0
ip
address 100.1.16.1
255.255.248.0
no
shutdown
interface
serial 1/1
ip
address 100.1.8.1
255.255.248.0
encapsulation
frame-relay <cisco|ietf>
bandwidth
1600 kilobits
no
shutdown
access-list
100 permit ip any
10.1.16.0 0.0.0.255
(this statement allows
internet originating
traffic to access the
internet services
segment only)
access-list 100 permit
ip any any (or 10.0.0.0
0.255.255.255)
established (This allows
only established packets
to enter the network)
(implicit deny)
interface fastethernet
1/0
ip access-group 100 out
line
vty 0 4
login
password
cisco
line
aux 0
login
password
cisco
line
con 0
login
password
cisco
CTRL-Z
end
copy
running-config startup-config
Greenway
Service Centre WAN
Router Setup Script:
enable
configure
terminal
hostname
servcent
enable
secret servcent100
enable
password cisco
username
acacia password
servcent100
(a
username and password
should be configured for
each remote router
authenticating to this
one, passwords must be
the same)
interface
fastethernet 0
ip
address 100.100.1.1
255.255.248.0
no
shutdown
interface
serial 1/1
ip
address 100.2.8.20
255.255.248.0
encapsulation
ppp
ppp
authentication chap
ppp
chap hostname servcent
ppp
chap password
servcent100
no
shutdown
interface
serial 1/2
ip
address 100.2.16.20
255.255.248.0
encapsulation
ppp
ppp
authentication chap
ppp
chap hostname servcent
ppp
chap password
servcent100
no
shutdown
interface
serial 1/3
ip
address 100.2.24.20
255.255.248.0
encapsulation
ppp
ppp
authentication chap
ppp
chap hostname servcent
ppp
chap password
servcent100
no
shutdown
interface
serial 1/4
ip
address 100.2.32.20
255.255.248.0
encapsulation
ppp
ppp
authentication chap
ppp
chap hostname servcent
ppp
chap password
servcent100
no
shutdown
interface
serial 2/1
ip
address 100.4.8.10
255.255.248.0
encapsulation
ppp
ppp
authentication chap
ppp
chap hostname servcent
ppp
chap password
servcent100
no
shutdown
interface
serial 2/2
ip
address 100.4.16.10
255.255.248.0
encapsulation
ppp
ppp
authentication chap
ppp
chap hostname servcent
ppp
chap password
servcent100
no
shutdown
interface
serial 2/3
ip
address 100.4.24.10
255.255.248.0
encapsulation
ppp
ppp
authentication chap
ppp
chap hostname servcent
ppp
chap password
servcent100
no
shutdown
interface
serial 2/4
ip
address 100.4.32.10
255.255.248.0
encapsulation
ppp
ppp
authentication chap
ppp
chap hostname servcent
ppp
chap password
servcent100
no
shutdown
Serial
Connections to Schools (summarised)
interface
serial 3-4/1-8
ip
address 100.130-140.8.2
255.255.248.0
encapsulation
ppp
ppp
authentication chap
ppp
chap hostname servcent
ppp
chap password
servcent100
no
shutdown
line
vty 0 4
login
password
cisco
line
aux 0
login
password
cisco
line
con 0
login
password
cisco
CTRL-Z
end
copy
running-config startup-config
|