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

Sonicwall Pro 300 and Cisco 800/Soho ADSL Help!!

Status
Not open for further replies.

davekins

IS-IT--Management
Oct 7, 2005
4
IE
hi,

I want to be able to bridge my Cisco ADSL 800 Series router and use PPPoE on my Sonicwall Pro 300 to conect to the Internet etc.

I have to tidy the config up but I just want to get it working first. I am testing the connection using the pppoe client on my win xp laptop. I have the dsl up and running on a 1700 using nat on the Sonicwall but I need to reconfigure and use the 800 for VPN

Here is my config

Router#sh run
Building configuration...

Current configuration : 1018 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
!
no aaa new-model
ip subnet-zero
no ip routing
!
!
ip audit notify log
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
interface Ethernet0
no ip address
no ip route-cache
bridge-group 1
hold-queue 100 out
!
interface ATM0
no ip address
no ip route-cache
no ip mroute-cache
no atm ilmi-keepalive
pvc 3/100
encapsulation aal5snap
!
dsl operating-mode auto
bridge-group 1
hold-queue 100 in
!
interface FastEthernet1
no ip address
duplex auto
speed auto
!
interface FastEthernet2
no ip address
duplex auto
speed auto
!
interface FastEthernet3
no ip address
duplex auto
speed auto
!
interface FastEthernet4
no ip address
duplex auto
speed auto
!
ip classless
ip http server
no ip http secure-server
!
bridge 1 protocol ieee
!
line con 0
no modem enable
line aux 0
line vty 0 4
!
scheduler max-task-time 5000
!
end




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top