0

Basically I have a PPTP server, and there are pptp end-point and a real network "behind" it with servers and I want to test the bandwidth from a server which is on the real network to the clients which connect over PPTP, so how does the server connect to the pptp client with virtual ip ?

larry
  • 4,037
  • 9
  • 36
  • 42

1 Answers1

0

The PPTP server should proxy arp the addresses of the clients connected to it. Your network must be configured to route these subnets to the appropriate devices or connectivity will fail. There really isn't much to this and your question is a little vague.

SpacemanSpiff
  • 8,753
  • 1
  • 24
  • 35
  • my purpose is to test the bandwidth from the real network to pptp client . – larry Feb 15 '11 at 02:53
  • so i need to make the real network can connect the pptp clinet first – larry Feb 15 '11 at 02:53
  • I believe I've already answered the question, the remote client will receive an address issued from the PPTP server. Depending on your implementation this will either be an internal IP or it could be a separate routed network. A diagram might be useful. – SpacemanSpiff Feb 15 '11 at 16:33