Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2514 for home internet use

Status
Not open for further replies.

n0strax

Technical User
Joined
Oct 28, 2004
Messages
1
Location
US
I'm trying to use my 2514 in my house on a cable modem, I read the topic posted below for a dsl line but it didn't help me any. Right now the set up is:

Modem-----E0 Router E1----- Linksys wireless router/switch

I think part of my problem may be that i'm using a linksys router as a switch, but i did disable dhcp and all routing options, i know it's possible.

I'm pretty sure my problem is somewhere in the wiring, do i need a crossover cable to go from E1 on the router to the linksys wap/switch?

Here is my configuration on my router, i'm pretty sure my DHCP and NAT is configured right:

!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
logging rate-limit console 10 except errors
no logging console
enable secret <removed>
enable password <removed>
!
ip subnet-zero
no ip finger
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool CLIENT
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 69.145.248.4 69.145.232.4
lease 0 2
!
no ip dhcp-client network-discovery
!
!
!
!
interface Ethernet0
ip address dhcp
ip nat outside
no cdp enable
!
interface Ethernet1
ip address 192.168.1.1 255.255.255.0
ip nat inside
no cdp enable
hold-queue 32 in
!
interface Serial0
no ip address
shutdown
no fair-queue
no cdp enable
!
interface Serial1
no ip address
shutdown
no cdp enable
!
router rip
version 2
network 192.168.1.0
no auto-summary
!
ip nat inside source list 102 interface Ethernet0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet1
ip http server
!
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
no cdp run
!
!
line con 0
exec-timeout 120 0
password <removed>
login
transport input none
stopbits 1
line aux 0
password <removed>
login
line vty 0 4
exec-timeout 120 0
password <removed>
login local
length 0
!
end





If anyone has any ideas of what i'm missing or what is wrong in the config let me know. I think my problem is the wiring and how I have the router as a switch, but I know it is possible, maybe a crossover is needed, or if anyone has a tutorial for using it as a switch that would help. Again it's a cablem modem not a dsl line.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top