--- [EMAIL PROTECTED] wrote: > HI guys I need help big time. I have been using ISA > (Microsoft Firewall \ Proxy) > > After having no luck I decided to try Mandrake SNF ( > Another firewall \ proxy ) and the same result takes > place ?>>>>
Mandrake 7.2 SNF uses ipchains and Bastille by default. Type ipchains -L to find your firewall configuration. All settings are made throught etc/bastille-firewall.conf file. This is a well documented and easy to read script. You'd need to add into INPUT chain something like this: ipchains -A input -p TCP -s <your_source_ip_address> -d <your_firewall_ip_address> 3334 -j ACCEPT Cheers http://shopping.yahoo.com.au - Yahoo! Shopping - Free CDs for thousands of Priority Shoppers! -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
