|
|
|
|
|
|
|
|
|
|
xen-devel
Hi,
I did a complete reinstall, this time making sure that iptables was
installed. I also verified that the option was checked when the kernel was
compiled. However, I am getting the same error.
I ran the individual commands inside of the xen_nat_enable script and it
seems fine except on the following commands:
run_iptables -t nat -A POSTROUTING -o eth0 -s 169.254.0.0/16 -j MASQUERADE
and
run_iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 2201 -j DNAT --to
169.254.1.1:22
I assume since the above command doesn't work the rest of the ssh ones won't
either.
Could it be that I have some old (or perhaps even new) version of iptables
that doesn't match the commands in the xen_nat_enable script?
Thanks,
Jas
-----Original Message-----
From: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
[mailto:xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Bin Ren
Sent: Monday, November 24, 2003 12:48 PM
To: Jaswinder S. Ahluwalia
Cc: Devel Xen
Subject: Re: [Xen-devel] Problems
On 24 Nov 2003, at 20:04, Jaswinder S. Ahluwalia wrote:
> So I installed iptables from the mandrake disk that I have and now its
> saying "iptables: invalid argument. Have you built netfilter?"
'netfilter' is a module in Linux kernel. 'iptables' is its user space
tools. They are two close parts.
You need to recompile your kernel with support for 'netfilter'.
Details:
make menuconfig
under 'Networking options --->', select 'Network packet
filtering (replaces ipchains)'.
-- Bin
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|