Networking Forums

Networking Forums > Computer Networking > Broadband > Cisco SOHO 97 Configuration

Reply
Thread Tools Display Modes

Cisco SOHO 97 Configuration

 
 
Simon Morgan
Guest
Posts: n/a

 
      09-01-2005, 04:35 PM
Can somebody please help me get my Cisco SOHO 97 ADSL router working?

I don't know anything about Cisco hardware and the person I bought it off
only included the "Quick Setup" guide which only tells you how to use the
crappy Java web GUI which doesn't work. So I'm stuck with the command line
which the more I use the more confused I get. I think I have some kind of
connection going because the ADSL "CD" light is on and when I do show
interfaces Dialer 0 it has my IP but when I try to ping something the dns
lookup fails.

I've spent hours searching the Cisco website which seems to tell you
absolutely everything apart from how to connect the damn thing to an ISP.

I have a Zen account with 8 IPs (5 usable) so I'd like to set it up to
have all traffic destined for these IPs to be routed to the LAN (i.e. no
NAT).

Here's my current config:

version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname gw
!
enable secret 5 ****
!
username Router password 7 ****
ip subnet-zero
ip name-server 212.23.8.1
ip name-server 212.23.3.1
ip dhcp excluded-address 10.10.10.1
!
!
no aaa new-model
!
!
!
!
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface Dialer0
ip address negotiated
encapsulation ppp
dialer pool 1
dialer-group 1
ppp chap hostname ****
ppp chap password 7 ****
!
ip classless
ip http server
ip http secure-server
!
access-list 23 permit 10.10.10.0 0.0.0.255
!
line con 0
exec-timeout 120 0
no modem enable
stopbits 1
line aux 0
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
!
end

Any help is much appreciated.

--
"Being a social outcast helps you stay | '(E-Mail Removed)'.encode('rot-13')
concentrated on the really important |
things, like thinking and hacking." | [ RENT THIS SPACE ]
- Eric S. Raymond |

 
Reply With Quote
 
 
 
 
Kraftee
Guest
Posts: n/a

 
      09-01-2005, 05:08 PM
Simon Morgan wrote:
> Can somebody please help me get my Cisco SOHO 97 ADSL router working?
>
> I don't know anything about Cisco hardware and the person I bought it
> off only included the "Quick Setup" guide which only tells you how to
> use the crappy Java web GUI which doesn't work. So I'm stuck with the
> command line which the more I use the more confused I get. I think I
> have some kind of connection going because the ADSL "CD" light is on
> and when I do show interfaces Dialer 0 it has my IP but when I try to
> ping something the dns lookup fails.
>
> I've spent hours searching the Cisco website which seems to tell you
> absolutely everything apart from how to connect the damn thing to an
> ISP.
>
> I have a Zen account with 8 IPs (5 usable) so I'd like to set it up to
> have all traffic destined for these IPs to be routed to the LAN (i.e.
> no NAT).
>
> Here's my current config:
>
> version 12.3
> no service pad
> service timestamps debug uptime
> service timestamps log uptime
> service password-encryption
> !
> hostname gw
> !
> enable secret 5 ****
> !
> username Router password 7 ****
> ip subnet-zero
> ip name-server 212.23.8.1
> ip name-server 212.23.3.1
> ip dhcp excluded-address 10.10.10.1
> !
> !
> no aaa new-model
> !
> !
> !
> !
> !
> !
> !
> interface Ethernet0
> ip address 10.10.10.1 255.255.255.0
> hold-queue 100 out
> !
> interface ATM0
> no ip address
> no atm ilmi-keepalive
> pvc 0/38
> encapsulation aal5mux ppp dialer
> dialer pool-member 1
> !
> dsl operating-mode auto
> !
> interface Dialer0
> ip address negotiated
> encapsulation ppp
> dialer pool 1
> dialer-group 1
> ppp chap hostname ****
> ppp chap password 7 ****
> !
> ip classless
> ip http server
> ip http secure-server
> !
> access-list 23 permit 10.10.10.0 0.0.0.255
> !
> line con 0
> exec-timeout 120 0
> no modem enable
> stopbits 1
> line aux 0
> line vty 0 4
> access-class 23 in
> exec-timeout 120 0
> login local
> length 0
> !
> scheduler max-task-time 5000
> !
> end
>
> Any help is much appreciated.


You have programed the router with your ADSL login username & password
haven't you?


 
Reply With Quote
 
Simon Morgan
Guest
Posts: n/a

 
      09-01-2005, 05:38 PM
On Thu, 01 Sep 2005 18:08:30 +0100, Kraftee wrote:

> You have programed the router with your ADSL login username & password
> haven't you?


Yes. That's what the "ppp chap hostname/password" lines are.

--
"Being a social outcast helps you stay | '(E-Mail Removed)'.encode('rot-13')
concentrated on the really important |
things, like thinking and hacking." | [ RENT THIS SPACE ]
- Eric S. Raymond |

 
Reply With Quote
 
Simon Morgan
Guest
Posts: n/a

 
      09-01-2005, 05:44 PM
On Thu, 01 Sep 2005 16:35:39 +0000, Simon Morgan wrote:

> I have a Zen account with 8 IPs (5 usable) so I'd like to set it up to
> have all traffic destined for these IPs to be routed to the LAN (i.e. no
> NAT).


OK, I finally have it working! Now all I need is to get it to do the
above. I've read about the "ip unnumbered" command but I was wondering if
there's a safer way of doing it? I read that if the ADSL fails to connect
then the Ethernet interface can't grab an IP so there's no way for you to
connect to the router. If I try to set it statically it complains (works
fine under Linux and BSD).

Also is there anything else I need to do to get it to router traffic
between the Dialer and Ethernet interfaces?

BTW, I got it working by adding:

ip route 0.0.0.0 0.0.0.0 Dialer0 permanent

to my configuration.

Thanks.

--
"Being a social outcast helps you stay | '(E-Mail Removed)'.encode('rot-13')
concentrated on the really important |
things, like thinking and hacking." | [ RENT THIS SPACE ]
- Eric S. Raymond |

 
Reply With Quote
 
Simon Morgan
Guest
Posts: n/a

 
      09-01-2005, 10:27 PM
On Thu, 01 Sep 2005 17:44:27 +0000, Simon Morgan wrote:

> If I try to set it statically it complains (works fine under Linux and
> BSD).


Fixed. If you set it before the Dialer interface comes up it doesn't moan.

--
"Being a social outcast helps you stay | '(E-Mail Removed)'.encode('rot-13')
concentrated on the really important |
things, like thinking and hacking." | [ RENT THIS SPACE ]
- Eric S. Raymond |

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco 1721 WIC 1ENET Configuration DarthOdor Network Routers 0 09-15-2007 05:41 PM
Cisco SOHO 91 VPN, no traffic coming back through tunnel JayFromFarAway Network Routers 0 05-12-2007 04:54 AM
How to get Cisco configuration using SNMP Deepesh Linux Networking 0 08-04-2006 11:12 AM
Stable ADSL Hardware / Cisco SOHO 98 Simon Morgan Broadband 3 09-17-2005 04:52 PM
Cisco 1721 Configuration Anubis Network Routers 0 11-04-2004 09:08 PM



1 2 3 4 5 6 7 8 9 10 11