You didn't mention if you're using public or private IP addressing on your internal web servers. If you're using public IPs on the web servers, all you need is to configure routing so that external hosts can reach your web servers. If you're using private IPs on the servers, use iptables on the firewall and configure network address translation.
Another possible problem is your firewall rules. Have you tried turning them off and see if your intended setup works? Also, I assume you've already set IP forwarding via /proc/sys/net/ipv4/ip_forward? From: "ManFai Hui" <[EMAIL PROTECTED]> > can anyone help me with my server.... I have a setup of Red Hat Linux 7 > as a firewall, but the thing is I need to forward all incoming www request to their respective ips.... how can I do this??? Right now I'm using ipfawdn for my internet sharing... would it be possible to piont all incoming www request to my respective servers? > > I try using this script: > "/sbin/ipfwadm -F -a accept -b -P tcp -S 0.0.0.0/0 1024:65535 -D <webserver IP> 80" > > but it doesn't work.... or may I should using something else??? _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
