Networking Forums

Networking Forums > Computer Networking > Broadband > Silly question time

Reply
Thread Tools Display Modes

Silly question time

 
 
Kraftee
Guest
Posts: n/a

 
      06-28-2007, 07:34 PM
Ok here is where the jeers from certain corners will come flying, but
with the hope of a sensible answer here goes...

What ports are generally used for VPNs? I'm asking about standard
ports not for some special exotic set up....

TIA

B-)


 
Reply With Quote
 
 
 
 
Bob Eager
Guest
Posts: n/a

 
      06-28-2007, 07:52 PM
On Thu, 28 Jun 2007 19:34:26 UTC, "Kraftee" <kraftee@b&e-cottee.me.uk>
wrote:

> Ok here is where the jeers from certain corners will come flying, but
> with the hope of a sensible answer here goes...
>
> What ports are generally used for VPNs? I'm asking about standard
> ports not for some special exotic set up....


Try this as a starting point...

http://www.vpntools.com/vpntools_art...rt-for-vpn.htm

The magic phrase is "well known ports", a term used in the RFCs.
However, I expect there are a *lot* of exceptions.


--
[ 7'ism - a condition by which the sufferer experiences an inability
to give concise answers, express reasoned argument or opinion.
Usually accompanied by silly noises and gestures - incurable, early
euthanasia recommended. ]
 
Reply With Quote
 
Kraftee
Guest
Posts: n/a

 
      06-28-2007, 08:16 PM
Bob Eager wrote:
> On Thu, 28 Jun 2007 19:34:26 UTC, "Kraftee"
> <kraftee@b&e-cottee.me.uk> wrote:
>
>> Ok here is where the jeers from certain corners will come flying,
>> but with the hope of a sensible answer here goes...
>>
>> What ports are generally used for VPNs? I'm asking about standard
>> ports not for some special exotic set up....

>
> Try this as a starting point...
>
> http://www.vpntools.com/vpntools_art...rt-for-vpn.htm
>
> The magic phrase is "well known ports", a term used in the RFCs.
> However, I expect there are a *lot* of exceptions.


Ta very muchly it's given a few pointers to try, instead of just
putting the neccesary IP into the DMZ to get in....

& no the IT support don't know (believe it or not, but we are talking
about the support group who said Melisa wouldn't get in...guess what
it did)


 
Reply With Quote
 
Dave Wade
Guest
Posts: n/a

 
      06-28-2007, 08:26 PM

"Kraftee" <kraftee@b&e-cottee.me.uk> wrote in message
news:f614v7$5oe$(E-Mail Removed)...
> Bob Eager wrote:
>> On Thu, 28 Jun 2007 19:34:26 UTC, "Kraftee"
>> <kraftee@b&e-cottee.me.uk> wrote:
>>
>>> Ok here is where the jeers from certain corners will come flying,
>>> but with the hope of a sensible answer here goes...
>>>
>>> What ports are generally used for VPNs? I'm asking about standard
>>> ports not for some special exotic set up....

>>
>> Try this as a starting point...
>>
>> http://www.vpntools.com/vpntools_art...rt-for-vpn.htm
>>
>> The magic phrase is "well known ports", a term used in the RFCs.
>> However, I expect there are a *lot* of exceptions.

>
> Ta very muchly it's given a few pointers to try, instead of just putting
> the neccesary IP into the DMZ to get in....
>
> & no the IT support don't know (believe it or not, but we are talking
> about the support group who said Melisa wouldn't get in...guess what it
> did)
>


If you have unlimited access to the PC (i.e. can instalkl software) then get
the old sysinternals stuff from www.sysinternals.com (it redirects to an MS
page) and that "may" show you which port its using...


 
Reply With Quote
 
Kraftee
Guest
Posts: n/a

 
      06-28-2007, 08:34 PM
Dave Wade wrote:
> "Kraftee" <kraftee@b&e-cottee.me.uk> wrote in message
> news:f614v7$5oe$(E-Mail Removed)...
>> Bob Eager wrote:
>>> On Thu, 28 Jun 2007 19:34:26 UTC, "Kraftee"
>>> <kraftee@b&e-cottee.me.uk> wrote:
>>>
>>>> Ok here is where the jeers from certain corners will come flying,
>>>> but with the hope of a sensible answer here goes...
>>>>
>>>> What ports are generally used for VPNs? I'm asking about
>>>> standard ports not for some special exotic set up....
>>>
>>> Try this as a starting point...
>>>
>>> http://www.vpntools.com/vpntools_art...rt-for-vpn.htm
>>>
>>> The magic phrase is "well known ports", a term used in the RFCs.
>>> However, I expect there are a *lot* of exceptions.

>>
>> Ta very muchly it's given a few pointers to try, instead of just
>> putting the neccesary IP into the DMZ to get in....
>>
>> & no the IT support don't know (believe it or not, but we are
>> talking about the support group who said Melisa wouldn't get
>> in...guess what it did)
>>

>
> If you have unlimited access to the PC (i.e. can instalkl software)
> then get the old sysinternals stuff from www.sysinternals.com (it
> redirects to an MS page) and that "may" show you which port its
> using...


Pity about that, I have access to the hardware firewall but am not
able to install any software to the relavent PC


 
Reply With Quote
 
Jon
Guest
Posts: n/a

 
      06-28-2007, 08:35 PM
kraftee@b&e-cottee.me.uk declared for all the world to hear...
> Ok here is where the jeers from certain corners will come flying, but
> with the hope of a sensible answer here goes...
>
> What ports are generally used for VPNs? I'm asking about standard
> ports not for some special exotic set up....


10000 is used by Cicso VPN.
--
Regards
Jon
 
Reply With Quote
 
Andy Burns
Guest
Posts: n/a

 
      06-28-2007, 08:51 PM
On 28/06/2007 20:34, Kraftee wrote:

> Ok here is where the jeers from certain corners will come flying, but
> with the hope of a sensible answer here goes...
>
> What ports are generally used for VPNs? I'm asking about standard
> ports not for some special exotic set up....


Some (e.g. winXP using PPTP) require TCP port 1723 *and* the GRE
protocol (GRE is not a port number on top of TCP or UDP, it is protcol
number 47 direct on top of IP, in the same way TCP is protocol 6, or UDP
is protocol 17).

Some (like openVPN) can run over tcp port 443 to "confuse" most
firewalls into thinking it's https/ss traffic.

For IPSEC you'll see UDP port 500 *and* ESP and AH IP protocols (50 and
51 like GRE was 47).

Others have mentioned cisco's offering.

Then you get down to the level of sneaky gits who tunnel IP on top of
DNS queries to get free use of wireless access points :-)
 
Reply With Quote
 
Kraftee
Guest
Posts: n/a

 
      06-28-2007, 08:58 PM
Andy Burns wrote:
> On 28/06/2007 20:34, Kraftee wrote:
>
>> Ok here is where the jeers from certain corners will come flying,
>> but with the hope of a sensible answer here goes...
>>
>> What ports are generally used for VPNs? I'm asking about standard
>> ports not for some special exotic set up....

>
> Some (e.g. winXP using PPTP) require TCP port 1723 *and* the GRE
> protocol (GRE is not a port number on top of TCP or UDP, it is
> protcol number 47 direct on top of IP, in the same way TCP is
> protocol 6, or UDP is protocol 17).
>
> Some (like openVPN) can run over tcp port 443 to "confuse" most
> firewalls into thinking it's https/ss traffic.
>
> For IPSEC you'll see UDP port 500 *and* ESP and AH IP protocols (50
> and 51 like GRE was 47).
>
> Others have mentioned cisco's offering.
>
> Then you get down to the level of sneaky gits who tunnel IP on top
> of DNS queries to get free use of wireless access points :-)


& there I am just wanting to use my wifi link to log into works
VPN/Intranet


 
Reply With Quote
 
G a z .
Guest
Posts: n/a

 
      06-28-2007, 09:03 PM
In article <f612gu$1f1$(E-Mail Removed)>, kraftee@b&e-cottee.me.uk says...

> Ok here is where the jeers from certain corners will come flying, but
> with the hope of a sensible answer here goes...
>
> What ports are generally used for VPNs? I'm asking about standard
> ports not for some special exotic set up....
>
> TIA
>


Hey Kraftee, is your email good as would like to ask you something?

Nothing major, but best asked off group! ;-)

Best Wishes to one & all,

Gaz.
 
Reply With Quote
 
Andy Burns
Guest
Posts: n/a

 
      06-28-2007, 09:05 PM
On 28/06/2007 22:03, G a z . wrote:

> Hey Kraftee, is your email good


Can't see it being valid with an ampersand in the domain name :-)
 
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
May be a silly question JammyGit Broadband 1 04-24-2005 04:01 PM
Silly broadband question Niaz Khan Broadband 12 09-18-2004 04:37 PM
Silly question about Wi-Fi Lance Wireless Networks 2 09-13-2004 02:57 PM
silly question - UTP or STP cables ??? no-name Linux Networking 9 06-10-2004 02:14 AM
possibly silly question Mairhtin O'Feannag Linux Networking 4 10-07-2003 10:43 AM



1 2 3 4 5 6 7 8 9 10 11