Re: [Freedos-user] networking over 86box

2024-04-26 Thread Paul Dufresne via Freedos-user
Le Wed, 24 Apr 2024 16:05:10 -0400 Brandon Taylor via Freedos-user a écrit > My apologies for the confusion. I know FreeDOS has internet capability, but > not on 86Box, since FreeDOS for some reason treats 86Box as if it were a > real computer. > > GetOutlook for Android >

Re: [Freedos-user] Networking on UTM

2023-10-27 Thread Louis Santillan via Freedos-user
Docs ( https://docs.getutm.app/settings-qemu/devices/network/network/#hardware) say that the emulated network device is a “virtio-net-pci” device. Docs also mention that the OS will require a driver for it. virtio is a common interface for modern Linux, Windows, and I think Mac OS VMs. For

Re: [Freedos-user] Networking FreeDOS 1.3 on QEMU

2022-09-06 Thread Darrin M. Gorski
I've found that the ADM PCNet adaptor in QEMU (-device pcnet) with the matching DOS drivers work well under FreeDOS. I wasn't able to get any of the other QEMU emulated ethernet devices to work properly under DOS. I spent a lot of time fighting with the Intel adaptors - it seems the QEMU

Re: [Freedos-user] Networking FreeDOS 1.3 on QEMU

2022-09-06 Thread Jerome Shidel
Hi, > On Sep 6, 2022, at 11:43 AM, Phil Reynolds > wrote: > > I had FreeDOS 1.2 working quite nicely, networking included, on qemu, > but I am lost as to (a) how I originally achieved it (b) how I might do > likewise with 1.3 - is there any specific documentation I can follow? By default

Re: [Freedos-user] networking/wifi

2021-03-20 Thread Dan Schmidt
Long time ago, I had an orinoco card that was 802.11b that was supposed to work with DOS. Could never get it to work, eventually threw it out in frustration. Some very good and interesting suggestions have been made. However, I believe the cheapest/easiest may be a simple wireless bridge. An

Re: [Freedos-user] networking/wifi

2021-03-19 Thread Louis Santillan
IMO, ISA is a better option for truly vintage machines. I think if someone combined the ideas PiModem/Wifi232, Pi Virtual Floppy [0], and ISA8019 [2] (which is an NE2000!), then that would be the ideal. An ISA card powered by a Pi Zero W that could emulate a Floppy/HDD/CD-ROM/DVD-ROM and provide

Re: [Freedos-user] networking/wifi

2021-03-19 Thread andrea936
Hi! Eric as for the wi-fi I have solved the problem in an empirical way: I have long bought a TP-Link TPL-MR3020 mini router which detects available wireless networks and which has an ethernet port to which I can connect my laptop . It also has the possibility to connect - on the move

Re: [Freedos-user] networking/wifi

2021-03-18 Thread Eric Auer
Thanks for the links, Louis :-) While the price could be a lot lower, the https://www.cbmstuff.com/proddetail.php?prod=WiModem232 https://www.cbmstuff.com/proddetail.php?prod=WiModem232=all mentioned on one of the pages is pretty similar to what I had in mind: some WiFi controller plus a RS232

Re: [Freedos-user] networking/wifi

2021-03-18 Thread Louis Santillan
DOS did networking a lot better with ISA and some PCI NICS. WiFi came after DOS was no longer being developed. There might be some 900MHz WaveLAN things that work for DOS if the point is to make a machine connected wirelessly. If the machine has serial you might consider a Wifi232[0] or one of

Re: [Freedos-user] networking/wifi

2021-03-18 Thread Eric Auer
Hi! To do some additional name-dropping on the DOS WiFi topic here: https://www.olimex.com/Products/IoT/ESP32/ESP32-GATEWAY/open-source-hardware https://www.hackster.io/techbase_group/arduino-esp32-serial-port-to-tcp-converter-via-wifi-66d341

Re: [Freedos-user] networking/wifi

2021-03-18 Thread Eric Auer
Hi! > Am just wondering if this is the current status, or some old comment: > > "Wireless devices connected via USB can not yet be used with FreeDOS." > > (http://freedos.sourceforge.net/wiki/index.php/WiFi) This meant "USB dongles which serve as WiFi or Bluetooth modems have no DOS drivers"

Re: [Freedos-user] networking/wifi

2021-03-18 Thread Tomas By
Simon, I can read from a USB stick without any extra tricks, as long as it is inserted before booting (which usually means I have to make sure the bios is set to boot from disk 1st; I find it easier to write the files to the Freedos disk from inside Windows, if I need to do that). However, I'm

Re: [Freedos-user] networking/wifi

2021-03-18 Thread Šimon Dobeš
Hello, Well I tried to use USB with FreeDOS. You can use USB with FreeDOS but you need to do some things. 1st: You need to unzip FreeDOS USB installer to USB that you wnat to use. 2nd: Create special folder for files you want to transfer. E.G.: Folder named TRANSFER 3rd: Boot from USB. 4th:

Re: [Freedos-user] Networking without ethernet?

2018-07-22 Thread David McMackins
I'm interested in this approach, but I'm finding it hard to find documentation and software. From what I've heard so far, it seems using the on-board modem will be more of a hassle than just using serial or parallel to connect to something else with ethernet. I'd like to stick with free/libre

Re: [Freedos-user] Networking without ethernet?

2018-07-10 Thread Louis Santillan
Or DOSPPP. On Tue, Jul 10, 2018 at 3:32 PM Louis Santillan wrote: > You could also use something like EPPPD and Arachne includes a dialer > packet driver as well (might even be EPPPD). > > On Tue, Jul 10, 2018 at 3:13 PM geneb wrote: > >> > On Jul 10, 2018, 1:23 PM, David McMackins wrote: >> >

Re: [Freedos-user] Networking without ethernet?

2018-07-10 Thread Louis Santillan
You could also use something like EPPPD and Arachne includes a dialer packet driver as well (might even be EPPPD). On Tue, Jul 10, 2018 at 3:13 PM geneb wrote: > > On Jul 10, 2018, 1:23 PM, David McMackins wrote: > > > >> Even if I did, that doesn't answer my question. Even if I get connected >

Re: [Freedos-user] Networking without ethernet?

2018-07-10 Thread geneb
On Jul 10, 2018, 1:23 PM, David McMackins wrote: Even if I did, that doesn't answer my question. Even if I get connected to dial-up, will TCP/IP applications still work, or will they complain about drivers since they are trying to access a NIC? David, you might be well served by looking into

Re: [Freedos-user] Networking without ethernet?

2018-07-10 Thread David McMackins
I understand this. I guess my question was really: where can I get a packet driver that will communicate over my phone line instead of a typical NIC? Happy Hacking, David E. McMackins II Supporting Member, Electronic Frontier Foundation (#2296972) Associate Member, Free Software Foundation

Re: [Freedos-user] Networking without ethernet?

2018-07-10 Thread Mateusz Viste
On Tue, 10 Jul 2018 14:58:01 -0400, dmccunney wrote: > Any chance of posting that somewhere that doesn't require a gopher > client to access it? You mean like http or whatever? Bleh. Where would be the fun then? Gopher-disabled people are free to use one of the few web proxies out there.

Re: [Freedos-user] Networking without ethernet?

2018-07-10 Thread Mercury Thirteen via Freedos-user
Afaik, TCP/IP interfaces to a packet driver, which then works directly with the NIC. It shouldn't matter over which medium you're ultimately communicating, as long as it presents the packet interface which TCP/IP expects. Sent from ProtonMail mobile Original Message On Jul

Re: [Freedos-user] Networking without ethernet?

2018-07-10 Thread dmccunney
On Tue, Jul 10, 2018 at 2:31 PM Mateusz Viste wrote: > > Does it have a parallel port? If so, then you could run PLIP. I wrote a > gopher article about connecting a no-NIC PC to the LAN through its > parallel port using PLIP: > > gopher://gopher.viste.fr/1/myinfobase/?disp2017-03-05 plip bridge

Re: [Freedos-user] Networking without ethernet?

2018-07-10 Thread Mateusz Viste
On Mon, 09 Jul 2018 21:08:35 -0500, David McMackins wrote: > I have a 1998 Sony Vaio running FreeDOS. This model did not include an > ethernet controller (or wlan), but it does have an old modem in it. I've > been going through the networking guide referred to by Rugxulo, and I > got down to

Re: [Freedos-user] Networking without ethernet?

2018-07-10 Thread dmccunney
On Tue, Jul 10, 2018 at 1:24 PM David McMackins wrote: > > Even if I did, that doesn't answer my question. Even if I get connected > to dial-up, will TCP/IP applications still work, or will they complain > about drivers since they are trying to access a NIC? I don't see why not. TCP-IP is a

Re: [Freedos-user] Networking without ethernet?

2018-07-10 Thread David McMackins
Even if I did, that doesn't answer my question. Even if I get connected to dial-up, will TCP/IP applications still work, or will they complain about drivers since they are trying to access a NIC? Happy Hacking, David E. McMackins II Supporting Member, Electronic Frontier Foundation

Re: [Freedos-user] Networking without ethernet?

2018-07-10 Thread Louis Santillan
Have you tried setting up a Linux box as a dial-up server? [0] [0] https://www.howtoforge.com/linux_dialin_server On Mon, Jul 9, 2018 at 9:10 PM David McMackins wrote: > I have a 1998 Sony Vaio running FreeDOS. This model did not include an > ethernet controller (or wlan), but it does have an

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-16 Thread John Hupp
Here's a reference, by the way, on the ipconfig usage that I mention below: ftp://ftp.microsoft.com/misc1/BUSSYS/LANMAN/KB/Q183/8/58.TXT A couple more observations: When I booted up this morning, ipconfig c:\net once again reported the lease expired, but the expiration time coincided exactly

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-16 Thread Dave Kerber
:48 AM To: Discussion and general questions about FreeDOS. Subject: Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied Here's a reference, by the way, on the ipconfig usage that I mention below: ftp://ftp.microsoft.com/misc1/BUSSYS/LANMAN/KB/Q183/8/58.TXT

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-16 Thread John Hupp
? -Original Message- From: John Hupp [mailto:free...@prpcompany.com] Sent: Tuesday, June 16, 2015 10:42 AM To: Discussion and general questions about FreeDOS. Subject: Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied The router provides DNS. On 6/16/2015 10:39 AM

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-16 Thread Dave Kerber
Do you have a DNS server configured? -Original Message- From: John Hupp [mailto:free...@prpcompany.com] Sent: Tuesday, June 16, 2015 9:48 AM To: Discussion and general questions about FreeDOS. Subject: Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-16 Thread John Hupp
: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied Here's a reference, by the way, on the ipconfig usage that I mention below: ftp://ftp.microsoft.com/misc1/BUSSYS/LANMAN/KB/Q183/8/58.TXT A couple more observations: When I booted up this morning, ipconfig c:\net once again

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-16 Thread John Hupp
OK, I think now that there is more than one issue. After reviewing the fact that older Windows PC's have great difficulties connecting to Vista shares, I thought then that it probably shouldn't be surprising that this is very difficult to impossible for the MS-DOS Network Client. To test this

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-15 Thread John Hupp
Fundamentals -- you may be onto something. Though TCP/IP initialization completes without error, running ipconfig /all yields No DHCP data available. I get the same result from two identical cards, both configured the same way. I do note that both cards are old non-PNP ISA cards, which I

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-15 Thread Roberto Fazzalari
you can install a normal client on a computer and make and reord the transition data using wireshark, and compare, or just sniff the data and see if for example yhe request exit well formed from client, in some cases the error code in the packet data is more explained that what you can see at

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-15 Thread Roberto Fazzalari
bt you write: Linux machines on the LAN connect to the server OK with the same account., record the transaction on that machine and compare. 2015-06-15 0:15 GMT+02:00 John Hupp free...@prpcompany.com: Yes, but in this case I'm not seeing that have any successful case to compare against. On

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-15 Thread Roberto Fazzalari
for example you can do this by looking at the data coming from the client network interface sniffing with wireshark outgoing data from the client 2015-06-15 6:09 GMT+02:00 Louis Santillan lpsan...@gmail.com: Be sure that you have a good IP, gateway, and DNS setting from your DHCP server. On

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-15 Thread Don Flowers
Forgive me if I didn't catch it, but are you able to ping successfully w/o a full network setup (just connect via packet driver and DHCP) and are you able to use wget or fdnpkg and download a file? On Mon, Jun 15, 2015 at 2:15 PM, Ralf Quint freedos...@gmail.com wrote: On 6/15/2015 10:38 AM,

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-15 Thread Dave Kerber
questions about FreeDOS. Subject: Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied I just tried changing the DOS client from DHCP to static configuration, and I still get the same net use error. Furthermore ipconfig /all still reports No DHCP data available. Shouldn't

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-15 Thread John Hupp
I found out that ipconfig usage is not as expected for the DOS client. Ipconfig /all is meaningless. In my case, the one and only good command is ipconfig c:\net. This then reports (now again under DHCP), an IP address, gateway, and DNS server as expected. But it reports Lease Expired. Even

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-14 Thread John Hupp
Thanks, but making that change did not make a difference. I have also now edited the HOSTS file to add the server there, due to what I read at ftp://ftp.microsoft.com/misc1/BUSSYS/LANMAN/KB/Q130/5/38.TXT about not being able to ping the server. So I can indeed ping the server now, but access

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-14 Thread TJ Edmister
Did you check the NTLM compatibility mode in Vista? HKLM\SYSTEM\CurrentControlSet\Control\Lsa There should be a DWORD named LmCompatibilityLevel set to value of 1 On Sun, 14 Jun 2015 13:32:34 -0400, John Hupp free...@prpcompany.com wrote: I installed MS-DOS Network Client, which successfully

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-14 Thread Rugxulo
Hi, On Sun, Jun 14, 2015 at 12:32 PM, John Hupp free...@prpcompany.com wrote: I installed MS-DOS Network Client, which successfully initializes with TCP/IP via DHCP. But when I try net use z: \\server\share and enter the password (with a user name that matches the Win Vista peer server

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-14 Thread Roberto Fazzalari
I use to resolve this kind of problem by monitoring the network traffic; capture the traffic data on the network wen the transaction go well aand when not and compare it, in this way you can understand more, in the past i use to do in this way to resolv problems. 2015-06-14 22:22 GMT+02:00

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-14 Thread John Hupp
Though my initial interest (and testing) was oriented toward moving files on the LAN, I also find that I cannot ping web sites. I get DGN0217: Remote name cannot be resolved. On 6/14/2015 6:14 PM, John Hupp wrote: Thanks, but making that change did not make a difference. I have also now

Re: [Freedos-user] Networking: With MS Client, Error 5: Access has been denied

2015-06-14 Thread Louis Santillan
Be sure that you have a good IP, gateway, and DNS setting from your DHCP server. On Sun, Jun 14, 2015 at 3:37 PM, John Hupp free...@prpcompany.com wrote: Though my initial interest (and testing) was oriented toward moving files on the LAN, I also find that I cannot ping web sites. I get

Re: [Freedos-user] Networking, DOSemu and taprouter (new version, with DHCP!)

2013-06-28 Thread Bojan Popovic
I care. :) I don't use dosemu as often as before, but it's good to know. I recall some problems with network slowness in dosemu, so it might be of use if I get around. Cheers, Bojan. On Sun, 23 Jun 2013 21:36:24 +0200 Mateusz Viste mate...@viste-family.net wrote: Hi! Not sure anybody

Re: [Freedos-user] networking: virtio, NFS?

2012-08-20 Thread Ivan Shmakov
Rugxulo rugx...@gmail.com writes: On Sun, Aug 19, 2012 at 12:35 AM, Ivan Shmakov wrote: I'm interested in running multiple instances of FreeDOS within QEMU. So, my questions are: • QEMU offers a “simplified” networking hardware (AKA virtio); is there a packet driver for it for

Re: [Freedos-user] networking: virtio, NFS?

2012-08-19 Thread Rugxulo
Hi, On Sun, Aug 19, 2012 at 12:35 AM, Ivan Shmakov oneing...@gmail.com wrote: I'm interested in running multiple instances of FreeDOS within QEMU. So, my questions are: • QEMU offers a “simplified” networking hardware (AKA virtio); is there a packet driver

Re: [Freedos-user] Networking

2012-06-20 Thread Jose Antonio Senna jasse...@itelefonica.com.br
Christian Masloch said: Don't read Dissecting DOS though. Why not? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers

Re: [Freedos-user] Networking

2012-06-19 Thread Tom Ehlert
conclusion: don't use FreeDOS as a 'server' machine. Sure, that's the obvious easy way out. But wouldn't it be better overall (and wiser) to 1). actually find out what MS-DOS does, and 2). fix it in FreeDOS' kernel?;-) sure. as always: talk is cheap good luck Tom

Re: [Freedos-user] Networking

2012-06-19 Thread C. Masloch
conclusion: don't use FreeDOS as a 'server' machine. Sure, that's the obvious easy way out. But wouldn't it be better overall (and wiser) to 1). actually find out what MS-DOS does, and 2). fix it in FreeDOS' kernel?;-) If you are indicating that you want to volunteer... ;-) (... if that

Re: [Freedos-user] Networking

2012-06-19 Thread Bret Johnson
Whatever the issue is, it is apparently not that easy to find or fix. Reading RBIL for INT 21.5C, it seem to indicate that DR-DOS never was able to figure out how to do it, and it wasn't until Novell got involved that it actually started working correctly. (E)DR-DOS could be another

Re: [Freedos-user] Networking

2012-06-19 Thread C. Masloch
Thanks. Here's some comments if you care to read them. Not all of them are particularly relevant to our thread's topic. MSDOS, and presumably FreeDOS, does not natively provide a framework for safe filesharing and file locks, this needs to come from the server software working in

Re: [Freedos-user] Networking

2012-06-19 Thread Tom Ehlert
Whatever the issue is, it is apparently not that easy to find or fix. whatever the issue is, nobody is going to fix it anyway Reading RBIL for INT 21.5C, it seem to indicate that DR-DOS never was able to figure out how to do it, and it wasn't until Novell got involved that it actually

Re: [Freedos-user] Networking

2012-06-19 Thread Tom Ehlert
On Mon, Jun 18, 2012 at 6:25 AM, Tom Ehlertt...@drivesnapshot.de wrote: conclusion: don't use FreeDOS as a 'server' machine. Sure, that's the obvious easy way out. But wouldn't it be better overall (and wiser) to 1). actually find out what MS-DOS does, and 2). fix it in FreeDOS' kernel?

Re: [Freedos-user] Networking

2012-06-18 Thread Tom Ehlert
Tom Ehlert t...@drivesnapshot.de wrote: try using MSDOS or linux (or even Windows) for the 'server' machine, and see if the problema go away I did the test with MS-DOS in the server and FreeDOS in the client. The problem vanished. I even used MODE con rate=32 which is the fastest

Re: [Freedos-user] Networking

2012-06-18 Thread David C. Kerber
Pentium definitely came in a 233MHz version, but I thought the 300MHz version was Pentium II only. -Original Message- From: Rugxulo [mailto:rugx...@gmail.com] Sent: Monday, June 18, 2012 12:10 AM To: freedos-user@lists.sourceforge.net Subject: Re: [Freedos-user] Networking Hi

Re: [Freedos-user] Networking

2012-06-18 Thread TJ Edmister
The highest clock rates that were sold were 200MHz for Pentium, 233MHz for Pentium MMX, and 300MHz for Mobile Pentium MMX. The late mobile chips were made with a finer process (250nm IIRC). On Mon, 18 Jun 2012 11:25:01 -0400, David C. Kerber dker...@warrenrogersassociates.com wrote:

Re: [Freedos-user] Networking

2012-06-17 Thread Ulrich Hansen
Am 17.06.2012 um 07:37 schrieb Rugxulo: Excellent details, even better if it actually works! ;-) I just can say that I had Debian 4 running quite a few years on several 486SX33 with 20 MB RAM. Because the installation was the hardest part on such an old machine, I pulled out the drive on

Re: [Freedos-user] Networking

2012-06-17 Thread Ulrich Hansen
Am 17.06.2012 um 19:21 schrieb Marcos Favero Florence de Barros: It's good to know that it's possible, but we won't need passwords, at least for now -- I've checked it twice with management. As I wrote, if you add: guest account = YOURUSERNAME in the smb.conf global section and public =

Re: [Freedos-user] Networking

2012-06-17 Thread Rugxulo
Hi, On Jun 17, 2012 6:32 PM, Ulrich Hansen uhan...@mainz-online.de wrote: Ah, and NEOS: I didn't have time to really create a NEOS network here. I will look into it some other time. But at least the readme sounds good at first glance. The NEOS installer works on my old laptops (486SX33) but

Re: [Freedos-user] Networking

2012-06-16 Thread Tom Ehlert
Hi Marcos , So where exactly is the file server that's storing the data file(s) in this scenario? Is it on the doctor's PC, assistant's PC, or some other location? In another location. could you be more specific about 1) where is the database located (not geografically, but what machine)

Re: [Freedos-user] Networking

2012-06-16 Thread Tom Ehlert
I remember databases benefitting from a high amount of file handles, not 'benefit'. for some problems, many handles are needed, otherwise the database will not work at all. there is NEVER spurious problems caused by too many handles. but likely that's already being taken care of by caching

Re: [Freedos-user] Networking

2012-06-16 Thread Rugxulo
Hi, On Sat, Jun 16, 2012 at 10:07 AM, Bernd Blaauw bbla...@home.nl wrote: Op 16-6-2012 15:25, Marcos Favero Florence de Barros schreef: I downloaded SHARE from Japheth's site, and it turned out to be the same file I had. Where could I find other versions? I Couldn't find it by searching the

Re: [Freedos-user] Networking

2012-06-16 Thread Tom Ehlert
I'm running FreeDOS, but yes, Linux is a possibility. This database project started modestly in 2006, but now the Health Center is relying more and more on it, so I want it to be very safe. in that case don't gamble with untested share.exe Still I would definitely prefer to stay with FreeDOS

Re: [Freedos-user] Networking

2012-06-16 Thread Rugxulo
Hi, On Sat, Jun 16, 2012 at 10:55 AM, Tom Ehlert t...@drivesnapshot.de wrote: Japheth's SHARE is probably the one and only SHARE for FreeDOS. no use to search the internet If I remember correctly (but haven't tested), Japheth made some minor adjustments for FreeDOS (only) to SHARE to work

Re: [Freedos-user] Networking

2012-06-16 Thread Bret Johnson
but likely that's already being taken care of by caching software. ??? UIDE and LBACACHE will only work with INT 13h (local) drives, not network drives. Caching shouldn't be an issue, at least for the clients -- could be a problem on the server, though. According to RBIL, DR/Novell/Caldera

Re: [Freedos-user] Networking

2012-06-16 Thread C. Masloch
Hi Tom, This might be irrelevant to the case at hand. if the answer to 2) is 'FreeDOS' then either SHARE.EXE is not running or SHARE.EXE is buggy. the latter is quite likely as it was never really tested against network access. If you know; does FreeDOS's file locking (ie SHARE) propagate

Re: [Freedos-user] Networking

2012-06-16 Thread Ulrich Hansen
Am 15.06.2012 um 23:26 schrieb Marcos Favero Florence de Barros: It did work, but it turned out to be very fragile. As soon as the two people use the database more intensively, the system crashes -- in most cases, both server and client. If on the other hand they do things slowly, it works

Re: [Freedos-user] Networking

2012-06-16 Thread Rugxulo
Pardon the intrusion from my unexperienced self, just a few questions On Sat, Jun 16, 2012 at 8:59 PM, Ulrich Hansen uhan...@mainz-online.de wrote: I have read that MS Client with MS DOS works OK for you. But if you want to stick with Free Software, why not use a real Samba server

Re: [Freedos-user] Networking

2012-06-15 Thread Eric Auer
Hi Marcos :-) - General failure reading drive C - LBACache error - Disk is write protected - Not ready reading drive G ... the internet they never had any issues with networking, except when the client was trying to cache writes -- which is not my case, as I only use UIDE

Re: [Freedos-user] Networking

2012-06-15 Thread Michael B. Brutman
Marcos, As far as networking is concerned, I abuse my older machines all of time. I don't think you have a networking problem; I think it is a hardware problem, or very bad device driver settings. General failure reading drive C is a bad sign. I would make a new backup of that server hard

Re: [Freedos-user] Networking

2012-06-15 Thread BretJ
Marcos: So where exactly is the file server that's storing the data file(s) in this scenario? Is it on the doctor's PC, assistant's PC, or some other location? -- View this message in context: http://old.nabble.com/Networking-tp34020890p34021413.html Sent from the FreeDOS - User mailing list

Re: [Freedos-user] Networking

2012-06-15 Thread Ralf A. Quint
At 07:14 PM 6/15/2012, Marcos Favero Florence de Barros wrote: If all goes well, technicians from the municipality will run the network cables in the building for us. But we don't want them to start drilling walls and roofs before we are sure the system is robust. I haven't touched DataPerfect

Re: [Freedos-user] networking software

2010-07-18 Thread Willi Wasser
Garrison Ricketson wrote: ... years back, like 15,or 16 years ago, I did connect my laptop, the early, Tandy, ...I dont remember the whole name,... As Ulrich Hansen already wrote, this might have been the program laplink and Norton Commander provided a similar function. Both programs are

Re: [Freedos-user] Networking

2009-03-30 Thread cleanzero
themouse wrote: Hello, I have the internet card and the drivers. So now what. I looked up all I could and there are alot of sites some the link works some they don't. I'm not really sure what needs to be done. thanks, Adam

Re: [Freedos-user] Networking

2009-03-30 Thread Blair Campbell
1) Run the file crynwr.bat inside the directory FDOS If you've already installed the network driver in autoexec.bat, just skip that. 2)As suggested by Eric Auer configure the file WATTCP.cfg file as follows: my_ip = dhcp netmask = 255.255.255.0 gateway = 0.0.0.0 domain_list =

Re: [Freedos-user] Networking

2009-03-30 Thread Ulrich Hansen
Hi Adam, If I understood correctly, you are using a Lifebook 770tx with PCMCIA-Slot. So which card did you buy? Which PCMCIA software do you use to enable the card? And what kind of network do you want to use? Surf the web and email with arachne, connect to ftp and ssh servers, set up your

Re: [Freedos-user] Networking

2009-03-30 Thread usul
Uli, I bought ORiNOCO Classic Gold PC Card. http://www.orinocowireless.com/products/wifi/client/goldpccard/index.html I know wireless is a risk but I checked in the documentation it had dos and linux drivers :) and I downloaded the ISO with all of that on it. the iso has several directories

Re: [Freedos-user] Networking

2009-03-30 Thread Michael Reichenbach
usul schrieb: Uli, I bought ORiNOCO Classic Gold PC Card. http://www.orinocowireless.com/products/wifi/client/goldpccard/index.html I know wireless is a risk but I checked in the documentation it had dos and linux drivers :) and I downloaded the ISO with all of that on it. Well, wlan is

Re: [Freedos-user] Networking

2009-03-30 Thread Michael Reichenbach
usul schrieb: But I can do that from another pc that i usually have next to me. but it would be nice to have a complete evironment. And I have forgotten to say... You are most likely much faster with browsing the web and mailing if you use a modern computer, modern multi tasking operating

Re: [Freedos-user] Networking

2009-03-30 Thread Larry
environment to run your dos programs. --- On Mon, 3/30/09, Michael Reichenbach michael_reichenb...@freenet.de wrote: From: Michael Reichenbach michael_reichenb...@freenet.de Subject: Re: [Freedos-user] Networking To: freedos-user@lists.sourceforge.net Date: Monday, March 30, 2009, 2:02 PM

Re: [Freedos-user] Networking

2009-03-30 Thread usul
I am testing a few Linux OSes to see what works best. Tried Tiny, DLS-N, Puppy so far. :) Just a matter of seeing which one likes the linux driver the best. And looks better, I don't really like the look and feel of DSL. Trying a flux based puppy tonight :) But yeah I was thinking that I would

Re: [Freedos-user] Networking

2009-03-30 Thread Michael Reichenbach
usul schrieb: But yeah I was thinking that I would cheat for some of the stuff for developing on FreeDos at first but later I would try and do everything I could inside. Cheat? Which kind of? Because you are not doing everything on pure DOS this makes your development more worse? That's s

Re: [Freedos-user] Networking

2009-03-30 Thread usul
mr, Because you are not doing everything on pure DOS this makes your development more worse? That's s strange mind. :) I'm strange I admit that but thats not whyI think it would be cheating, you are coming from the wrong angle. If I am immersed in the environment, then its better because the

Re: [Freedos-user] Networking

2009-03-30 Thread Ulrich Hansen
usul schrieb: I want to, ftp, telnet, browse the web with arachne, SVN when I port the commandline client. etc. A ftp-server for DOS that works reliable for me is ftpsrv32.exe from the wattcp32 package available at: http://www.filegate.net/utiln/utilnet/wt32apps.zip Its not secure at

Re: [Freedos-user] Networking

2009-03-30 Thread Michael Reichenbach
Ok, now I got your point and must agree. :) -mr usul schrieb: mr, Because you are not doing everything on pure DOS this makes your development more worse? That's s strange mind. :) I'm strange I admit that but thats not whyI think it would be cheating, you are coming from the wrong

Re: [Freedos-user] Networking

2009-03-30 Thread Ulrich Hansen
Ulrich Hansen schrieb: A ftp-server for DOS that works reliable for me is ftpsrv32.exe from I forgot to mention Datalight Sockets again, which is a FTP server that runs as TSR in DOS. See the mail at: http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=Main.Servers And by the

Re: [Freedos-user] Networking Freedos

2007-12-19 Thread Robert Riebisch
Alain M. wrote: I have already done this for Kqenu (the accelerator for Qemu) which is also non-distributable. a. As of version 1.3.0pre10 KQEMU is released under GNU GPL v2. b. Do you mean, that you made a KQEMU port for use in plain DOS? Robert Riebisch -- BTTR Software

Re: [Freedos-user] Networking Freedos

2007-12-18 Thread Ulrich Hansen
Hi Eric! There is a DOS version of the Linux smbclient, a FTP style Samba / Windows network neighborhood client... Sorry, I can't find it. So far I only found the following links: A port of the SMB library by Richard Sharpe, GNU GPL: http://www.bgnett.no/~giva/misc/dossmb02.zip I read on

Re: [Freedos-user] Networking Freedos

2007-12-18 Thread Ulrich Hansen
Hi Tom, thanks a lot for your answers! So on the driver side, PKT and ODI drivers fade out, which only leaves NDIS2. Which means we are stuck with MS Client / LAN Manager Client. Unless there is some new free networking software for DOS. Concerning applications, you mention that instead of

Re: [Freedos-user] Networking Freedos

2007-12-18 Thread Tom Ehlert
Hi Ulrich, So on the driver side, PKT and ODI drivers fade out, which only leaves NDIS2. And packet driver over NDIS Which means we are stuck with MS Client / LAN Manager Client. Unless there is some new free networking software for DOS. this is unrelated. NDIS (or packet driver) is a

Re: [Freedos-user] Networking Freedos

2007-12-18 Thread Eric Auer
Hi again, So on the driver side, PKT and ODI drivers fade out, which only leaves NDIS2. Which means we are stuck with MS Client / LAN Manager Client. Unless there is some new free networking software for DOS. ... MS Client's protman (PROTMAN dot DOS / EXE) to configure a) the NDIS driver of

Re: [Freedos-user] Networking Freedos

2007-12-18 Thread Alain M.
Hi Ulrich, Thanks for the nice explanation, 2nd version. I would like to make a few comments. 3. To activate the hardware driver and the DIS_PKT converter we need other parts from the NDIS 2 universe: The Protocol Manager driver (PROTMAN.DOS, PROTMAN.EXE) and the Bind utility

Re: [Freedos-user] Networking Freedos

2007-12-18 Thread Ulrich Hansen
Hi Alain, Alain M. schrieb: (PROTMAN.DOS, PROTMAN.EXE) and the Bind utility (NETBIND.COM). This is unfree software, the files are included in MS Client, LAN Manager and Co. Here I disagree. MS-Client is free software, even if not GPL or distributable. But it can be used along with free

Re: [Freedos-user] Networking Freedos

2007-12-15 Thread Ulrich Hansen
someone schrieb: Quoting Ulrich Hansen: The legal situation is unfortunate: Some packages seem to include files from MS Client, while Microsoft's license does not allow such distribution. How hard would it be to port Linux's TCP/IP stack to Freedos? Dos is supposedly a very simple,

Re: [Freedos-user] Networking Freedos

2007-12-13 Thread Ulrich Hansen
Hi Alain, thanks for your friendly feedback! Alain M. schrieb: I believe that you should add a refernce to www.netbootdisk.com because it is a very prectical way of putting it all toghether, including brand new MotherBoards ! Thanks for the suggestion. I made some changes to chapter

Re: [Freedos-user] networking problem

2007-06-17 Thread Alain M.
There is a tutorial *somewhere* about how to install a new driver in the ms-client floppy so that instalation can be automatic!!! The sad thing is that I lost that link, if anyone has it, please send it here :) :) Alain Mikiya Matsuzaka escreveu: i try to use ssh2dos and work perfectly!!!

Re: [Freedos-user] networking problem

2007-06-17 Thread Jack Kelly
For DOS networking stuff, I usually use Bart's Network Boot Disk: http://nu2.nu/bootdisk/network/ It connects to SMB shares, too. It's possible to use bits of it to setup networking on a HD install of DOS, too. I haven't done it for a few years so I can't be more specific, I'm afraid. -- Jack

Re: [Freedos-user] networking problem

2007-06-17 Thread Mikiya Matsuzaka
There is a tutorial *somewhere* about how to install a new driver in the ms-client floppy so that instalation can be automatic!!! The sad thing is that I lost that link, if anyone has it, please send it here :) :) You could write what you've already done and what's the problem. And you

Re: [Freedos-user] networking problem

2007-06-13 Thread Juan Matias Granda
thanks!! i go in to try, i am newbie in MS-DOS to :P, thanks for the info. Regards insulae 2007/6/13, Mikiya Matsuzaka [EMAIL PROTECTED]: i try to use ssh2dos and work perfectly!!! the net is working, now i need to mount in FreeDOS a samba shared folder, and i don't know how to do that, i

  1   2   >