LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Ipchains told me no (https://www.linuxquestions.org/questions/linux-networking-3/ipchains-told-me-no-207849/)

da_tibmeister 07-21-2004 08:53 AM

Ipchains told me no
 
Okay, have an issue, here's the ipchains commands I issued:

/sbin/ipchains -F input
/sbin/ipchains -F output
/sbin/ipchains -F forward

/sbin/ipchains -A input -p tcp -s 0.0.0.0/0 -d 0.0.0.0/0 20650 -j ACCEPT
/sbin/i[chains -P input DENY

Now, my Webmin is on port 20650, and in theory, this should only allow Webmin to come in on that port, and not a darned thing else, but, instead it completly kill everything coming in. I'm using Redhat 7.3

Thanks


All times are GMT -5. The time now is 02:33 PM.