Proxy intranet & internet
Install Fiddler on Host (intranet & internet)
open Fiddler
“Tools” -> “Fiddler Options” -> “Connections” -> check “Allow remote computers to connect” and “Fiddler listens on port” keep default 8888 if you would like…
restart Fiddler
Linux Client (only intranet)
Setting
- export http_proxy=http://host’s intranet ip:8888
- export https_proxy=http://host’s intranet ip:8888
Now you can connect the internet per Host.
Cancel
- unset http_proxy
- unset https_proxy