Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Help Iptables and Webmin

Status
Not open for further replies.

stillnumber1

IS-IT--Management
Oct 28, 2002
28
US
I have tried setting up iptables with Webmin. It seemed to work alright but if i go to etc/sysconfig

vi iptables the define routes say created by webmin

I tried flushing the routes and trying to manually do iptables. It will not delete the routes since they were created with webmin.

 
# Generated by iptables-save v1.2.5 on Thu
*filter
:OUTPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:INPUT ACCEPT [0:0]
COMMIT
# Completed on Thu Sep 19 21:09:44 2002
# Generated by webmin
*mangle
Here is a sample of iptables that was created in etc/sysconfig



:OUTPUT ACCEPT [0:0]
:pREROUTING ACCEPT [0:0]
:pOSTROUTING ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:INPUT ACCEPT [0:0]
COMMIT
# Completed
# Generated by webmin
*nat
:OUTPUT ACCEPT [0:0]
:pREROUTING ACCEPT [0:0]
:pOSTROUTING ACCEPT [0:0]
COMMIT
# Completed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top