Switch to full style
Forum for all technical support and trouble shooting of the WinGate VPN.
Post a reply

Wingate VPN + Cisco 1605 (config included in post)

May 29 04 11:30 am

Hello!

I have windows xp and a Cisco 1605. I made the win xp vpn server work but only 1 ppl is allowed to login (win xp restriction). My goal is to connect 2 PCS at my home, 2 from a friend about 200 km from me and 1 from another friend in another country.

The config is listened below at the end. Do anyone have a cisco router or any kind of router and did suceed in connecting several VPN Clients to VPN Server. It seems that the VPN Gate Keeper is Server and Client - is that right?

please any kind of help is very appreciated
Juergen

***********************************************************
Current configuration : 2158 bytes
!
version 12.2
no parser cache
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname "heaven"
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxx
!
ip subnet-zero
no ip source-route
!
vpdn enable
!
vpdn-group 1
request-dialin
protocol pppoe
!
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
no ip proxy-arp
ip nat inside
ip rip send version 1 2
ip rip receive version 1 2
!
interface Ethernet1
no ip address
no ip proxy-arp
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface Serial0
no ip address
shutdown
!
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer idle-timeout 900
dialer string 0191011
dialer hold-queue 10
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username xxxxxxxxx@t-online.de password 7 xxxxxxxxxx
B28
!
router rip
version 2
redistribute static
passive-interface Dialer1
network 192.168.0.0
network 192.168.1.0
no auto-summary
!
ip nat translation tcp-timeout 1800
ip nat translation udp-timeout 1800
ip nat translation port-timeout tcp 4662 150
ip nat translation port-timeout udp 4672 150
ip nat translation max-entries 4000
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static tcp 192.168.1.10 1723 interface Dialer1 1723
ip nat inside source static udp 192.168.1.10 4672 interface Dialer1 4672
ip nat inside source static tcp 192.168.1.10 4662 interface Dialer1 4662
ip nat inside source static tcp 192.168.1.99 6699 interface Dialer1 6699
ip nat inside source static udp 192.168.1.99 6257 interface Dialer1 6257
ip nat inside source static udp 192.168.1.10 14567 interface Dialer1 14567
ip nat inside source static udp 192.168.1.10 22000 interface Dialer1 22000
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
!
no logging trap
access-list 1 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
!
snmp-server community public RO
snmp-server enable traps tty
!
line con 0
line vty 0 4
password 7 xxxxxxxxxxxxxxx
login
!
end
Post a reply