I have installed xen 1.2 on a mandrake 9.2 distribution(reading Xeno-1.2-HOWTO.txt). When I do xen_nat_enable the error is: iptables: Invalid argument iptables returned error; have you build netfilter? ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
I have installed xen 1.2 on a mandrake 9.2 distribution(reading Xeno-1.2-HOWTO.txt). When I do xen_nat_enable the error is: iptables: Invalid argument iptables returned error; have you build netfilter? At a closer look the error cames from this command: iptables -t nat -A POSTROUTING -o eth0 -s 192.168.0.0/16 -j MASQUERADE My iptables never heard about de -j option; Must I upgrade iptables? I use iptables v1.2.8 Thank you ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
I have installed xen 1.2 on a mandrake 9.2 distribution(reading Xeno-1.2-HOWTO.txt). When I do xen_nat_enable the error is: iptables: Invalid argument iptables returned error; have you build netfilter? When I compiled the kernel the defaul otion for netfilter was: Network packet filtering - included Section IP: Netfilter configuration Full NAT - included MASQUERADE - included At a closer look the error cames from this command: iptables -t nat -A POSTROUTING -o eth0 -s 192.168.0.0/16 -j MASQUERADE Thank you ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Hi, Victor: Netfilter is the kernel part. iptables is the corresponding user space part. There should be nothing wrong if you are using xenolinux-2.4.25, just upgrade your iptables. www.netfilter.org -- Bin On 29 Feb 2004, at 15:08, victor wrote:> > I have installed xen 1.2 on a mandrake 9.2 distribution(reading > Xeno-1.2-HOWTO.txt). > When I do xen_nat_enable the error is: > > iptables: Invalid argument > iptables returned error; have you build netfilter? > > When I compiled the kernel the defaul otion for netfilter was: > Network packet filtering - included > > Section IP: Netfilter configuration > Full NAT - included > MASQUERADE - included > > At a closer look the error cames from this command: > iptables -t nat -A POSTROUTING -o eth0 -s 192.168.0.0/16 -j MASQUERADE > > > Thank you > > > > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id56&alloc_id438&op=click > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel >------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel