Displaying 3 results from an estimated 3 matches for "mdk10".
Did you mean:
md10
2004 May 24
0
AutoCADLT2000 and Mandrake10 Official
OK, so I am not sure if this is the place or not, so if wrong please
redirect me to a more helpful place for my inquiry.
I have installed MDK10 Official and it came with it's own Wine. My
interest here is with installing AutoCAD LT 2000 and being able to use
whilst within Linux.
I copied all my system and system32 files over from my WinMe partition,
I downloaded and installed Visual Basic, [not sure if any of this was
needed but f...
2004 Sep 29
3
wine-20040914
Problem with installation.
tar xzvf wine-20040914.tar.gz
this created a directory ~/wine-20040914
su
# ./configure
this generated a longwinded error message to the effect that it is unable to
guess my system type.
# ./configure --build=i686
this got the configuration going and ended with the message:
"Configur finished. Do 'make depend && make' to compile wine".
2004 Aug 19
4
MASQUERADE problem again...
...POST: "The same command line that fails with -A ppp0_masq succeeds with -A POSTROUTING."
AT MY HOST: iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -d 0.0.0.0/0 -j MASQUERADE iptables: Invalid argument
I tried some variation:
iptables-1.2.9
kernel-2.4.25.7mdk-1-1mdk (default 2.4 in MDK10)
kernel-i686-up-4GB-2.6.3.15mdk
kernel-i686-up-4GB-2.6.8.1.1mdk
shorewall-2.0.7-1mdk.noarch
shorewall-2.1.4-1.noarch
The result was always the same -- see below. The failed command works
without the -j MASQUERADE option only:
iptables -t nat -A eth0_masq -s 192.168.4.0/24 -d 0.0.0.0/0 <--...