LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Need help with iptables setup (https://www.linuxquestions.org/questions/linux-security-4/need-help-with-iptables-setup-391266/)

bobbyjayblack 12-10-2005 10:13 AM

Need help with iptables setup
 
I have 2 ethernet cards:
eth0 -> internet
eth1 <- laptop

Here is a little scheme of what I want the firewall/router to do:
eth0 <- internet Block unless DHCP or FTP info
eth0 -> internet Allow if from eth1 or from premade DHCP/FTP connections
eth1 <- laptop Allow All? (good idea or no? do I need to block dumb windows services like NETBIOS or w/e?)
eth0 -> laptop FORWARD 59, 113, 1024-5000; Allow if from premade laptop connection
Everything else should be Rejected
So how would I setup iptables for all of this?

I am a newbie when it comes to iptables, I just compiled my first linuxfromscratch.org system yesterday.

Thanks,
Bobby Black

peter_robb 12-10-2005 05:49 PM

I think you need to see some of the sample scripts at the end of the http://iptables-tutorial.frozentux.n...-tutorial.html

You can set ports etc from there..


All times are GMT -5. The time now is 01:25 AM.