It is iptables which are responsible for the redirection. If you have
rebooted after taking out the redirection rule from your rc.local file
then there is some other rc script which installs the iptables
redirection rule.
Try
grep iptables /etc/rc.d/init.d/*
this should give a hint of which rc scripts uses iptables.
A guess would be that you are running the iptables firewall script
provided by RedHat, and your redirection rule has been saved into the
perstent firewall rules. If this is the case then manually delete the
iptables redirection rule by running iptables -R manually, and then
issue "/etc/rc.d/init.d/iptables save"
Regards
Henrik
Rodney Richison wrote:
>
> I'm having a bit of trouble REMOVING transpart proxy. I removed the squid
> settings. So now squid doesn't take me to where I specified. But traffic is
> still being redirected from port 80. I want appache to now have port 80. I
> removed the line pertaining to iptables in the /etc/rc.d/rc.local file, but
> it seems to still being redirected. What am I missing?
>
> Redhat 8.0
>
> Highest Regards,
>
> __________________________________________________________________
> Rodney Richison
> 918-358-1111
> www.rcrnet.net
> +
> __________________________________________________________________
Received on Sat Mar 22 2003 - 16:47:27 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:14:18 MST