Summary: 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 g...
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. How...
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...
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...
Summary: Allowing something like that generally requires that both machines have static IPs (ie: the IP won't change). If that's the case, run these commands ...
Summary: I am new to the Linux OS I have just installed RH9.0 and I am going to use it as an Internet gateway Server for my Home network consisting of four wor...
Summary: Hi all, I have set a qmail with smtp and pop3, and it's working. Unfortunately, I can't send a e-mail from remote to local account, after i set a ipta...
Summary: Hi all , I install Redhat Linux on my Internet Shareing PC , This is Pentium 233 With 128 Meg Ram , Install Redhat Linux on it ( I have Redhat 7.2 o...
Summary: Hi I am tying create a firewall using iptables I am running redhat 7.0 when i type #iptables -L the output is "iptables v1.1.1 can'nt initialize iptab...
Summary: U should get it working with this: $IPTABLES -A FORWARD -i $EXTIF -o $INTIF -p tcp --dport 80 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT $IPTA...
Summary: iptables -L will list everything in the filter table. however, iptables will not remember anything if you reboot the machine. You must create a config...
Summary: Hi! My name is Christiano and I got, im my job, a firewall running Iptables. I'm trying to block instant message services (ICQ and MSN message are an...
Summary: Alright, I'm kinda a newbie at this Linux administration thing. I ran through a tutorial about how to build my firewall in a book. The book appeared...
Summary: I am trying to get my Samba file server up and running. I installed the SMB packages. Then I used the Samba Server config tool to select which file ...
Summary: hii alll i think some one may help me i am new to linux ...., i wan to learn linux firewall i wan tto know how to install iptables and how to write ...
Summary: i have a question to ask you... which is i have a iptables firewall too, but i don't know why it doesn't block any packet that is destinated for othe...
Summary: Ok, that helps. Computers on network C can access computers on network B, correct? If so, you should be able to do what you're asking about without ...
Summary: Hello, I am using Red Hat Linux and Im trying to upgrade my firewall to Iptables 1.2.8. I downloaded the .tar file and prepared to install it but I go...
Summary: Need to forward http requests through my firewall on port 81 to an internal webserver on port 80... Would this do it??? iptables -t nat -A PREROUTING ...
Summary: Hi I'm trying to forward ports on my linux nat box. Any suggestions? I tried using this script: http://www.malibyte.net/iptables/scripts/f.../fwscrip...
Summary: Is the following possiable: I have an RH 7.1 iptables filewall with three NIC's. eth0 = internet x.x.x.x eth1 = DMZ 192.168.1.x eth2 = LAN 192.169.0.x...
Summary: I get this in my boot log: Can someone help me?? PLEASE Aug 18 19:05:24 dhcp-892-16 iptables: /lib/modules/2.4.18-5/ kernel/net/ipv4/netfilter/ip_tabl...
Summary: Hi, my name is Christiano. I've configured iptables and squid with some basic rules, just to get a simple firewall. It was working properly, until I...
Summary: can anyone tell me how to set up a iptables with only one network interface?? i want to forward the connection comming from 80 to 8080 in my web serve...