Re: [Freedos-user] freedos and vmware problem - wattcp.cfg

2009-03-30 Thread David C. Kerber
Ftp? 

 -Original Message-
 From: cleanzero [mailto:liquidt...@gmail.com] 
 Sent: Sunday, March 29, 2009 6:25 PM
 To: freedos-user@lists.sourceforge.net
 Subject: Re: [Freedos-user] freedos and vmware problem - wattcp.cfg

...


 Wow. It was easier than I thought and  now I have a network 
 running on freedos. I can even connect to the web through 
 arachne. SSH is working on the mac, and I can access Mac OS 
 from freedos using ssh, but, I know this sounds stupid, but 
 how do I move files from the mac to freedos ?

D

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos and vmware problem - wattcp.cfg

2009-03-30 Thread cleanzero



David C. Kerber wrote:
 
 Ftp? 
 
 -Original Message-
 From: cleanzero [mailto:liquidt...@gmail.com] 
 Sent: Sunday, March 29, 2009 6:25 PM
 To: freedos-user@lists.sourceforge.net
 Subject: Re: [Freedos-user] freedos and vmware problem - wattcp.cfg
 
 ...
 
 
 Wow. It was easier than I thought and  now I have a network 
 running on freedos. I can even connect to the web through 
 arachne. SSH is working on the mac, and I can access Mac OS 
 from freedos using ssh, but, I know this sounds stupid, but 
 how do I move files from the mac to freedos ?
 
 D
 
 --
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user
 
 


ftp works through SFTPDOS.EXE but I can not get a whole directory.
As for SCP2DOS.EXE the problem I reported seems to be known becuase on 

http://dankohn.info/projects/Dos_Networking.htm there's the note

This program has not been used successfully many times. Most times I get a
Protocol error: Expected control record

-- 
View this message in context: 
http://www.nabble.com/freedos-and-vmware-problem-tp22748883p22786886.html
Sent from the FreeDOS - User mailing list archive at Nabble.com.


--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos and vmware problem - wattcp.cfg

2009-03-29 Thread Eric Auer

Hi Mateusz,

 Ehm, no, I just installed the Freedos base. I have no clue on how to setup a
 network. Is it easy ? I guess I should install some software, but then I'll
 have the problem on how to put those files of Freedos. 

 I wouldn't say that it is particulary easy, although it is not hard either 
 ;-)

http://lazybrowndog.net/freedos/ might be an interesting page for that.

 All you need is download the WatTCP package, modify the watttcp.cfg
 file to your needs (IP, subnet mask, routing, etc..), and put
 this file somewhere intoyour PATH. Then, you will have to load a
 packet driver compatible with your (virtual) NIC. I am pretty sure
 that VMware has some generic emulation for NE2000 cards, so it
 shouldn't be a problem.

You do not need WATTCP to use the network, only if you want to write
network software yourself then you would need WATTCP or WATT32. The
existing software which uses network already has WATTCP or similar
libraries built-in anyway :-).

Still you would need a WATTCP config file. Minimal wattcp.cfg:

my_ip = dhcp
netmask = 255.255.255.0
gateway = 0.0.0.0
domain_list = your.domain.com
# domain, gateway, ip, nameserver will be set via DHCP

Without using DHCP your wattcp.cfg can be for example:

my_ip = 192.168.1.5
netmask = 255.255.255.0
gateway = 192.168.1.1
domain_list = dummy.com
nameserver = 192.168.1.1

You also need in your autoexec:

SET WATTCP.CFG=THEdirectoryWHEREyourWATTTCP.CFGfileIS

 Once you do all that, you will be able to download SCP2DOS,
 and use it. Note, that having a working network installation
 will allow you also to update automagically your FreeDOS
 system using FDUPDATE ;-)

Or, maybe easier, just copy files to your DOS partition.
Most operating systems understand the FAT filesystem :-)

Eric


--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos and vmware problem - wattcp.cfg

2009-03-29 Thread cleanzero



Eric Auer-3 wrote:
 
 
 
 All you need is download the WatTCP package, modify the watttcp.cfg
 file to your needs (IP, subnet mask, routing, etc..), and put
 this file somewhere intoyour PATH. Then, you will have to load a
 packet driver compatible with your (virtual) NIC. I am pretty sure
 that VMware has some generic emulation for NE2000 cards, so it
 shouldn't be a problem.
 
 You do not need WATTCP to use the network, only if you want to write
 network software yourself then you would need WATTCP or WATT32. The
 existing software which uses network already has WATTCP or similar
 libraries built-in anyway :-).
 
 Still you would need a WATTCP config file. Minimal wattcp.cfg:
 
 my_ip = dhcp
 netmask = 255.255.255.0
 gateway = 0.0.0.0
 domain_list = your.domain.com
 # domain, gateway, ip, nameserver will be set via DHCP
 
 Without using DHCP your wattcp.cfg can be for example:
 
 my_ip = 192.168.1.5
 netmask = 255.255.255.0
 gateway = 192.168.1.1
 domain_list = dummy.com
 nameserver = 192.168.1.1
 
 You also need in your autoexec:
 
 SET WATTCP.CFG=THEdirectoryWHEREyourWATTTCP.CFGfileIS
 
 Once you do all that, you will be able to download SCP2DOS,
 and use it. Note, that having a working network installation
 will allow you also to update automagically your FreeDOS
 system using FDUPDATE ;-)
 
 Or, maybe easier, just copy files to your DOS partition.
 Most operating systems understand the FAT filesystem :-)
 
 Eric
 
 
 --
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user
 
 

Wow. It was easier than I thought and  now I have a network running on
freedos. I can even connect to the web through arachne. SSH is working on
the mac, and I can access Mac OS from freedos using ssh, but, I know this
sounds stupid, but how do I move files from the mac to freedos ?

-- 
View this message in context: 
http://www.nabble.com/freedos-and-vmware-problem-tp22748883p22773602.html
Sent from the FreeDOS - User mailing list archive at Nabble.com.


--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos and vmware problem - wattcp.cfg

2009-03-29 Thread cleanzero



cleanzero wrote:
 
 
 
 Wow. It was easier than I thought and  now I have a network running on
 freedos. I can even connect to the web through arachne. SSH is working on
 the mac, and I can access Mac OS from freedos using ssh, but, I know this
 sounds stupid, but how do I move files from the mac to freedos ?
 
 

I tried something like 

scp2dos u...@192.168.0.3:test.txt test.txt

but after giving the password I get the message

Protocol error: Expected control record

-- 
View this message in context: 
http://www.nabble.com/freedos-and-vmware-problem-tp22748883p22773711.html
Sent from the FreeDOS - User mailing list archive at Nabble.com.


--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos and vmware problem - wattcp.cfg

2009-03-29 Thread cleanzero



cleanzero wrote:
 
 
 
 cleanzero wrote:
 
 
 
 Wow. It was easier than I thought and  now I have a network running on
 freedos. I can even connect to the web through arachne. SSH is working on
 the mac, and I can access Mac OS from freedos using ssh, but, I know this
 sounds stupid, but how do I move files from the mac to freedos ?
 
 
 
 I tried something like 
 
 scp2dos u...@192.168.0.3:test.txt test.txt
 
 but after giving the password I get the message
 
 Protocol error: Expected control record
 
 


Viceversa, from freedos to mac, works fine. But I need the other way.
-- 
View this message in context: 
http://www.nabble.com/freedos-and-vmware-problem-tp22748883p22773733.html
Sent from the FreeDOS - User mailing list archive at Nabble.com.


--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos and vmware problem

2009-03-28 Thread Michael Reichenbach
alfio castorina schrieb:
 Hi, I want to install freedos on my Macbook Pro using VMWare Fusion. Problem
 is that after booting from the cd image and creating the C: partition after
 reboot I get the message invalid operating system. I suspect that is due
 that Freedos has not been installed yet and it attempts to boot from the
 drive. I think I should access the BIOS to force boot from CD in order to
 run the installation, but how ? Is there some key sequence or what ?

F2 to enter BIOS setup directly or ESC for boot device and setup.

-mr

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos and vmware problem

2009-03-28 Thread Travis Siegel
To boot from cd on a mac, hold down the C key while the mac is  
booting.  It will then boot from the CD, and you can install as normal.
However, this shouldn't be necessary, there are vm images already on  
the net you should be able to download one for freedos, and just drop  
it into your hd, and be all set.  To install dos from the cd, you'll  
need a separate partition to load the dos onto, and it will have to be  
fat or fat32.  The mac partition will not be readable from freedos,  
but that's not really an issue.
After you get freedos installed on it's own partition, then you will  
need to go into vmware, and tell it to create a virtual machine from  
the partition you installed freedos onto.
Hope this makes sense.
If you have trouble, let me know, and I'll see if I can help further.


On Mar 28, 2009, at 6:32 AM, Michael Reichenbach wrote:

 alfio castorina schrieb:
 Hi, I want to install freedos on my Macbook Pro using VMWare  
 Fusion. Problem
 is that after booting from the cd image and creating the C:  
 partition after
 reboot I get the message invalid operating system. I suspect that  
 is due
 that Freedos has not been installed yet and it attempts to boot  
 from the
 drive. I think I should access the BIOS to force boot from CD in  
 order to
 run the installation, but how ? Is there some key sequence or what ?

 F2 to enter BIOS setup directly or ESC for boot device and setup.

 -mr

 --
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user


--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos and vmware problem

2009-03-28 Thread cleanzero



cleanzero wrote:
 
 Hi, I want to install freedos on my Macbook Pro using VMWare Fusion.
 Problem is that after booting from the cd image and creating the C:
 partition after reboot I get the message invalid operating system. I
 suspect that is due that Freedos has not been installed yet and it
 attempts to boot from the drive. I think I should access the BIOS to force
 boot from CD in order to run the installation, but how ? Is there some key
 sequence or what ?
 

Thanks for the suggestions. I have now Freedos up and running. Now I have an
other problemhow do I transfer files between Freedos and Mac OS X 

-- 
View this message in context: 
http://www.nabble.com/freedos-and-vmware-problem-tp22748883p22761234.html
Sent from the FreeDOS - User mailing list archive at Nabble.com.


--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos and vmware problem

2009-03-28 Thread Mateusz Viste
On Saturday 28 March 2009 21:58, cleanzero wrote:
 Thanks for the suggestions. I have now Freedos up and running. Now I have an
 other problemhow do I transfer files between Freedos and Mac OS X 

Does your Mac thing features a sshd server? If so, then you could use SCP2DOS, 
a very cool SCP client (SCP is a subset protocol of SSH, used to copy files in 
secure way).
Obviously, I assume that your FreeDOS system is up and running with network 
access.

Alternatively, I guess that VMware has some emulation stuff which allows to 
access a guest disk...

Regards,
Mateusz Viste
-- 
You'll find my public OpenPGP key at http://www.viste-family.net/mateusz/pub_key


signature.asc
Description: This is a digitally signed message part.
--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos and vmware problem

2009-03-28 Thread cleanzero



Mateusz Viste-3 wrote:
 
 
 
 Does your Mac thing features a sshd server? If so, then you could use
 SCP2DOS, a very cool SCP client (SCP is a subset protocol of SSH, used to
 copy files in secure way).
 Obviously, I assume that your FreeDOS system is up and running with
 network access.
 
 Alternatively, I guess that VMware has some emulation stuff which allows
 to access a guest disk...
 
 Regards,
 Mateusz Viste
 -- 
 You'll find my public OpenPGP key at
 http://www.viste-family.net/mateusz/pub_key
 
  
 --
 
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user
 
 

Ehm, no, I just installed the Freedos base. I have no clue on how to setup a
network. Is it easy ? I guess I should install some software, but then I'll
have the problem on how to put those files of Freedos. Maybe floppies images
? VMWare has file sharing but I don't think freedos is supported.

-- 
View this message in context: 
http://www.nabble.com/freedos-and-vmware-problem-tp22748883p22761456.html
Sent from the FreeDOS - User mailing list archive at Nabble.com.


--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos and vmware problem

2009-03-28 Thread Travis Siegel
Vmware does indeed have file sharing, but you shouldn't need it.
When you're running osx, you can simply copy any files you want for  
dos directly onto the dos partition.  Vmware will then pick those up  
when you dir the disk.
You can copy and paste between vmware and osx, but I've not tried it,  
so have no idea how easy/hard this process is.  I could find out  
though, :-).



On Mar 28, 2009, at 4:12 PM, Mateusz Viste wrote:

 On Saturday 28 March 2009 21:58, cleanzero wrote:
 Thanks for the suggestions. I have now Freedos up and running. Now  
 I have an
 other problemhow do I transfer files between Freedos and Mac OS  
 X 

 Does your Mac thing features a sshd server? If so, then you could  
 use SCP2DOS, a very cool SCP client (SCP is a subset protocol of  
 SSH, used to copy files in secure way).
 Obviously, I assume that your FreeDOS system is up and running with  
 network access.

 Alternatively, I guess that VMware has some emulation stuff which  
 allows to access a guest disk...

 Regards,
 Mateusz Viste
 -- 
 You'll find my public OpenPGP key at 
 http://www.viste-family.net/mateusz/pub_key
 --
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user


--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user