Hi,
I currently have a cable modem with a Linksys Cable/DSL router using NAT to share my internet connection. I just purchased a Cisco 2514 running IOS Ver 12.1 that I would lke to put in place of the linksys cable router, so I can lock down my internet connection. I want to configure the 2611 to pretty much do the same thing the Linksys is doing so I can use it to replace the Linksys unit. I tried this config that I've been working on for the past week with no luck. Is this possible?
service password-encryption
!
hostname MKG-Router
!
no logging c
!
!
!
interface Ethernet0
description Connection to COX
accounting-transits
ip address 68.10.98.145
ip access-group 100 in
vpd
no ip directed-broadcast
!o
interface Ethernet1
description Connection to LAN
aliases
ip address 192.168.1.1 255.255.255.0 Alias an IP address to a TCP po
no ip directed-broadcast
interface Serial1
no ip address
no ip directed-broadcast
shutdown
!
ip default-gateway 68.10.12.1
ip classless
ip route 0.0.0.0 0.0.0.0 68.10.12.1
!
logging trap notifications
logging 192.168.1.2
snmp-server community ciscoplay RW
snmp-server host 192.168.1.2 traps ciscoplay
!
line con 0
transport input none
line aux 0
line vty 0 4
password 7 12583445054A3D563D356508336470
login
!
end
I currently have a cable modem with a Linksys Cable/DSL router using NAT to share my internet connection. I just purchased a Cisco 2514 running IOS Ver 12.1 that I would lke to put in place of the linksys cable router, so I can lock down my internet connection. I want to configure the 2611 to pretty much do the same thing the Linksys is doing so I can use it to replace the Linksys unit. I tried this config that I've been working on for the past week with no luck. Is this possible?
service password-encryption
!
hostname MKG-Router
!
no logging c
!
!
!
interface Ethernet0
description Connection to COX
accounting-transits
ip address 68.10.98.145
ip access-group 100 in
vpd
no ip directed-broadcast
!o
interface Ethernet1
description Connection to LAN
aliases
ip address 192.168.1.1 255.255.255.0 Alias an IP address to a TCP po
no ip directed-broadcast
interface Serial1
no ip address
no ip directed-broadcast
shutdown
!
ip default-gateway 68.10.12.1
ip classless
ip route 0.0.0.0 0.0.0.0 68.10.12.1
!
logging trap notifications
logging 192.168.1.2
snmp-server community ciscoplay RW
snmp-server host 192.168.1.2 traps ciscoplay
!
line con 0
transport input none
line aux 0
line vty 0 4
password 7 12583445054A3D563D356508336470
login
!
end