472,954 Members | 1,399 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,954 software developers and data experts.

How difficult would this be?

I like UltraVNC for helping remote users, and the authors have a server
called Nat2Nat that you can hook up to to get thru firewalls without having
to set up ports and such.

Problem is that thier Nat2Nat is not exactly reliable and they ignore any
questions about its source code.

It looks like they are simply starting a UDP connection from each
client/server VNC combo to the Nat2Nat server and handing off the UDP
connection once established.

That would be fine except some office firewalls do not allow UDP
connections.

I'd like to build a packet relay server that would work over HTTP or SOCKS
proxies. It should accept incoming connections with a GUID and friendly
name from the "servers" and allow a "client" to connect to a server while
relaying the packets between them.

This is relatively easy to do for a normal TCP connection, but what is
involved in getting thru HTTP and SOCKS proxies?

I am using VB.Net 2005 so any code examples in .Net 2005 would also be
helpful.

Any help you could provide would be greatly appreciated. Thanks!
Aug 28 '06 #1
4 1619
PGC
Hi smerf,

A bit off topic but ....

I find UltraVNC SC (single-click) very useful for the situation described.
The client
makes the connection directly from their desktop to yours via TCP. If they
have
internet access then usually that's enough.
http://sc.uvnc.com/index.php?section=19

Paul

"smerf" <sm***@shroom.comwrote in message
news:Ui******************@bignews7.bellsouth.net.. .
>I like UltraVNC for helping remote users, and the authors have a server
called Nat2Nat that you can hook up to to get thru firewalls without having
to set up ports and such.

Problem is that thier Nat2Nat is not exactly reliable and they ignore any
questions about its source code.

It looks like they are simply starting a UDP connection from each
client/server VNC combo to the Nat2Nat server and handing off the UDP
connection once established.

That would be fine except some office firewalls do not allow UDP
connections.

I'd like to build a packet relay server that would work over HTTP or SOCKS
proxies. It should accept incoming connections with a GUID and friendly
name from the "servers" and allow a "client" to connect to a server while
relaying the packets between them.

This is relatively easy to do for a normal TCP connection, but what is
involved in getting thru HTTP and SOCKS proxies?

I am using VB.Net 2005 so any code examples in .Net 2005 would also be
helpful.

Any help you could provide would be greatly appreciated. Thanks!

Aug 28 '06 #2

"smerf" <sm***@shroom.comwrote in message
news:Ui******************@bignews7.bellsouth.net.. .
>I like UltraVNC for helping remote users, and the authors have a server called
Nat2Nat that you can hook up to to get thru firewalls without having to set up
ports and such.

Problem is that thier Nat2Nat is not exactly reliable and they ignore any
questions about its source code.

It looks like they are simply starting a UDP connection from each
client/server VNC combo to the Nat2Nat server and handing off the UDP
connection once established.

That would be fine except some office firewalls do not allow UDP connections.

I'd like to build a packet relay server that would work over HTTP or SOCKS
proxies. It should accept incoming connections with a GUID and friendly name
from the "servers" and allow a "client" to connect to a server while relaying
the packets between them.

This is relatively easy to do for a normal TCP connection, but what is
involved in getting thru HTTP and SOCKS proxies?

I am using VB.Net 2005 so any code examples in .Net 2005 would also be
helpful.

Any help you could provide would be greatly appreciated. Thanks!
Many people tunnel VNC connections over SSH since VNC traffic by itself is
unencrypted. I believe you can also specify a proxy server in the SSH client
when you do this.

Aug 28 '06 #3
I also use uvnc SC. It's great for 1st contact.

But, I also need access after hours - when nobody is in the office. I try
and work when they are not there whenever possible to lessen the impact on
thier work days. I guess I could write an app that queries a web service
and connects to me using SC whenever I needed it to......but.....the project
would be useful for things other than VNC - like a company-specific IM
client or P2P app that keeps files synchronized between PCs.

So, although VNC is a big part of why I need this - it is not the only
reason.

Thanks for your post!

"PGC" <Pa*********@Remove.Aten.ie.UCELesswrote in message
news:OM**************@TK2MSFTNGP05.phx.gbl...
Hi smerf,

A bit off topic but ....

I find UltraVNC SC (single-click) very useful for the situation described.
The client
makes the connection directly from their desktop to yours via TCP. If they
have
internet access then usually that's enough.
http://sc.uvnc.com/index.php?section=19

Paul

"smerf" <sm***@shroom.comwrote in message
news:Ui******************@bignews7.bellsouth.net.. .
>>I like UltraVNC for helping remote users, and the authors have a server
called Nat2Nat that you can hook up to to get thru firewalls without
having to set up ports and such.

Problem is that thier Nat2Nat is not exactly reliable and they ignore any
questions about its source code.

It looks like they are simply starting a UDP connection from each
client/server VNC combo to the Nat2Nat server and handing off the UDP
connection once established.

That would be fine except some office firewalls do not allow UDP
connections.

I'd like to build a packet relay server that would work over HTTP or
SOCKS proxies. It should accept incoming connections with a GUID and
friendly name from the "servers" and allow a "client" to connect to a
server while relaying the packets between them.

This is relatively easy to do for a normal TCP connection, but what is
involved in getting thru HTTP and SOCKS proxies?

I am using VB.Net 2005 so any code examples in .Net 2005 would also be
helpful.

Any help you could provide would be greatly appreciated. Thanks!


Aug 30 '06 #4
Ahhhh! A proxy server! That's another thing I'd like to know how to do in
VB.Net or even in old VB6.

I have a cool idea for a business internet filter that could use a proxy
server - but I am lost when it comes to coding one of those too.

Thx for the post!
"Mike Lowery" <se******@mouse-potato.comwrote in message
news:Oz**************@TK2MSFTNGP04.phx.gbl...
>
"smerf" <sm***@shroom.comwrote in message
news:Ui******************@bignews7.bellsouth.net.. .
>>I like UltraVNC for helping remote users, and the authors have a server
called Nat2Nat that you can hook up to to get thru firewalls without
having to set up ports and such.

Problem is that thier Nat2Nat is not exactly reliable and they ignore any
questions about its source code.

It looks like they are simply starting a UDP connection from each
client/server VNC combo to the Nat2Nat server and handing off the UDP
connection once established.

That would be fine except some office firewalls do not allow UDP
connections.

I'd like to build a packet relay server that would work over HTTP or
SOCKS proxies. It should accept incoming connections with a GUID and
friendly name from the "servers" and allow a "client" to connect to a
server while relaying the packets between them.

This is relatively easy to do for a normal TCP connection, but what is
involved in getting thru HTTP and SOCKS proxies?

I am using VB.Net 2005 so any code examples in .Net 2005 would also be
helpful.

Any help you could provide would be greatly appreciated. Thanks!

Many people tunnel VNC connections over SSH since VNC traffic by itself is
unencrypted. I believe you can also specify a proxy server in the SSH
client when you do this.

Aug 30 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

54
by: Spammay Blockay | last post by:
I've been tasked with doing technical interviews at my company, and I have generally ask a range of OO, Java, and "good programming technique" concepts. However, one of my favorite exercises I...
8
by: Marc | last post by:
Hi all, I was thinking about developing a drag and drop application and was curious how difficult it is to do. Basically I want to have a set of objects that I move around the screen and drop...
0
by: Kennedy_f | last post by:
I passed with 752. The test 70-220 requires 675. I don't recall seeing anything from Domain 4.8 (Design network services security) or 6.1 (SMB-Signing). No DNS, RIS, SNMP, or Terminal Services, but...
3
by: zbiszko | last post by:
I have such problem:) i have xml file: <?xml version="1.0" encoding="UTF-8"?> <doc> <page name="title1"/> <page name="title2" inherit="title1"/> <page name="title3"/> <page name="title4"...
8
by: shan | last post by:
I have tried writing a program which should 1)get a number from user 2)calculate the following for e.g if the input is 3 then 3 3 3 and the answer should be 19683. 3)similarly when the...
11
by: AA | last post by:
Why microsoft make so hard to change the max Pool Size?? I really need to change it to 50, because I'm using delegates with BeginInvoke and I saw that they (delegates) use the ThreadPool, but I...
7
by: Manu | last post by:
Hi! All I was wondering what is the most difficult part of windows programming Is it Network Programming Etc..
2
by: Eniac | last post by:
*argh* ... *pull hairs* I've recently started developing from ASP to ASP.NET The switch was fairly smooth since i had done some VB.net before ... then came...FORMS! :) I find it astounding...
4
by: Laserson | last post by:
Hi all! I have a very difficult task for me and i can't so it. My task: I have created an application. But how to determine that it is not responding??? You can see it when windows add "Not...
8
by: Senderos | last post by:
Hello, i try to break this code, since many days (and nights), without any success : <script type="text/javascript"> function p(a,i,c) { var x=a.charCodeAt(i)+c;
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.