hey again
other question, after i installed xen from the sources then modifying the bootloader and add
title Xen 3.0.3 / XenLinux 2.6
root (hd0,0)
kernel /xen.gz dom0_mem=64000
module /vmlinuz-2.6-xen root=/dev/hda6 ro max_loop=255
module /initrd.img-2.6.16.29-xen
reboot and booting up this configuration and type on the console
iptables -L
and get the result
debian:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
...iptables looks fine ..
so when i compile the kernel with the options
File systems -->[*] Quota support
<M> Old quota format support
<M> Quota format v2 support
Device Drivers ---> Network device support ---> <M> Dummy net driver support
Networking ---> Networking options --->[*] Network packet filtering (replaces ipchains) ---> Core Netfilter Configuration ---> <M> Netfilter Xtables support (required for ip_tables)
Networking ---> Networking options --->[*] Network packet filtering (replaces ipchains) ---> IP: Netfilter Configuration ---> <M> IP tables support (required for filtering/masq/NAT)
modifying again the boot loader for the new kernel and boot it up
then i get the error from my first post ...
WHERE IS THE FUKING PROBLEM ????????????????????????
ihave tried to the options to as no module but directly inside the kernel but there problem isnt gone away ...im so stupid or is the really a problem with iptables ?
LG ren22
|