• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Ipables

eigen

Diamond Member
Does anyone have a sample iptable script they would be willing to post . Specifically one for a laptop i.e no static addresses.
I have been visiting http://www.linuxguruz.com/iptables/ and also have few okay books but I dont seem to be able to put a satisfactory script together.
 
what are you looking to do with a script ? You can make many different kinds of scripts that do different things 😉
 
Originally posted by: mrweirdo
what are you looking to do with a script ? You can make many different kinds of scripts that do different things 😉

I want my laptop to be tight as a drum. I guess it need to ACCEPT dns/dhcp and drop all other INCOMING, except for a few ports needed for file sharing 4762:tcp 4772:udp.
 
Originally posted by: n0cmonkey
Tight as a drum? How tight are drums?

#!/bin/bash
ifconfig eth0 down

Think oil drums. No movement in or out. Water, oil, chemicals, air, nothing.
 
Back
Top