hello Andy; sorry for the late response :(
btw, the ff. script is based on iptables, iptables -t nat -A PREROUTING -i eth0 -p TCP --dport 443 -s 0.0.0.0/0 -j DNAT --to $your_web_server_ip:443 iptables -A FORWARD -p TCP -d $your_web_server_ip --dport 443 -s 0.0.0.0/0 -j ACCEPT cheers, ian perez > Goody day. > > I set-up a firewall in our office, it has has 2 NIC. I remove the daemon that I do not need, basically, it's a plain > linux installation. > > The network configuration is, eth0 is facing internet and eth1 is facing secured network. My question is this: > > How do I forward web packe to our secured web server from Fwall using ipchains? _ 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]
