xtermi2 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Feb 2003 Posts: 13
|
Posted: Sun Sep 21, 2003 3:37 pm Post subject: OpenMosix and iptables |
|
|
Hi
I had some problems with iptables with the openmosix kernel for diskles clustering
i tried Kernel 2.4.22, 2.4.21 and 2.4.20-r6 but iptables didnt work. Always the same:
"invalid arguments"
here is my litle NAT script:
Code: | echo 1 > /proc/sys/net/ipv4/ip_forward
/sbin/iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE |
i configured this openmosix kernels exactely equal to my old gentoo 2.4.20-r7, i made only the changes for the diskless clustering from the openmosix howto:
Code: | openMosix ---
openMosix process migration support
openMosix File-System
Networking options ---
Packet Socket
Socket Filtering
TCP/IP networking
IP: multicasting
File systems ---
/proc file system support
/dev file system support
Automatically mount at boot
Network File Systems ---
NFS file system support
NFS server support
Provide NFSv3 server support |
I hope there is a solution to this problem
thx for help and sry for bad english |
|