Which IP is picked up when using Remote Desktop? [closed] - networking

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
This is not a coding question but I can't find a clear answer anywhere so I thought the stackoverflow community will know. Let's say, I'm currently using computer A and running Remote Desktop on Windows to access computer B. From computer B, I sign in to a website. Would the admin for that website be able to tell I was on computer A when I signed in? Or can they only pick up my computer B IP address? I don't know much about networking and remote desktop so any help is appreciated.

Your IP will be of computer B. You can think of Remote Desktop as a TV (with which you can interact) - the images from the remote computer are transmitted to your computer, but all actions still happen on the remote computer.

Related

How to share a file between two PC on two different VPNs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 months ago.
Improve this question
I need to copy files from one computer to another, but they are not on the same subnetwork. I need to use two different VPN connections to access the two computers. Can I transfer the files between them without using a third-party servers like Dropbox, and without downloading files on my PC, disconnecting from the first VPN, connecting to the second VPN, and uploading files on the target computer?
The solution is using this marvellous piece of software: https://github.com/magic-wormhole/magic-wormhole

Connect to website deployed on local machine from anywhere on internet [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I have hosted a ASP.Net website on my localhost within my organisation. I want to connect to this website from any system around the world. I am unable to access it for now. What things should be done to allow access to the website to everyone in the Internet.
The required port(s) need to be opened in all firewalls that are between your web server and the internet.
This can include both software firewall(s) on your server, i.e. firewalld, and hardware firewalls in place as network middleware.

filezilla not connecting to a specific server but connecting to other [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I am using filezilla as my ftp client and I was successfully using it. But now filezilla is not connecting with one of my server. But it connects to other servers.
So I was confused and I thought the server may down. But when I checked in downorisitjustme.com the server appears to be online. Don't know what is going on. Can you guys please help me on it?
Can you please check your FTP services status and try to stop firewall on your server, may be due to firewall you are unable to connect FTP server.
Actually it was a problem with my hosting side. They blocked my IP, may be because of a number of unsuccessful login attempt. And it got solved. Thanks guys.

Run a small scale DDoS attack against a Raspberry Pi Server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
For a networking class, I want to do a presentation and project on DDoS attacks. I have been researching them for a while and am interested in conducting a small scale attack against a victim server with no security (I'll most likely set this up using nginx or apache) running on a Raspberry Pi. I want to run a demo of this happening in class - first with no security, and then a few other times - each time adding another layer of security.
Does anyone have an idea how much traffic I would need in order to take this down? Also what would be the best way to generate this traffic? I'm not sure if this part is even possible as I don't have access to a lot of computers...I do have a mac pro with 24GB of ram so I have been considering running several virtual boxes with that.
Thanks for the help!
I was able to get it working locally using nginx on the Pi and LOIC.

virtual networking on single machine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Is it possible to run more than one virtual machines on my PC using virtual box/ vmware/ virtual pc etc and connecting all of them together? So if i write an application like a chat program or something else, it treats running image as separate machine.
All machines should have different IP addresses and they could have different OS as well.
Please tell me how can i do this.
You will have to start with a machine that has loads of RAM and CPU power. Other than that there is nothing difficult. All you have to do is install virtual box(Freely available) And download several Linux flavors(You can use windows too) mount the drives in virtual box and start creating the machines. You can start all of them together if you want to and they will have different IP addresses.
Read
http://forums.virtualbox.org/viewtopic.php?p=33943#33943
http://www.virtualbox.org/manual/ch02.html
http://www.virtualbox.org/manual/ch03.html
Finally
http://www.virtualbox.org/manual/ch06.html#network_internal

Resources