Top "Forwarding" questions

There are myriad kinds of forwarding.

Set up DNS based URL forwarding in Amazon Route53

I'm trying to setup forwarding in Amazon Route53. My last DNS service (Nettica) allowed me to route requests to "aws.…

dns forwarding amazon-route53
How to use HTTP_X_FORWARDED_FOR properly?

Alright, I have an small authentication issue. My web service allows to connect to my API over HTTP with a …

php proxy ip forwarding
Python: Get HTTP headers from urllib2.urlopen call?

Does urllib2 fetch the whole page when a urlopen call is made? I'd like to just read the HTTP response …

python urllib forwarding
iptables FORWARD and INPUT

I have a home network with Linux pc's, which all had iptables running. I think it is easier to put …

linux input iptables forwarding
How to use ssh agent forwarding with "vagrant ssh"?

Rather than create a new SSH key pair on a vagrant box, I would like to re-use the key pair …

ssh virtualbox forwarding ssh-keys vagrant
VirtualBox port forwarding not working with NAT adapter

I'm trying simple port forwarding with VirtualBox and it appears VirtualBox.exe is listening on the host to the port, …

networking port virtualbox forwarding nat
adb forward remote port to local machine

This is a query regarding the usage of adb on android. Is there a way to forward the remote port …

android port forwarding adb
When to use std::forward to forward arguments?

C++0x shows an example of using std::forward: template<class T> void foo(T&& arg) { …

c++ templates forwarding c++11
Getting "error: closed" twice on "adb reverse"

I am trying to reverse-forward port through ADB, but it just returns cryptic error of error: closed. Normal forwarding works. …

android adb forwarding
Can I forward env variables over ssh?

I work with several different servers, and it would be useful to be able to set some environment variables such …

ssh environment-variables forwarding