How Can I Connect to a Disabled Internet Connection Through a VPN?

AI Thread Summary
In a scenario where computer A connects to computer C through computer B, and both B and C are virtual machines, they can share the same communication channel, particularly in a VPN setup. If B and C are running on the same host machine, they may utilize the same virtual network interface, facilitating direct communication. To ensure proper connectivity, it is essential to configure connection rules on machine C that permit access to the private IP address of the local network. This setup allows A to communicate with C via B while maintaining network security and isolation.
inotyce
Messages
43
Reaction score
1
Supposing that I have 3 computers (A,B,C)

C is disabled its internet connection while A and B are not.
My computer is A and I must connect to C through B.
If B and C are both virtual machines, then I am thinking B and C share the same communication channel, right ?
Giving that this is a VPN connection model, I would like to understand the underlying communication methods being applied for B and C.

Thanks a lot.
 
Computer science news on Phys.org
If B and C are both virtual machines, then I am thinking B and C share the same communication channel, right ?

I'm not quite sure what you mean by this. Are B and C instances of an OS running on the same computer?

If B and C are separate, and B (or your router) is your VPN gateway, simply set up some connection rules on machine C to allow connections to private IP address (on your local LAN) only.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top