I am on a network where outgoing port 8080 is blocked on most machines (i.e.
Hi,
I have my apache running good and my tomcat with my OpenBluedragon CFML Engine running. My problem is i need to point a domain to use the port 8080, but not show the 8080. I think i have to proxy it, but no idea how. Im running webmin to manage the websites, and have install tomcat .
I read somewhere i need to edit the .conf for the website.
i want to make transparent proxy with linux ( centos) ,
i want all incoming connection on port 1000 - 2000 on eth0 forward to eth1 on port 1000 - 2000 in transparent mode
i searched in the net and i found some command
iptables -t nat -A PREROUTING -p tcp -i eth1 --dport 8001 -j DNAT --to-destination 192.168.1.200:8080
iptables -A FORWARD -p tcp -d 192.168.1.200 --dport 8080 -m state --st
I need to connect myself (Mac OSX) through SSH on a distant server (Unix also) which has no internet access.
I would like to browse the internet on the server (updates and other stuffes), so I've made a reverse HTTP tunnel.
I've installed SquidMan on my Mac OSX laptop, as proxy server.
This is my config:
HTTP port: 8080
visible host name: localhost
This is the way I connect myself through SSH
I have squide with dansguardian on a laptop and need to have incoming port 80 forwarded to 8080 so that even if the user tries to change the proxy setting it will still go to port 8080.
I'm based in the UK and would like to proxy my browser traffic through a CentOS server I have set up in the US. From what I've gathered through Google if I execute a command like this on my server:
ssh -C2qTnN -D 8080 username@remote_host
It will set up a SSH tunnel on my server for 127.0.0.1:8080 pointing to username@remote_host.
I'm using apache to proxy my tomcat instance, and I would like apache to listen on both ports 80 and 8080. I have the given configuration.
Running into an issue with my iptable rule to redirect outbound traffic on port 80 to a squid proxy transparently.
Here is my interface information
eth0 = internet
eth1 = physical interface
eth1:0 = 192.168.0.1/24
eth1:1 = 172.16.0.0/24
My iptables rule:
iptables -t nat -A PREROUTING -s 192.168.0.0/24 !
i work on ubuntu 12.04 with a internet connection using proxy. Lately the proxy address changed, and now suddenly I cannot connect to internet whatsoever. Strangely, the same proxy adress does work on a windows machine. I know there is a bug concerning the system wide application of proxy settings, but that is not my problem. If i set the new proxy address in firefox it just does not connect.