I am looking to create a load balancing server. Essentially here is what I want to do,
I have a public ip address, lets say 1.1.1.1 I have a second public ip address, lets say 2.2.2.2
Here is what I want to happen. I have a website www.f.com point to 1.1.1.1 via an A record.
I am running a linux machine between two IP Phones with Two NIC card's.
All of the traffic passing through between eth0 and eth1 should move through TCP/IP stack.
Currently,IP-forwarding is enabled in linux and traffic routes directly at Kernel level.
If I am doing port forwarding using IPtables, I can get the traffic in TCP/IP stack but I dont want to perform port forwarding.
I'm trying to set up a web server for my first time. I'm running Ubuntu 12.04.1 and i've installed LAMP. I have also set up a static IP for the server, 192.168.0.111 and reserved it in the router settings. So far so good.
Now to the problem. I forwarded port 80 to the servers IP address, but the server is not responding to any connections.
Hello my friends , i am totally stuck in ssh port forwarding topic
i had learn iptables and other networking topic without any problem but ssh port forwarding is headache
1. local port = what is this ? is this incoming traffic or outgoing traffic
2. remote port = same as above
3.
I'm trying to set up a simple static website, and I have an issue with nginx that's complicated by a number of things, most notably the fact that my ISP blocks all inbound port 80 traffic.
First, I got a web forward set up so that www.mysite.com will redirect to mysite.com:8000, and then I set up my router to forward port 8000 to my server running nginx.
My ISP has blocked port 80, and I'm trying to figure out alternate ways for people to connect to my site. I've setup my webserver so it listens to port 8080, and have it forward all requests to my router from that port to my server.
I configured port forwarding through iptables and ufw. But there is something I do not understand, I just cant get iptables to forward port 443 to 8443 without allowing port 8443 on UFW.
so i have the lg esteem on metro pcs and ive rooted it. i aso use wifi tether to play games on my laptop using my 4g, but i cant pay diablo 2 because i get a error saying port 6112 is closed. ive tried the port forwarding app but it doesnt work. ive also ran a port scanner i found that says port 53 on my phone is the only port open. any assistance in solving my problem would be appreciated.
I am building an application that will be acting as a combined MUA/MTA on different networks. However, many of the networks are with ISP's that block port 25 for SMTP. Therefore I would also like to open up a secondary port so that some of the installs can communicate on that if port 25 is closed.
How do I choose a second port? I know some people use port 26 or port 2525.