1752801 Members
5819 Online
108789 Solutions
New Discussion юеВ

Re: Redhat 7.3

 
SOLVED
Go to solution
robert_177
Occasional Contributor

Redhat 7.3

Hi list,
How do I copy a file to floppy in Linux.
I am using mcopy file a:, which is not working in Redhat 7.3 and also how do I configure VPN on Linux?.

Thanks in advance
what is passat
3 REPLIES 3
robert_177
Occasional Contributor

Re: Redhat 7.3

Actually that was simple, I fugured out copying to Floppy, but I still want to know about VPN though.
Thanks
what is passat
Steven E. Protter
Exalted Contributor
Solution

Re: Redhat 7.3

From the Linux Documentation Project

http://www.tldp.org/HOWTO/VPN-HOWTO/index.html

A Linux VPN howto from itrc.

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065017900

From tldp.org

http://www.tldp.org/HOWTO/mini/Cipe+Masq.html

http://www.tldp.org/HOWTO/mini/ppp-ssh/index.html

If helpful please point this or other helpful answers you get.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
woson_1
New Member

Re: Redhat 7.3

insert your floppy in device.
and type :
mount /dev/fd0
cd /mnt/floppy;ls -l
cp somefile /home/you/