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

VPN Client kills Connection to Outside on Cisco 1720

Status
Not open for further replies.

spyke01

Programmer
Feb 11, 2007
12
US
Whenever i start a vpn connection on a linux box behind my 1720, the box looses connection to everything, nothing on the vpn'd network and nothing on the internet can be pinged. Once the vpn connection is terminated i can hit the internet.

The router doesnt have any access lists to block the connections and in fact i did an access list to test it just in call will an allow in both directions.

The pc is 192.168.0.2, router port is 192.168.0.1 with dhcp pool on that interface(fa0), the e0 inteface is a 75.0.0.0 style ip. the ips for the internal vpn network are 10.80.0.0 style.

Any ideas why a vpn connection is killing the usual connection ?
 
Building configuration...

Current configuration : 1383 bytes

!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R_Phoenix01
!
enable secret 5 $1$DV31$sTrDo1New9K4R6Ytm6UZm0
!

username spyke01 privilege 15 password 0 cranduin8503
memory-size iomem 15
ip subnet-zero
!

!
ip name-server 208.180.42.100
ip name-server 208.180.42.68

ip dhcp excluded-address 192.168.100.1 192.168.100.3
ip dhcp excluded-address 192.168.100.241 192.168.100.255

!
ip dhcp pool 192.168.0.0/24

network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 208.180.42.100 208.180.42.68
netbios-name-server 208.180.42.68
netbios-node-type h-node

!
ip audit notify log

ip audit po max-events 100
!
!
!
!

!
interface Ethernet0

ip address dhcp
ip nat outside
no ip route-cache
no ip mroute-cache
full-duplex
no cdp enable
!
interface FastEthernet0
ip address 192.168.0.1 255.255.255.0
ip nat inside
no ip route-cache
no ip mroute-cache
speed auto
full-duplex
no cdp enable
!

ip nat inside source list 102 interface Ethernet0 overload
ip classless
no ip http server
!

!
access-list 102 permit ip 192.168.0.0 0.0.0.255 any

no cdp run
!
!
line con 0
transport output pad udptn telnet rlogin
line aux 0
line vty 0 4
access-class 1 in
exec-timeout 120 0
privilege level 15
login local
length 0
transport output pad udptn telnet rlogin
!

no scheduler allocate
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top