|
|
|
|
|
|
Re: iptables [message #3050 is a reply to message #2975] |
Tue, 09 May 2006 19:12 |
|
knutov
Messages: 79 Registered: December 2005 Location: Perm, Russia
|
Member |
|
|
# uname -a
Linux rustelekom3.localhost.localdomain 2.6.8-022stab077.1 #1 Fri Apr 21 16:50:02 MSD 2006 i686 i686 i386 GNU/Linux
i386, fc4-minimal, directadmin
/sbin/iptables
iptables v1.3.0: no command specified
# lsmod
Module Size Used by
iptable_nat 26492 2
ip_conntrack 35752 2 iptable_nat
tun 6592 0
simfs 3324 21
vzdquota 38736 21 [permanent]
af_packet 16360 0
ipt_length 1504 21
ipt_ttl 1632 19
ipt_tcpmss 1920 19
ipt_TCPMSS 3648 19
iptable_mangle 4256 21
iptable_filter 4096 21
ipt_multiport 1760 19
ipt_limit 1952 21
ipt_tos 1408 19
ipt_REJECT 5568 21
ip_tables 20880 11 iptable_nat,ipt_length,ipt_ttl,ipt_tcpmss,ipt_TCPMSS,iptable _mangle,iptable_filter,ipt_multiport,ipt_limit,ipt_tos,ipt_R EJECT
sunrpc 129028 1
vznetdev 12480 43
vzmon 41664 22 vznetdev
vzdev 1792 3 vzdquota,vznetdev,vzmon
thermal 10096 0
processor 10244 1 thermal
fan 2668 0
button 4408 0
battery 7052 0
asus_acpi 8920 0
ac 3084 0
ohci_hcd 17988 0
ehci_hcd 25604 0
usbcore 100356 4 ohci_hcd,ehci_hcd
sis900 16932 0
cat /etc/sysconfig/vz | grep IPTABLES
IPTABLES="ipt_REJECT ipt_tos ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length"
# cat /etc/sysconfig/vz-scripts/121.conf | grep IPTABLES
IPTABLES="iptable_filter iptable_mangle ipt_limit ipt_REJECT ipt_length ip_conntrack iptable_nat ipt_REDIRECT "
|
|
|
Re: iptables [message #3060 is a reply to message #3050] |
Wed, 10 May 2006 08:26 |
dim
Messages: 344 Registered: August 2005
|
Senior Member |
|
|
У меня только одно предположение - модуль iptable_nat не был загружен до старта VPS, а был загружен командой iptables -t nat -L на ноде уже после.
|
|
|