ip dhcp excluded-address 10.0.1.1 10.0.1.2 ip dhcp pool vlan1 network 10.0.1.0 255.255.255.0 default-router 10.0.1.1 dns-server 8.8.8.8 8.8.4.4 ip dhcp excluded-address 10.0.2.1 10.0.2.2 ip dhcp pool vlan2 network 10.0.2.0 255.255.255.0 default-router 10.0.2.1 dns-server 8.8.8.8 8.8.4.4 ip dhcp excluded-address 10.0.10.1 10.0.10.2 ip dhcp pool vlan10 network 10.0.10.0 255.255.255.0 default-router 10.0.10.1 dns-server 8.8.8.8 8.8.4.4 lease 30 ip dhcp excluded-address 10.0.20.1 10.0.20.2 ip dhcp pool vlan20 network 10.0.20.0 255.255.255.0 default-router 10.0.20.1 dns-server 8.8.8.8 8.8.4.4 ip dhcp excluded-address 10.0.30.1 10.0.30.2 ip dhcp pool vlan30 network 10.0.30.0 255.255.255.0 default-router 10.0.30.1 dns-server 8.8.8.8 8.8.4.4 ip dhcp excluded-address 10.0.48.1 10.0.48.2 ip dhcp pool vlan48 network 10.0.48.0 255.255.255.0 default-router 10.0.48.1 dns-server 8.8.8.8 8.8.4.4 int fa0/1 ip nat inside no shut int fa0/1.1 encapsulation dot1Q 1 ip address 10.0.1.1 255.255.255.0 int fa0/1.2 encapsulation dot1Q 2 ip address 10.0.2.1 255.255.255.0 int fa0/1.10 encapsulation dot1Q 10 ip address 10.0.10.1 255.255.255.0 int fa0/1.20 encapsulation dot1Q 20 ip address 10.0.20.1 255.255.255.0 int fa0/1.30 encapsulation dot1Q 30 ip address 10.0.30.1 255.255.255.0 int fa0/1.48 encapsulation dot1Q 48 ip address 10.0.48.1 255.255.255.0 int fa0/1.99 encapsulation dot1Q 99 native ip address 10.0.99.1 255.255.255.0 interface FastEthernet0/0 description WAN Interface no ip address ip access-group LAN_Traffic out ip access-group WAN_Websrv in ip nat outside ip virtual-reassembly duplex auto speed auto pppoe enable group global pppoe-client dial-pool-number 10 no shut interface Dialer1 ip address negotiated ip mtu 1492 ip virtual-reassembly encapsulation ppp ip tcp adjust-mss 1452 dialer pool 10 ppp authentication chap callin ppp chap hostname snipped ppp chap password 7 snipped ppp ipcp dns request ppp ipcp route default ppp ipcp address accept ip nat inside source list 1 int fa0/0 overload access-list 1 permit 10.0.0.0 0.255.255.255 ip access-list extended LAN_Traffic permit tcp any any reflect ACL ip access-list extended WAN_Websrv permit tcp any any range www 443 evaluate ACL end