Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
iptables help
Name: jazzman Date: September 11, 2002 at 09:03:43 Pacific OS: linux CPU/Ram: p2 128MB
Comment:
Below is my script, I have eth1 as my internal interface and eth0 as my external interface which will allow pkts into my ADSL gatway:192.168.0.5 and get routed out into the internet. I am now doing a very simple script which i want to allow my internal lan to be abled to ping the internet.
Summary: Hello, I need to setup iptables so that my clients can access their e-mail using e-mail programs such as Outlook, Outlook Express and so on. However, I went to setup the iptables to do so and I...
Summary: how does troubleshooting with -L -v -n work? I put the following lines in my firewall script iptables -A FORWARD -i eth0 -d 10.0.0.120 -p tcp --dport 113 -j ACCEPT iptables -t nat -A PREROUTING -i et...
Summary: Just a quick question about IPTables before I really start searching for a solution to this... is there anyway to use IPTables to change a destination IP address? As in, I want to send all traffic com...