Building configuration...
Current configuration : 6140 bytes
!
version 12.4
service pad cmns
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname Balrog
!
boot-start-marker
boot-end-marker
!
enable secret 5 <password>
enable password 7 <password>
!
no aaa new-model
!
resource policy
!
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.0.1.1 10.0.1.100
ip dhcp excluded-address 10.0.2.1 10.0.2.5
!
ip dhcp pool WIRED
network 10.0.1.0 255.255.255.0
dns-server 8.8.8.8 8.8.4.4
default-router 10.0.1.1
!
ip dhcp pool WIFI
network 10.0.2.0 255.255.255.0
dns-server 8.8.8.8 8.8.4.4
default-router 10.0.2.1
!
!
no ip domain lookup
ip domain name <internal domain>
!
!
crypto pki trustpoint TP-self-signed-3668155612
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3668155612
revocation-check none
rsakeypair TP-self-signed-3668155612
!
!
crypto pki certificate chain TP-self-signed-3668155612
certificate self-signed 01
<certificate key>
quit
username <username> privilege 15 user-maxlinks 1 password 7 <password>
username <username> password 7 <password>
!
!
!
bridge irb
!
!
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
ip nat outside
ip nat enable
ip virtual-reassembly
ip route-cache flow
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
no snmp trap link-status
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
switchport access vlan 100
duplex full
speed 100
!
interface FastEthernet1
switchport access vlan 100
duplex full
speed 100
!
interface FastEthernet2
switchport access vlan 100
duplex full
speed 100
!
interface FastEthernet3
switchport access vlan 100
duplex full
speed 100
!
interface Dot11Radio0
no ip address
!
broadcast-key vlan 200 change 45
!
!
encryption vlan 200 mode ciphers tkip
!
ssid Balrog
vlan 200
authentication open
authentication key-management wpa
guest-mode
wpa-psk ascii 7 <WPA key>
!
speed basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
rts threshold 2312
station-role root
!
interface Dot11Radio0.200
description Cisco 877w Balrog Home Network
encapsulation dot1Q 200
ip nat inside
ip virtual-reassembly
no cdp enable
bridge-group 200
bridge-group 200 subscriber-loop-control
bridge-group 200 spanning-disabled
bridge-group 200 block-unknown-source
no bridge-group 200 source-learning
no bridge-group 200 unicast-flooding
!
interface Vlan1
no ip address
shutdown
!
interface Vlan100
description $ES_LAN$
ip address 10.0.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Vlan200
no ip address
ip nat inside
ip virtual-reassembly
bridge-group 200
bridge-group 200 spanning-disabled
!
interface Dialer0
ip address negotiated
ip access-group SECURE-IN in
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip route-cache flow
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap chap callin
ppp chap hostname <username>
ppp chap password 7 <password>
ppp pap sent-username <username >password 7 <password>
!
interface BVI200
ip address 10.0.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
ip http secure-server
ip nat inside source list NAT-IN-OUT interface Dialer0 overload
!
ip access-list standard NAT-IN-OUT
remark Allowing outbound LAN connections
permit 10.0.1.0 0.0.0.255
permit 10.0.2.0 0.0.0.255
!
dialer-list 1 protocol ip permit
!
!
!
!
control-plane
!
bridge 200 route ip
banner incoming ^C
**********************************************
* NO UNAUTHORISED ACCESS *
* INTRUDERS WILL BE SHOT *
* SURVIVORS WILL BE SHOT AGAIN *
**********************************************^C
banner login ^C
**********************************************
* NO UNAUTHORISED ACCESS *
* INTRUDERS WILL BE SHOT *
* SURVIVORS WILL BE SHOT AGAIN *
**********************************************^C
banner motd ^C
**********************************************
* WELCOME TO BALROG *
**********************************************^C
!
line con 0
password 7 <password>
login local
no modem enable
line aux 0
line vty 0 4
logging synchronous
login local
terminal-type SSH
transport input ssh
transport output ssh
!
scheduler max-task-time 5000
end