Hi guys!
Still have a stupid question for you.
I set up my rules for my server and there is no problem for masquerading but my rules doesn't allow any request from the outside.
Nobody can log on my ftp server or my web server from the net.
there are my rules:
/sbin/ipchains --flush forward
/sbin/ipchains --policy forward DENY
/sbin/ipchains --append forward -j MASQ --source 192.168.0.0/255.255.255.0 --destination 0.0.0.0/0
My ideas are fading.
thanks.