On Saturday 19 October 2002 12:40 am, Mario Antonio wrote: > Antony, > > Thanks again for your kindness. > > I was also doubting about routing problems, but why when I accept all the > traffic in the INPUT chain, everything works fine? I can't say, but your netmask / routing table is the problem. > Linux 7.3 and iptables v1.2.7a > eth0=10.10.10.239 > eth0:0=10.10.13.227 > workstation accessing the server: 10.10.10.19 netmask 255.255.255.0 This is a Class C netmask. All machines on the local network must have 10.10.10 as the first three bytes of the address. You are trying to contact address 10.10.13.227, which is on a different network. Change the aliased address so that it is on the 10.10.10.0 network, or change your netmask so you have at least a Class B subnet. Antony -- KDE 3.0.3 contains an important fix for handling SSL certificates. Users of Internet Explorer, which suffers from the same problem but which does not yet have a fix available, are also encouraged to switch to KDE 3.0.3. http://www.kde.org/announcements/announce-3.0.3.html