Hi All
I have the following scenario .
 I have a Cisco 2600 router which is connected to the ISDN and I have got a
fixed Ip address from my ISP which is assigned to the bri interface  , it is
connecting fine .All the internal addresses are translated on ethernet
   on my ethernet I have a Windows 2K server .
  I want a remote user to connect to my Win2K server , how should I
configure my router to send the request for authentication to this win2K
server via VPN as it has a translated IP address .
. My remote client is on Win 98 .

My  present router configs are given below

 thanks in  advance ,

Navin Parwal




Router#
Router#
Router#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
memory-size iomem 10
ip subnet-zero
!
ip dhcp pool local
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.1
   dns-server 12.10.194.34
!
isdn switch-type basic-net3
!
!
!
!
interface Ethernet0/0
 ip address 192.168.1.1 255.255.255.0
 no ip directed-broadcast
 ip nat inside
 no cdp enable
 no mop enabled
!
interface Serial0/0
 no ip address
 no ip directed-broadcast
 no ip mroute-cache
 shutdown
 no fair-queue
 clockrate 64000
!
interface BRI0/0
 ip address 202.157.70.61 255.255.255.0
 no ip directed-broadcast
 ip nat outside
 encapsulation ppp
 dialer string 226476
 dialer-group 1
 isdn switch-type basic-net3
 no cdp enable
 ppp chap refuse
 ppp pap sent-username jbc password
 hold-queue 75 in
!
ip nat inside source list 10 interface BRI0/0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 BRI0/0
no ip http server
!
access-list 10 permit any
dialer-list 1 protocol ip permit
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
no scheduler allocate
end




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=27539&t=27539
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to