Koozali.org: home of the SME Server

vpn PPTP subnet 255.255.255.255

Offline Mork

  • *
  • 17
  • +0/-0
vpn PPTP subnet 255.255.255.255
« on: March 03, 2009, 04:37:18 PM »

The assigned address is ok on a PPTP connection but the subnet mask is 255.255.255.255 instead of 255.255.255.0. I need X.X.X.0 to browse the internal network.

I think that I need to edit a template, but I don't know as is.

Thanks

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: vpn PPTP subnet 255.255.255.255
« Reply #1 on: March 03, 2009, 06:03:18 PM »
Hi Fabiano..

I've already answered you in italian language forum.. :-)

ciao
Stefano

Offline Mork

  • *
  • 17
  • +0/-0
Re: vpn PPTP subnet 255.255.255.255
« Reply #2 on: March 03, 2009, 07:25:19 PM »
Hi Fabiano..

I've already answered you in italian language forum.. :-)

ciao
Stefano

 :smile: :smile:GRAZIE :smile: :smile:

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: vpn PPTP subnet 255.255.255.255
« Reply #3 on: March 03, 2009, 11:21:37 PM »
The assigned address is ok on a PPTP connection but the subnet mask is 255.255.255.255 instead of 255.255.255.0.

PPTP is a point-to-point networking protocol. There is no concept of a netmask on a point-to-point network link.

You probably want a network route set up on your client, but that is outside the scope of PPTP and SME server.

Offline Fumetto

  • *
  • 899
  • +1/-0
Re: vpn PPTP subnet 255.255.255.255
« Reply #4 on: March 03, 2009, 11:51:04 PM »
Why on a PPTP connection "\\hostname" don't work and "\\IP_address" work?

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: vpn PPTP subnet 255.255.255.255
« Reply #5 on: March 04, 2009, 12:23:33 AM »
Why on a PPTP connection "\\hostname" don't work and "\\IP_address" work?

Because you haven't configured a WINS server in your client, and because broadcast traffic is not propagated over a PPTP link.

Offline Fumetto

  • *
  • 899
  • +1/-0
Re: vpn PPTP subnet 255.255.255.255
« Reply #6 on: March 04, 2009, 10:22:53 PM »
Many thanks!!!