I've configured my machine to mount a partition from remote machine using autofs. I just had a problem on it when i installed ipchain. Everytime I use to mount the remote machine and access its directory, ipchain rejects my connection. I added the ff. lines into my ipchain rule
ipchains -A input -p udp -s <ip of remote machine>/32 -d 0/0 2049 -j ACCEPT ipchains -A input -p tcp -s <ip of remote machine>/32 -d 0/0 2049 -j ACCEPT since nfs is using 2049 port but to no avail... it still didn't work... what's wrong with my rule here? Did i missed something? Best regards, Oliver -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
