why ? because in VMWare 7, X doesn’t start i forgot the error . startx does not start :p . so i went to the free solution, Sun’s Virtualbox .
my setup is an old laptop running Windows Xp x64 , pppoe connection, firewall UP on all network interfaces :d . being a beginner i can tell you this is a nice piece of software, get rid of vmware . it’s free and works faster ;) . a full installation of slackware was quick, configuration easy and had no problems . now how to get a ping working from the virtualbox using “VirtualBox Host-Only Ethernet Adapter” (no VirtualBox NAT or Bridged adapter which is a kind of a host-only-eth) . first of all, I always hated the NAT solution offered by any Windows OSes ( 2000,XP,Vista, and probably 7, too) . i’ve used a little routix , wingate and others (google a bit) but wingate it’s wonderful .it is the best of all server solutions because it has a lot of options that are working. installation of wingate is easy so we shall skip to the configuration of slackware so we can ping outside . i think someone else can make this easier, but hey i am not a PRO . sorry :( . this page helped me out configuring the slackware virtual machine and you should find enough details to understand what i did . here is one of the latest wingate .
now. we bridge the “Local Area Connection”(Xp) and “VirtualBox Host-Only Ethernet Adapter” (VB) set an ip for this bridged network (192.168.5.7) then dial our pppoe connection . switch to slackware virtual-machine (run netconfig to waste some time), get tunctl *1, install it and
mkdir /dev/net ; mknod /dev/net/tun c 10 20
tunctl -t tap0 -u root ; brctl addbr br0
ifconfig eth0 0.0.0.0 promisc
brctl addif br0 eth0
ifconfig br0 192.168.5.17 netmask 255.255.255.0
addif br0 tap0 ; ifconfig tap0 up
route add default gw 192.168.5.7
____________________________________________________________________
add these lines or some of them to rc.local or another startup file, two nameservers in your resolv.conf , ping www.imissyou.org !!!! and we are done . that would be all.
*1 if you don’t have any idea about how to have some files available on your virtualmachine without network-drivers or shared-folders here’s one . get free iso creator , make an iso file with the files you want on your virtualmachine then mount your new iso image machine>settings>storage>Add cd/dvd device>media manager>add iso file .
÷ expand to read more »