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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

827H ADSL Router - Verizon DSL + static IP

Status
Not open for further replies.

didocus

MIS
Apr 27, 2001
30
0
0
US
I am setting 827H router for Verizon ADSL with static IP address. After 2-3 hours of normal functioning the router is not able to access internet. I am trying to ping unsuccessfully the default gateway from the WAN interface. When I called Verizon support they said that they are able to ping my WAN interface. In fact when I check the interface it is up, just it can not ping nothing.

The first strange thing is that I can not use PPoE. I have set the same router for other DSL providers and generally it's a pretty simple configuration.
In the case with Verizon DSL and static IP I don't have to authenticate myself. Just to prove this I set the static IP on a W2K workstation, connected it to a Westell dsl modem that I had at hand and it was able to access internet.

I used the RFC1483 DSL - in fact I configured everything through the WEB interface. It works as I said for 2-3 hours and then the WAN interface can not access the gateway. It's up , everything looks normal.
No matter what I do - rebooting, shut down and up the interface, clearing the config and building it from scratch I can not access the internet. The only way to fix it is to connect the old Westell modem and use it for a while with some client. When I switch back to the router it works normal.

I am trying to figure whether it is a hardware problem or incompatibility between the Verizon DSL with static IP and Cisco827H. I confirmed a couple of times the IP address, Gateway, mask and PVC numbers calling Verizon support.

Here is my config:
-----------------------------------
827Hrouter#sh run
Building configuration...

Current configuration : 1335 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 827Hrouter
!
enable secret 5 **********************************
enable password **********************************
username ******* privilege 15 password *****
username ******* password 0 **********
ip subnet-zero
ip name-server A.B.C.D
ip name-server A.B.C.D
ip dhcp excluded-address A.B.C.D
!
ip dhcp pool CLIENT
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server A.B.C.D
lease 0 2
!
ip ssh time-out 120
ip ssh authentication-retries 3
!
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
no ip mroute-cache
hold-queue 100 out
!
interface ATM0
no ip address
atm vc-per-vp 64
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address "Verizon static IP" "MASK"
ip nat outside
pvc 0/35
encapsulation aal5snap
!
!
ip nat inside source list 102 interface ATM0.1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 "Verizon default Gateway"
ip http server
ip pim bidir-enable
!
!
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
!
line con 0
stopbits 1
line vty 0 4
exec-timeout 120 0
password cisco
login local
length 0
!
scheduler max-task-time 5000
end
_________________________________________________
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top