Networking Forums

Networking Forums > Computer Networking > Windows Networking > VPN setup with static IP. How?

Reply
Thread Tools Display Modes

VPN setup with static IP. How?

 
 
=?Utf-8?B?R2Fsb3A=?=
Guest
Posts: n/a

 
      02-02-2005, 09:37 PM
I have W2K server connected to internet over DSL. The ISP has provided
68.236.x.y static address. I have configured this all as per
http://www.smallbizserver.net/Default.aspx?tabid=52 (but without a ISA
server). All is fine.

I want to connect my home Laptop to this server over VPN/internet to share
the resources by "Map network drive" option. My home computer is an XP and
connects internet via a cable modem. I can ping my server's IP address. But
unable to connect to it over VPN client setup.

I have perfomed the same test successfully with my Laptop in the office and
the VPN server address is set to local 192.168.10.z I guess, the static IP on
the Linksys router is not passing the traffic to Servers' Internal NIC? Any
suggestions how to resolve this?
 
Reply With Quote
 
 
 
 
Robert L [MS-MVP]
Guest
Posts: n/a

 
      02-03-2005, 03:27 PM
you may need open the ports on the router. quoted from
http://www.howtonetworking.com/vpnsetup.htm
Which ports need to be opened for running VPN

A: PPTP VPN uses TCP Port 1723, IP Protocol 47 (GRE); L2TP: UDP Port 1701;
IPSec: UDP Port 500, Pass IP protocol 50 and 51. Note: 47 is a protocol
number and not TCP port. The protocol name is GRE. It'll make a big
difference when configuring your firewall or router.

Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Bob Lin, MS-MVP, MCSE & CNE
How to Setup Windows, Network, Remote Access on
http://www.HowToNetworking.com
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
"Galop" <(E-Mail Removed)> wrote in message
news:0B35BC5E-67D7-4CFA-B251-(E-Mail Removed)...
>I have W2K server connected to internet over DSL. The ISP has provided
> 68.236.x.y static address. I have configured this all as per
> http://www.smallbizserver.net/Default.aspx?tabid=52 (but without a ISA
> server). All is fine.
>
> I want to connect my home Laptop to this server over VPN/internet to share
> the resources by "Map network drive" option. My home computer is an XP and
> connects internet via a cable modem. I can ping my server's IP address.
> But
> unable to connect to it over VPN client setup.
>
> I have perfomed the same test successfully with my Laptop in the office
> and
> the VPN server address is set to local 192.168.10.z I guess, the static IP
> on
> the Linksys router is not passing the traffic to Servers' Internal NIC?
> Any
> suggestions how to resolve this?



 
Reply With Quote
 
=?Utf-8?B?R2Fsb3A=?=
Guest
Posts: n/a

 
      02-03-2005, 04:27 PM
Robert,

I could not locate a solution for my issue on the link provided by you.

The error I get, when trying to VPN connection is:

"Error800: Unable to establish the VPN connection. The VPN server may be
unreachable, or security parameters may not be configured properly for this
connection".

I get error if I provide my VPN server address is 68.236.x.y (static IP,
configured on the router). I can ping to this ip successfully.

I donot get any error if I provide my VPN server address as 192.168.16.2 OR
192.168.1.10 (Two Nic cards of my server).

"Robert L [MS-MVP]" wrote:

> you may need open the ports on the router. quoted from
> http://www.howtonetworking.com/vpnsetup.htm
> Which ports need to be opened for running VPN
>
> A: PPTP VPN uses TCP Port 1723, IP Protocol 47 (GRE); L2TP: UDP Port 1701;
> IPSec: UDP Port 500, Pass IP protocol 50 and 51. Note: 47 is a protocol
> number and not TCP port. The protocol name is GRE. It'll make a big
> difference when configuring your firewall or router.
>
> Don't send e-mail or reply to me except you need consulting services.
> Posting on MS newsgroup will benefit all readers and you may get more help.
>
> Bob Lin, MS-MVP, MCSE & CNE
> How to Setup Windows, Network, Remote Access on
> http://www.HowToNetworking.com
> Networking, Internet, Routing, VPN Troubleshooting on
> http://www.ChicagoTech.net
> This posting is provided "AS IS" with no warranties.
> "Galop" <(E-Mail Removed)> wrote in message
> news:0B35BC5E-67D7-4CFA-B251-(E-Mail Removed)...
> >I have W2K server connected to internet over DSL. The ISP has provided
> > 68.236.x.y static address. I have configured this all as per
> > http://www.smallbizserver.net/Default.aspx?tabid=52 (but without a ISA
> > server). All is fine.
> >
> > I want to connect my home Laptop to this server over VPN/internet to share
> > the resources by "Map network drive" option. My home computer is an XP and
> > connects internet via a cable modem. I can ping my server's IP address.
> > But
> > unable to connect to it over VPN client setup.
> >
> > I have perfomed the same test successfully with my Laptop in the office
> > and
> > the VPN server address is set to local 192.168.10.z I guess, the static IP
> > on
> > the Linksys router is not passing the traffic to Servers' Internal NIC?
> > Any
> > suggestions how to resolve this?

>
>
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      02-04-2005, 12:36 AM
You say that your server has two NICs, both with private IP addresses.
What device has the public IP?

From your home machine, you can only connect to a public IP through the
Internet. To make a VPN connection to a device with a private IP, you must
forward the required port (tcp port 1723 for pptp) from the device with the
public IP to your RRAS server's private IP. The client reaches the public IP
through the Internet, and port forwarding extends the link to the machine on
the private LAN.

"Galop" <(E-Mail Removed)> wrote in message
news:4E6940BB-1049-42AA-AAD7-(E-Mail Removed)...
> Robert,
>
> I could not locate a solution for my issue on the link provided by you.
>
> The error I get, when trying to VPN connection is:
>
> "Error800: Unable to establish the VPN connection. The VPN server may be
> unreachable, or security parameters may not be configured properly for
> this
> connection".
>
> I get error if I provide my VPN server address is 68.236.x.y (static IP,
> configured on the router). I can ping to this ip successfully.
>
> I donot get any error if I provide my VPN server address as 192.168.16.2
> OR
> 192.168.1.10 (Two Nic cards of my server).
>
> "Robert L [MS-MVP]" wrote:
>
>> you may need open the ports on the router. quoted from
>> http://www.howtonetworking.com/vpnsetup.htm
>> Which ports need to be opened for running VPN
>>
>> A: PPTP VPN uses TCP Port 1723, IP Protocol 47 (GRE); L2TP: UDP Port
>> 1701;
>> IPSec: UDP Port 500, Pass IP protocol 50 and 51. Note: 47 is a protocol
>> number and not TCP port. The protocol name is GRE. It'll make a big
>> difference when configuring your firewall or router.
>>
>> Don't send e-mail or reply to me except you need consulting services.
>> Posting on MS newsgroup will benefit all readers and you may get more
>> help.
>>
>> Bob Lin, MS-MVP, MCSE & CNE
>> How to Setup Windows, Network, Remote Access on
>> http://www.HowToNetworking.com
>> Networking, Internet, Routing, VPN Troubleshooting on
>> http://www.ChicagoTech.net
>> This posting is provided "AS IS" with no warranties.
>> "Galop" <(E-Mail Removed)> wrote in message
>> news:0B35BC5E-67D7-4CFA-B251-(E-Mail Removed)...
>> >I have W2K server connected to internet over DSL. The ISP has provided
>> > 68.236.x.y static address. I have configured this all as per
>> > http://www.smallbizserver.net/Default.aspx?tabid=52 (but without a ISA
>> > server). All is fine.
>> >
>> > I want to connect my home Laptop to this server over VPN/internet to
>> > share
>> > the resources by "Map network drive" option. My home computer is an XP
>> > and
>> > connects internet via a cable modem. I can ping my server's IP address.
>> > But
>> > unable to connect to it over VPN client setup.
>> >
>> > I have perfomed the same test successfully with my Laptop in the office
>> > and
>> > the VPN server address is set to local 192.168.10.z I guess, the static
>> > IP
>> > on
>> > the Linksys router is not passing the traffic to Servers' Internal NIC?
>> > Any
>> > suggestions how to resolve this?

>>
>>
>>



 
Reply With Quote
 
Todd J Heron
Guest
Posts: n/a

 
      02-04-2005, 01:10 AM
Very succinctly put Bill!

tjh


 
Reply With Quote
 
=?Utf-8?B?R2Fsb3A=?=
Guest
Posts: n/a

 
      02-04-2005, 08:39 PM
I think something is mis understood. It is like this.

W2K server with two nics. 192.168.16.2 is internal LAN and 192.168.1.10 is
for external WAN. this external nic is connected to LinkSys router and the
WAN port of this rouetr is connected to DSL modem's RJ45. DSL modem connects
to ISP. The ISP has allocated us a static IP 68.236.x.y which is configured
on the WAN port of the LinkSys router.

After reading Robert's input, I have also opened the ports 1723, 50, 51 for
TCP and 1701, 500 for UDP. Still I get the same error.

"Bill Grant" wrote:

> You say that your server has two NICs, both with private IP addresses.
> What device has the public IP?
>
> From your home machine, you can only connect to a public IP through the
> Internet. To make a VPN connection to a device with a private IP, you must
> forward the required port (tcp port 1723 for pptp) from the device with the
> public IP to your RRAS server's private IP. The client reaches the public IP
> through the Internet, and port forwarding extends the link to the machine on
> the private LAN.
>
> "Galop" <(E-Mail Removed)> wrote in message
> news:4E6940BB-1049-42AA-AAD7-(E-Mail Removed)...
> > Robert,
> >
> > I could not locate a solution for my issue on the link provided by you.
> >
> > The error I get, when trying to VPN connection is:
> >
> > "Error800: Unable to establish the VPN connection. The VPN server may be
> > unreachable, or security parameters may not be configured properly for
> > this
> > connection".
> >
> > I get error if I provide my VPN server address is 68.236.x.y (static IP,
> > configured on the router). I can ping to this ip successfully.
> >
> > I donot get any error if I provide my VPN server address as 192.168.16.2
> > OR
> > 192.168.1.10 (Two Nic cards of my server).
> >
> > "Robert L [MS-MVP]" wrote:
> >
> >> you may need open the ports on the router. quoted from
> >> http://www.howtonetworking.com/vpnsetup.htm
> >> Which ports need to be opened for running VPN
> >>
> >> A: PPTP VPN uses TCP Port 1723, IP Protocol 47 (GRE); L2TP: UDP Port
> >> 1701;
> >> IPSec: UDP Port 500, Pass IP protocol 50 and 51. Note: 47 is a protocol
> >> number and not TCP port. The protocol name is GRE. It'll make a big
> >> difference when configuring your firewall or router.
> >>
> >> Don't send e-mail or reply to me except you need consulting services.
> >> Posting on MS newsgroup will benefit all readers and you may get more
> >> help.
> >>
> >> Bob Lin, MS-MVP, MCSE & CNE
> >> How to Setup Windows, Network, Remote Access on
> >> http://www.HowToNetworking.com
> >> Networking, Internet, Routing, VPN Troubleshooting on
> >> http://www.ChicagoTech.net
> >> This posting is provided "AS IS" with no warranties.
> >> "Galop" <(E-Mail Removed)> wrote in message
> >> news:0B35BC5E-67D7-4CFA-B251-(E-Mail Removed)...
> >> >I have W2K server connected to internet over DSL. The ISP has provided
> >> > 68.236.x.y static address. I have configured this all as per
> >> > http://www.smallbizserver.net/Default.aspx?tabid=52 (but without a ISA
> >> > server). All is fine.
> >> >
> >> > I want to connect my home Laptop to this server over VPN/internet to
> >> > share
> >> > the resources by "Map network drive" option. My home computer is an XP
> >> > and
> >> > connects internet via a cable modem. I can ping my server's IP address.
> >> > But
> >> > unable to connect to it over VPN client setup.
> >> >
> >> > I have perfomed the same test successfully with my Laptop in the office
> >> > and
> >> > the VPN server address is set to local 192.168.10.z I guess, the static
> >> > IP
> >> > on
> >> > the Linksys router is not passing the traffic to Servers' Internal NIC?
> >> > Any
> >> > suggestions how to resolve this?
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      02-04-2005, 10:13 PM
Right. On the LinkSys router, do you have tcp port 1723 forwarded to the
server's private IP of 192.168.1.10 ?

If you have done this and you are getting error 800, change the settings
on the client machine to use pptp rather than automatic. 800 is a very
general message and just means you can't connect (which you already knew).
Forcing the client to use pptp will give you a more specific error which
might mean something useful.


"Galop" <(E-Mail Removed)> wrote in message
news:750345C4-1620-49B6-95BE-(E-Mail Removed)...
>I think something is mis understood. It is like this.
>
> W2K server with two nics. 192.168.16.2 is internal LAN and 192.168.1.10 is
> for external WAN. this external nic is connected to LinkSys router and the
> WAN port of this rouetr is connected to DSL modem's RJ45. DSL modem
> connects
> to ISP. The ISP has allocated us a static IP 68.236.x.y which is
> configured
> on the WAN port of the LinkSys router.
>
> After reading Robert's input, I have also opened the ports 1723, 50, 51
> for
> TCP and 1701, 500 for UDP. Still I get the same error.
>
> "Bill Grant" wrote:
>
>> You say that your server has two NICs, both with private IP addresses.
>> What device has the public IP?
>>
>> From your home machine, you can only connect to a public IP through
>> the
>> Internet. To make a VPN connection to a device with a private IP, you
>> must
>> forward the required port (tcp port 1723 for pptp) from the device with
>> the
>> public IP to your RRAS server's private IP. The client reaches the public
>> IP
>> through the Internet, and port forwarding extends the link to the machine
>> on
>> the private LAN.
>>
>> "Galop" <(E-Mail Removed)> wrote in message
>> news:4E6940BB-1049-42AA-AAD7-(E-Mail Removed)...
>> > Robert,
>> >
>> > I could not locate a solution for my issue on the link provided by you.
>> >
>> > The error I get, when trying to VPN connection is:
>> >
>> > "Error800: Unable to establish the VPN connection. The VPN server may
>> > be
>> > unreachable, or security parameters may not be configured properly for
>> > this
>> > connection".
>> >
>> > I get error if I provide my VPN server address is 68.236.x.y (static
>> > IP,
>> > configured on the router). I can ping to this ip successfully.
>> >
>> > I donot get any error if I provide my VPN server address as
>> > 192.168.16.2
>> > OR
>> > 192.168.1.10 (Two Nic cards of my server).
>> >
>> > "Robert L [MS-MVP]" wrote:
>> >
>> >> you may need open the ports on the router. quoted from
>> >> http://www.howtonetworking.com/vpnsetup.htm
>> >> Which ports need to be opened for running VPN
>> >>
>> >> A: PPTP VPN uses TCP Port 1723, IP Protocol 47 (GRE); L2TP: UDP Port
>> >> 1701;
>> >> IPSec: UDP Port 500, Pass IP protocol 50 and 51. Note: 47 is a
>> >> protocol
>> >> number and not TCP port. The protocol name is GRE. It'll make a big
>> >> difference when configuring your firewall or router.
>> >>
>> >> Don't send e-mail or reply to me except you need consulting services.
>> >> Posting on MS newsgroup will benefit all readers and you may get more
>> >> help.
>> >>
>> >> Bob Lin, MS-MVP, MCSE & CNE
>> >> How to Setup Windows, Network, Remote Access on
>> >> http://www.HowToNetworking.com
>> >> Networking, Internet, Routing, VPN Troubleshooting on
>> >> http://www.ChicagoTech.net
>> >> This posting is provided "AS IS" with no warranties.
>> >> "Galop" <(E-Mail Removed)> wrote in message
>> >> news:0B35BC5E-67D7-4CFA-B251-(E-Mail Removed)...
>> >> >I have W2K server connected to internet over DSL. The ISP has
>> >> >provided
>> >> > 68.236.x.y static address. I have configured this all as per
>> >> > http://www.smallbizserver.net/Default.aspx?tabid=52 (but without a
>> >> > ISA
>> >> > server). All is fine.
>> >> >
>> >> > I want to connect my home Laptop to this server over VPN/internet to
>> >> > share
>> >> > the resources by "Map network drive" option. My home computer is an
>> >> > XP
>> >> > and
>> >> > connects internet via a cable modem. I can ping my server's IP
>> >> > address.
>> >> > But
>> >> > unable to connect to it over VPN client setup.
>> >> >
>> >> > I have perfomed the same test successfully with my Laptop in the
>> >> > office
>> >> > and
>> >> > the VPN server address is set to local 192.168.10.z I guess, the
>> >> > static
>> >> > IP
>> >> > on
>> >> > the Linksys router is not passing the traffic to Servers' Internal
>> >> > NIC?
>> >> > Any
>> >> > suggestions how to resolve this?
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?R2Fsb3A=?=
Guest
Posts: n/a

 
      02-07-2005, 05:43 PM
Yeah, I have port 1723 forwarded to 192.168.1.10 on the LinkSys. I think the
issue could be something related to LinkSys only setrup. As you said, I have
configured the client for PPTP. The error is 678.

"Bill Grant" wrote:

> Right. On the LinkSys router, do you have tcp port 1723 forwarded to the
> server's private IP of 192.168.1.10 ?
>
> If you have done this and you are getting error 800, change the settings
> on the client machine to use pptp rather than automatic. 800 is a very
> general message and just means you can't connect (which you already knew).
> Forcing the client to use pptp will give you a more specific error which
> might mean something useful.
>
>
> "Galop" <(E-Mail Removed)> wrote in message
> news:750345C4-1620-49B6-95BE-(E-Mail Removed)...
> >I think something is mis understood. It is like this.
> >
> > W2K server with two nics. 192.168.16.2 is internal LAN and 192.168.1.10 is
> > for external WAN. this external nic is connected to LinkSys router and the
> > WAN port of this rouetr is connected to DSL modem's RJ45. DSL modem
> > connects
> > to ISP. The ISP has allocated us a static IP 68.236.x.y which is
> > configured
> > on the WAN port of the LinkSys router.
> >
> > After reading Robert's input, I have also opened the ports 1723, 50, 51
> > for
> > TCP and 1701, 500 for UDP. Still I get the same error.
> >
> > "Bill Grant" wrote:
> >
> >> You say that your server has two NICs, both with private IP addresses.
> >> What device has the public IP?
> >>
> >> From your home machine, you can only connect to a public IP through
> >> the
> >> Internet. To make a VPN connection to a device with a private IP, you
> >> must
> >> forward the required port (tcp port 1723 for pptp) from the device with
> >> the
> >> public IP to your RRAS server's private IP. The client reaches the public
> >> IP
> >> through the Internet, and port forwarding extends the link to the machine
> >> on
> >> the private LAN.
> >>
> >> "Galop" <(E-Mail Removed)> wrote in message
> >> news:4E6940BB-1049-42AA-AAD7-(E-Mail Removed)...
> >> > Robert,
> >> >
> >> > I could not locate a solution for my issue on the link provided by you.
> >> >
> >> > The error I get, when trying to VPN connection is:
> >> >
> >> > "Error800: Unable to establish the VPN connection. The VPN server may
> >> > be
> >> > unreachable, or security parameters may not be configured properly for
> >> > this
> >> > connection".
> >> >
> >> > I get error if I provide my VPN server address is 68.236.x.y (static
> >> > IP,
> >> > configured on the router). I can ping to this ip successfully.
> >> >
> >> > I donot get any error if I provide my VPN server address as
> >> > 192.168.16.2
> >> > OR
> >> > 192.168.1.10 (Two Nic cards of my server).
> >> >
> >> > "Robert L [MS-MVP]" wrote:
> >> >
> >> >> you may need open the ports on the router. quoted from
> >> >> http://www.howtonetworking.com/vpnsetup.htm
> >> >> Which ports need to be opened for running VPN
> >> >>
> >> >> A: PPTP VPN uses TCP Port 1723, IP Protocol 47 (GRE); L2TP: UDP Port
> >> >> 1701;
> >> >> IPSec: UDP Port 500, Pass IP protocol 50 and 51. Note: 47 is a
> >> >> protocol
> >> >> number and not TCP port. The protocol name is GRE. It'll make a big
> >> >> difference when configuring your firewall or router.
> >> >>
> >> >> Don't send e-mail or reply to me except you need consulting services.
> >> >> Posting on MS newsgroup will benefit all readers and you may get more
> >> >> help.
> >> >>
> >> >> Bob Lin, MS-MVP, MCSE & CNE
> >> >> How to Setup Windows, Network, Remote Access on
> >> >> http://www.HowToNetworking.com
> >> >> Networking, Internet, Routing, VPN Troubleshooting on
> >> >> http://www.ChicagoTech.net
> >> >> This posting is provided "AS IS" with no warranties.
> >> >> "Galop" <(E-Mail Removed)> wrote in message
> >> >> news:0B35BC5E-67D7-4CFA-B251-(E-Mail Removed)...
> >> >> >I have W2K server connected to internet over DSL. The ISP has
> >> >> >provided
> >> >> > 68.236.x.y static address. I have configured this all as per
> >> >> > http://www.smallbizserver.net/Default.aspx?tabid=52 (but without a
> >> >> > ISA
> >> >> > server). All is fine.
> >> >> >
> >> >> > I want to connect my home Laptop to this server over VPN/internet to
> >> >> > share
> >> >> > the resources by "Map network drive" option. My home computer is an
> >> >> > XP
> >> >> > and
> >> >> > connects internet via a cable modem. I can ping my server's IP
> >> >> > address.
> >> >> > But
> >> >> > unable to connect to it over VPN client setup.
> >> >> >
> >> >> > I have perfomed the same test successfully with my Laptop in the
> >> >> > office
> >> >> > and
> >> >> > the VPN server address is set to local 192.168.10.z I guess, the
> >> >> > static
> >> >> > IP
> >> >> > on
> >> >> > the Linksys router is not passing the traffic to Servers' Internal
> >> >> > NIC?
> >> >> > Any
> >> >> > suggestions how to resolve this?
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      02-07-2005, 10:28 PM
That means the server didn't answer. It shouldn't happen if tcp port
1723 is forwarded to the server. Any firewalls in the path?

"Galop" <(E-Mail Removed)> wrote in message
news:AFA7F8D0-6880-4039-8B41-(E-Mail Removed)...
> Yeah, I have port 1723 forwarded to 192.168.1.10 on the LinkSys. I think
> the
> issue could be something related to LinkSys only setrup. As you said, I
> have
> configured the client for PPTP. The error is 678.
>
> "Bill Grant" wrote:
>
>> Right. On the LinkSys router, do you have tcp port 1723 forwarded to
>> the
>> server's private IP of 192.168.1.10 ?
>>
>> If you have done this and you are getting error 800, change the
>> settings
>> on the client machine to use pptp rather than automatic. 800 is a very
>> general message and just means you can't connect (which you already
>> knew).
>> Forcing the client to use pptp will give you a more specific error which
>> might mean something useful.
>>
>>
>> "Galop" <(E-Mail Removed)> wrote in message
>> news:750345C4-1620-49B6-95BE-(E-Mail Removed)...
>> >I think something is mis understood. It is like this.
>> >
>> > W2K server with two nics. 192.168.16.2 is internal LAN and 192.168.1.10
>> > is
>> > for external WAN. this external nic is connected to LinkSys router and
>> > the
>> > WAN port of this rouetr is connected to DSL modem's RJ45. DSL modem
>> > connects
>> > to ISP. The ISP has allocated us a static IP 68.236.x.y which is
>> > configured
>> > on the WAN port of the LinkSys router.
>> >
>> > After reading Robert's input, I have also opened the ports 1723, 50, 51
>> > for
>> > TCP and 1701, 500 for UDP. Still I get the same error.
>> >
>> > "Bill Grant" wrote:
>> >
>> >> You say that your server has two NICs, both with private IP
>> >> addresses.
>> >> What device has the public IP?
>> >>
>> >> From your home machine, you can only connect to a public IP
>> >> through
>> >> the
>> >> Internet. To make a VPN connection to a device with a private IP, you
>> >> must
>> >> forward the required port (tcp port 1723 for pptp) from the device
>> >> with
>> >> the
>> >> public IP to your RRAS server's private IP. The client reaches the
>> >> public
>> >> IP
>> >> through the Internet, and port forwarding extends the link to the
>> >> machine
>> >> on
>> >> the private LAN.
>> >>
>> >> "Galop" <(E-Mail Removed)> wrote in message
>> >> news:4E6940BB-1049-42AA-AAD7-(E-Mail Removed)...
>> >> > Robert,
>> >> >
>> >> > I could not locate a solution for my issue on the link provided by
>> >> > you.
>> >> >
>> >> > The error I get, when trying to VPN connection is:
>> >> >
>> >> > "Error800: Unable to establish the VPN connection. The VPN server
>> >> > may
>> >> > be
>> >> > unreachable, or security parameters may not be configured properly
>> >> > for
>> >> > this
>> >> > connection".
>> >> >
>> >> > I get error if I provide my VPN server address is 68.236.x.y (static
>> >> > IP,
>> >> > configured on the router). I can ping to this ip successfully.
>> >> >
>> >> > I donot get any error if I provide my VPN server address as
>> >> > 192.168.16.2
>> >> > OR
>> >> > 192.168.1.10 (Two Nic cards of my server).
>> >> >
>> >> > "Robert L [MS-MVP]" wrote:
>> >> >
>> >> >> you may need open the ports on the router. quoted from
>> >> >> http://www.howtonetworking.com/vpnsetup.htm
>> >> >> Which ports need to be opened for running VPN
>> >> >>
>> >> >> A: PPTP VPN uses TCP Port 1723, IP Protocol 47 (GRE); L2TP: UDP
>> >> >> Port
>> >> >> 1701;
>> >> >> IPSec: UDP Port 500, Pass IP protocol 50 and 51. Note: 47 is a
>> >> >> protocol
>> >> >> number and not TCP port. The protocol name is GRE. It'll make a big
>> >> >> difference when configuring your firewall or router.
>> >> >>
>> >> >> Don't send e-mail or reply to me except you need consulting
>> >> >> services.
>> >> >> Posting on MS newsgroup will benefit all readers and you may get
>> >> >> more
>> >> >> help.
>> >> >>
>> >> >> Bob Lin, MS-MVP, MCSE & CNE
>> >> >> How to Setup Windows, Network, Remote Access on
>> >> >> http://www.HowToNetworking.com
>> >> >> Networking, Internet, Routing, VPN Troubleshooting on
>> >> >> http://www.ChicagoTech.net
>> >> >> This posting is provided "AS IS" with no warranties.
>> >> >> "Galop" <(E-Mail Removed)> wrote in message
>> >> >> news:0B35BC5E-67D7-4CFA-B251-(E-Mail Removed)...
>> >> >> >I have W2K server connected to internet over DSL. The ISP has
>> >> >> >provided
>> >> >> > 68.236.x.y static address. I have configured this all as per
>> >> >> > http://www.smallbizserver.net/Default.aspx?tabid=52 (but without
>> >> >> > a
>> >> >> > ISA
>> >> >> > server). All is fine.
>> >> >> >
>> >> >> > I want to connect my home Laptop to this server over VPN/internet
>> >> >> > to
>> >> >> > share
>> >> >> > the resources by "Map network drive" option. My home computer is
>> >> >> > an
>> >> >> > XP
>> >> >> > and
>> >> >> > connects internet via a cable modem. I can ping my server's IP
>> >> >> > address.
>> >> >> > But
>> >> >> > unable to connect to it over VPN client setup.
>> >> >> >
>> >> >> > I have perfomed the same test successfully with my Laptop in the
>> >> >> > office
>> >> >> > and
>> >> >> > the VPN server address is set to local 192.168.10.z I guess, the
>> >> >> > static
>> >> >> > IP
>> >> >> > on
>> >> >> > the Linksys router is not passing the traffic to Servers'
>> >> >> > Internal
>> >> >> > NIC?
>> >> >> > Any
>> >> >> > suggestions how to resolve this?
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?R2Fsb3A=?=
Guest
Posts: n/a

 
      02-07-2005, 11:09 PM
No. The firewall on the router is disabled.

"Bill Grant" wrote:

> That means the server didn't answer. It shouldn't happen if tcp port
> 1723 is forwarded to the server. Any firewalls in the path?
>
> "Galop" <(E-Mail Removed)> wrote in message
> news:AFA7F8D0-6880-4039-8B41-(E-Mail Removed)...
> > Yeah, I have port 1723 forwarded to 192.168.1.10 on the LinkSys. I think
> > the
> > issue could be something related to LinkSys only setrup. As you said, I
> > have
> > configured the client for PPTP. The error is 678.
> >
> > "Bill Grant" wrote:
> >
> >> Right. On the LinkSys router, do you have tcp port 1723 forwarded to
> >> the
> >> server's private IP of 192.168.1.10 ?
> >>
> >> If you have done this and you are getting error 800, change the
> >> settings
> >> on the client machine to use pptp rather than automatic. 800 is a very
> >> general message and just means you can't connect (which you already
> >> knew).
> >> Forcing the client to use pptp will give you a more specific error which
> >> might mean something useful.
> >>
> >>
> >> "Galop" <(E-Mail Removed)> wrote in message
> >> news:750345C4-1620-49B6-95BE-(E-Mail Removed)...
> >> >I think something is mis understood. It is like this.
> >> >
> >> > W2K server with two nics. 192.168.16.2 is internal LAN and 192.168.1.10
> >> > is
> >> > for external WAN. this external nic is connected to LinkSys router and
> >> > the
> >> > WAN port of this rouetr is connected to DSL modem's RJ45. DSL modem
> >> > connects
> >> > to ISP. The ISP has allocated us a static IP 68.236.x.y which is
> >> > configured
> >> > on the WAN port of the LinkSys router.
> >> >
> >> > After reading Robert's input, I have also opened the ports 1723, 50, 51
> >> > for
> >> > TCP and 1701, 500 for UDP. Still I get the same error.
> >> >
> >> > "Bill Grant" wrote:
> >> >
> >> >> You say that your server has two NICs, both with private IP
> >> >> addresses.
> >> >> What device has the public IP?
> >> >>
> >> >> From your home machine, you can only connect to a public IP
> >> >> through
> >> >> the
> >> >> Internet. To make a VPN connection to a device with a private IP, you
> >> >> must
> >> >> forward the required port (tcp port 1723 for pptp) from the device
> >> >> with
> >> >> the
> >> >> public IP to your RRAS server's private IP. The client reaches the
> >> >> public
> >> >> IP
> >> >> through the Internet, and port forwarding extends the link to the
> >> >> machine
> >> >> on
> >> >> the private LAN.
> >> >>
> >> >> "Galop" <(E-Mail Removed)> wrote in message
> >> >> news:4E6940BB-1049-42AA-AAD7-(E-Mail Removed)...
> >> >> > Robert,
> >> >> >
> >> >> > I could not locate a solution for my issue on the link provided by
> >> >> > you.
> >> >> >
> >> >> > The error I get, when trying to VPN connection is:
> >> >> >
> >> >> > "Error800: Unable to establish the VPN connection. The VPN server
> >> >> > may
> >> >> > be
> >> >> > unreachable, or security parameters may not be configured properly
> >> >> > for
> >> >> > this
> >> >> > connection".
> >> >> >
> >> >> > I get error if I provide my VPN server address is 68.236.x.y (static
> >> >> > IP,
> >> >> > configured on the router). I can ping to this ip successfully.
> >> >> >
> >> >> > I donot get any error if I provide my VPN server address as
> >> >> > 192.168.16.2
> >> >> > OR
> >> >> > 192.168.1.10 (Two Nic cards of my server).
> >> >> >
> >> >> > "Robert L [MS-MVP]" wrote:
> >> >> >
> >> >> >> you may need open the ports on the router. quoted from
> >> >> >> http://www.howtonetworking.com/vpnsetup.htm
> >> >> >> Which ports need to be opened for running VPN
> >> >> >>
> >> >> >> A: PPTP VPN uses TCP Port 1723, IP Protocol 47 (GRE); L2TP: UDP
> >> >> >> Port
> >> >> >> 1701;
> >> >> >> IPSec: UDP Port 500, Pass IP protocol 50 and 51. Note: 47 is a
> >> >> >> protocol
> >> >> >> number and not TCP port. The protocol name is GRE. It'll make a big
> >> >> >> difference when configuring your firewall or router.
> >> >> >>
> >> >> >> Don't send e-mail or reply to me except you need consulting
> >> >> >> services.
> >> >> >> Posting on MS newsgroup will benefit all readers and you may get
> >> >> >> more
> >> >> >> help.
> >> >> >>
> >> >> >> Bob Lin, MS-MVP, MCSE & CNE
> >> >> >> How to Setup Windows, Network, Remote Access on
> >> >> >> http://www.HowToNetworking.com
> >> >> >> Networking, Internet, Routing, VPN Troubleshooting on
> >> >> >> http://www.ChicagoTech.net
> >> >> >> This posting is provided "AS IS" with no warranties.
> >> >> >> "Galop" <(E-Mail Removed)> wrote in message
> >> >> >> news:0B35BC5E-67D7-4CFA-B251-(E-Mail Removed)...
> >> >> >> >I have W2K server connected to internet over DSL. The ISP has
> >> >> >> >provided
> >> >> >> > 68.236.x.y static address. I have configured this all as per
> >> >> >> > http://www.smallbizserver.net/Default.aspx?tabid=52 (but without
> >> >> >> > a
> >> >> >> > ISA
> >> >> >> > server). All is fine.
> >> >> >> >
> >> >> >> > I want to connect my home Laptop to this server over VPN/internet
> >> >> >> > to
> >> >> >> > share
> >> >> >> > the resources by "Map network drive" option. My home computer is
> >> >> >> > an
> >> >> >> > XP
> >> >> >> > and
> >> >> >> > connects internet via a cable modem. I can ping my server's IP
> >> >> >> > address.
> >> >> >> > But
> >> >> >> > unable to connect to it over VPN client setup.
> >> >> >> >
> >> >> >> > I have perfomed the same test successfully with my Laptop in the
> >> >> >> > office
> >> >> >> > and
> >> >> >> > the VPN server address is set to local 192.168.10.z I guess, the
> >> >> >> > static
> >> >> >> > IP
> >> >> >> > on
> >> >> >> > the Linksys router is not passing the traffic to Servers'
> >> >> >> > Internal
> >> >> >> > NIC?
> >> >> >> > Any
> >> >> >> > suggestions how to resolve this?
> >> >> >>
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do I need static IP to setup my smallbusiness network? kpoaka Windows Networking 2 03-02-2007 09:52 PM
Static IP Setup evangelical_bob Broadband 5 12-17-2004 01:34 AM
Setup Static IP for MN-500 Saurabh Nandu Broadband Hardware 4 08-31-2004 06:32 AM
How to setup a static ip address Dietmar Stupka Linux Networking 3 05-19-2004 04:13 PM
Mix static and dynamic NAT setup Jim® Linux Networking 0 11-17-2003 04:34 PM



1 2 3 4 5 6 7 8 9 10 11