Discussion on:

Message 64 of 67
0 Votes
+ -
Problem W/851W using template
I cofigured my 851W using the template. I ommited the uest feature as this is for home use only. I can see other computers on my lan but cannot reach the internet. I have a cable modem and have confiured fe4 for dhcp. I do an ipconfig on my computer and it shows all of the proper dns info. I am a nube to the cisco world, so be gentle happy. Also, my laptop is older and does not support WPA encryption. How do I set it up for WEP?

Here is the running config,. I have edited out encryption and other data for brevity.

!
interface Vlan1
description Internal Network
no ip address
ip nat inside
ip virtual-reassembly
bridge-group 1
bridge-group 1 spanning-disabled
!
interface BVI1
description Bridge to Internal Network
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip route 0.0.0.0 0.0.0.0 dhcp
!
ip http server
ip http secure-server
!
ip access-list extended internet-inbound-ACL
permit udp any eq bootps any eq bootpc
permit icmp any any echo
permit icmp any any traceroute
permit gre any any
permit esp any any
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
control-plane
!
bridge 1 route ip
!
line con 0
logging synchronous
no modem enable
line aux 0
line vty 0 4
password mmssyp
!
scheduler max-task-time 5000
end

SCONT#
Posted by Scont442
1st Mar 2011