Friday, September 12, 2008

Commander File Transfer


Commander File Transfer
-----------------------
<> Cloning using SHARE.EXE

A problem exists when you are trying to clone to a COM port on a
machine that has SHARE.EXE installed. A conflict exists between the
Clone software opening the device COMX and SHARE granting exclusive
rights to this port to the Clone Bootstrap loader. This results in
sharing violation errors occurring during a cloning session. To get
around this problem use the CTTY AUX command instead of CTTY COM1:.

<> Pin layout of the cables.

You can order a special Commander Cable to link any two computers
together. A special order form is included in the Norton
Commander 5.0 box. Please refer to it for further details on this
offer.

<> Pin layout of the serial cables.

9 - 9 Serial 9 - 25 Serial 25 - 25 Serial

2 ======= 3 2 ======= 2 2 ======== 3
3 ======= 2 3 ======= 3 3 ======== 2
4 ======= 6 4 ======= 6 4 ======== 5
5 ======= 5 5 ======= 7 5 ======== 4
6 ======= 4 6 ======= 20 6 ======== 20
7 ======= 8 7 ======= 5 7 ======== 7
8 ======= 7 8 ======= 4 20 ======== 6

<> Pin layout of the parallel cable.

1 ======= 7
2 ======= 15
3 ======= 13
4 ======= 12
5 ======= 10
6 ======= 11
7 ======= 1
8 ======= 14
9 ======= 16
10 ======= 5
11 ======= 6
12 ======= 4
13 ======= 3
14 ======= 8
15 ======= 2
16 ======= 9
17 ======= 17
18 ======= 18
19 ======= 19
20 ======= 20
21 ======= 21
22 ======= 22
23 ======= 23
24 ======= 24
25 ======= 25

Internet server configuration database /etc/inetd.conf

#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4
#
# example entry for the optional pop3 server
#
pop3 stream tcp nowait root /usr/local/libexec/qpopper qpopper

freeBSD config /etc/rc.conf

check_quotas="NO"
local_startup="/usr/local/etc/rc.d"
usbd_enable="NO"
ssd_enable="YES"
dhcpd_enable="YES"
dhcpd_ifaces="rl0"
inetd_enable="YES"
sendmail_enable="YES"
gateway_enable="YES"
firewall_enable="YES"
firewall_type="OPEN"
firewall_script="/etc/rc.firewall"
firewall_flags=""
natd_enable="YES"
natd_program="/sbin/natd"
natd_interface="em0"
natd_flags=""
ifconfig_em0="inet 202.179.7.39 netmask 255.255.255.192"
defaultrouter="202.179.7.33" // extranal interface
hostname="yourserver.name"
ifconfig_rl0="inet 192.168.0.1 netmask 255.255.255.0" // internal interface