[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

[Ayuda] Kernel 2.4.17 e iptables 1.2.5



Hola a todos ¡ 

Baje el Kernel 2.4.17, lo configure y lo compile, pero no funciono mi
iptables, este me decia que debia actualizar el kernel o el iptables,
por logica, actualize el iptables. 

Entonces baje el iptables 1.2.5, y lo instale con: 

make pending-patches KERNEL_DIR=/usr/src/linux-2.4.17 
Compile el kernel de nuevo y luego: 
make KERNEL_DIR=/usr/src/linux-2.4.17 
make install KERNEL_DIR=/usr/src/linux-2.4.17 

Pero sigo teniendo problemas, ya que por ejemplo ejecuto depmod -a y me
dice: 

[root@pc-1 root]# depmod -a 
depmod: *** Unresolved symbols in
/lib/modules/2.4.17/kernel/net/ipv4/ipip.o 
depmod: *** Unresolved symbols in
/lib/modules/2.4.17/kernel/net/ipv4/netfilter/ip_conntrack.o 
depmod: *** Unresolved symbols in
/lib/modules/2.4.17/kernel/net/ipv4/netfilter/ip_tables.o 
depmod: *** Unresolved symbols in
/lib/modules/2.4.17/kernel/net/ipv4/netfilter/ipt_REJECT.o 
depmod: *** Unresolved symbols in
/lib/modules/2.4.17/kernel/net/ipv4/netfilter/iptable_filter.o 
depmod: *** Unresolved symbols in
/lib/modules/2.4.17/kernel/net/ipv4/netfilter/iptable_nat.o 
depmod: *** Unresolved symbols in
/lib/modules/2.4.17/kernel/net/ipv6/ipv6.o 

y logicamente, cuando intento crear cualquier regla con iptables, me
dice lo mismo =( 

Compile el Kernel con las siguientes opciones (solo mando las opciones
del Netfilter): 

# 
#   IP: Netfilter Configuration 
# 
CONFIG_IP_NF_CONNTRACK=m 
CONFIG_IP_NF_FTP=m 
CONFIG_IP_NF_IRC=m 
# CONFIG_IP_NF_QUEUE is not set 
CONFIG_IP_NF_IPTABLES=m 
# CONFIG_IP_NF_MATCH_LIMIT is not set 
# CONFIG_IP_NF_MATCH_MAC is not set 
# CONFIG_IP_NF_MATCH_MARK is not set 
CONFIG_IP_NF_MATCH_MULTIPORT=m 
# CONFIG_IP_NF_MATCH_TOS is not set 
# CONFIG_IP_NF_MATCH_LENGTH is not set 
# CONFIG_IP_NF_MATCH_TTL is not set 
# CONFIG_IP_NF_MATCH_TCPMSS is not set 
CONFIG_IP_NF_MATCH_STATE=m 
# CONFIG_IP_NF_MATCH_UNCLEAN is not set 
# CONFIG_IP_NF_MATCH_OWNER is not set 
CONFIG_IP_NF_FILTER=m 
CONFIG_IP_NF_TARGET_REJECT=m 
# CONFIG_IP_NF_TARGET_MIRROR is not set 
CONFIG_IP_NF_NAT=m 
CONFIG_IP_NF_NAT_NEEDED=y 
CONFIG_IP_NF_TARGET_MASQUERADE=m 
# CONFIG_IP_NF_TARGET_REDIRECT is not set 
# CONFIG_IP_NF_NAT_SNMP_BASIC is not set 
CONFIG_IP_NF_NAT_IRC=m 
CONFIG_IP_NF_NAT_FTP=m 
# CONFIG_IP_NF_MANGLE is not set 
CONFIG_IP_NF_TARGET_LOG=m 
CONFIG_IP_NF_TARGET_TCPMSS=m 
# CONFIG_IP_NF_COMPAT_IPCHAINS is not set 
# CONFIG_IP_NF_COMPAT_IPFWADM is not set 
CONFIG_IPV6=m 

Ojala me puedan echar una mano, Gracias (por cierto tengo RedHat 7.2)¡¡

_______________________________________________
Ayuda mailing list
Ayuda en linux org mx



[Hilos de Discusión] [Fecha] [Tema] [Autor]