OpenVZ Forum


Home » Mailing lists » Users » The problem of iptables on FC4
Re: The problem of iptables on FC4 [message #1674 is a reply to message #1655] Sun, 19 February 2006 16:19 Go to previous messageGo to previous message
PondRicefied
Messages: 4
Registered: February 2006
Junior Member
> Next, VPS networking requires IP forwarding, so it won't work with this rule:
> $IPTABLES -P FORWARD DROP
It was NG even if I changed FORWARD into ACCEPT.

I was doing one wrong guess.
"iptables -A {INPUT,OUTPUT} -{d,s} XXXX.XXXX.XXXX.XXXX -j ACCEPT"
was able to access.
But, I cannot access in "iptables -A {INPUT,OUTPUT} -{d,s} XXXX.XXXX.XXXX.XXXX -m state --state {NEW,ESTABLISHED,RELATED} -j ACCEPT".

I am using the following in the syntax of iptables.
Parameter :
protocol
source
destination
jump
in-interface
out-interface
Matching option :
icmp
limit
multiport
owner
state
tcp
tos
ttl
udp
Expansion of a target :
LOG
REJECT

Which should I load in IPTABLES_MODULE (/etc/sysconfig/iptables-config) and IPTABLES (/etc/sysconfig/vz)?
And other configurations. PLZ.
 
Read Message icon9.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: openvz and SuSE
Next Topic: Debian Package of vzctl and vzquota
Goto Forum:
  


Current Time: Sun Jul 21 04:17:18 GMT 2024

Total time taken to generate the page: 0.02295 seconds