Am Fr, den 24.06.2005 schrieb Joao Medeiros um 14:19:
I found what the problem is... I have Firestarter installed and If I turn it off I can access the web site with the ip alias. I wouldn't like to have to turn the firewall off. Any thoughts?
--JM
iptables isn't able to handle aliased device names (like eth0:0), so you will have to use IPs in your rules rather than device names (like -i eth0 -j ACCEPT).
Alexander