just fo fun, try using this, you will need tuntap and others :) ------------------ #? Habilita conexões # echo 1 > /proc/sys/net/ipv4/ip_forward
# Libera acesso ao tuntap chmod 666 /dev/net/tun # Cria um Bridge brctl addbr br0 # Re-conecta eth0 no Bridge ifconfig eth0 0.0.0.0 promisc up brctl addif br0 eth0 # Agora quem tem o IP é o Bridge ifconfig br0 $SYS_IP netmask 255.255.255.0 up # cria 3 devices tap0 tap1 tap2 tunctl -u $DOS_USER -t tap0 tunctl -u $DOS_USER -t tap1 tunctl -u $DOS_USER -t tap2 # Ativa cada um ifconfig tap0 0.0.0.0 promisc up ifconfig tap1 0.0.0.0 promisc up ifconfig tap2 0.0.0.0 promisc up # conecta com Bridge brctl addif br0 tap0 brctl addif br0 tap1 brctl addif br0 tap2 # dispositivo do VMware brctl addif br0 vmnet1 # Recria Rota para o Gateway route add -net 0.0.0.0 gw $SYS_GW # mostra o Bridge e rotas (demora na primeira vez) brctl show route -n exit ------------------- Larry escreveu: > I'm trying, just for fun, to get arachne to run in Freedos in dosemu on my > Linux machine. No luck so far. > > I'm trying to use the tap thing. Use the lunctl command to make a lun0 and > set it up with ifconfig. > > But when I try to run xdos, first I get a "cannot allocate TAP device, and > arachne doesn't see a network. > > Any suggestions? > > > --- On Wed, 7/2/08, Aitor Santamaría <[EMAIL PROTECTED]> wrote: > >> From: Aitor Santamaría <[EMAIL PROTECTED]> >> Subject: Re: [Freedos-user] put drivers in XMS >> To: freedos-user@lists.sourceforge.net >> Date: Wednesday, July 2, 2008, 5:33 PM >> Hello, >> >> 2008/6/3 Michael Reichenbach >> <[EMAIL PROTECTED]>: >>> iw2evk schrieb: >>>> It's possible under freedos 1.0 put the >> drivers in XMS insted UMB? >>>> Can be used cloaking.exe , and in wich modality? >>>> >>>> many thanks in advance. >>>> >>>> Roberto iw2evk >>> Hey! >>> >>> I had some time ago a similar suggestion. Loading into >> EMS/XMS would be >>> a bad idea because more outdated applications use >> EMS/XMS. >> >> Well, in fact it gave me idea that EMS could actually be >> suitable for >> DISPLAY: you book a couple of contiguous pages, then upon >> call to >> int10h select those pages as available. >> >> Note (Eric) that these changes wouldn't change at all >> the DISPLAY >> core, but the particular EGA/VGA driver. >> >> Regards, >> Aitor >> >> ------------------------------------------------------------------------- >> Sponsored by: SourceForge.net Community Choice Awards: VOTE >> NOW! >> Studies have shown that voting for your favorite open >> source project, >> along with a healthy diet, reduces your potential for >> chronic lameness >> and boredom. Vote Now at >> http://www.sourceforge.net/community/cca08 >> _______________________________________________ >> Freedos-user mailing list >> Freedos-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/freedos-user > > > > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Freedos-user mailing list > Freedos-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/freedos-user > > ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-user