ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Баталов Григорий" <bga@kgok.murmansk.su>
To: <mandrake-russian@altlinux.ru>
Subject: [mdk-re] Соединение через последовательный порт
Date: Wed Oct  3 10:52:04 2001
Message-ID: <20011003104623.16ceece9.bga@kgok.murmansk.su> (raw)

   Чтобы связать два Линукса необходимо следующее:

  На 1-м:
#slattach -p slip -s 115200 /dev/ttyS1 &
#ifconfig sl0 192.168.1.1 pointopoint 192.168.1.2 up

  На 2-м:
#slattach -p slip -s 115200 /dev/ttyS1 &
#ifconfig sl0 192.168.1.2 pointopoint 192.168.1.1 up

  Где:
slip - протокол
115200 - скорость соединения (порта)
/dev/ttyS1 - порты на каждом из компьютеров
sl0 - интерфейсы на каждом из компьютеров
192.168.1.1, 192.168.1.2 - ip-адреса для интерфейсов sl0

  После этого можно заливать файлы по ftp со старой
машины на новую. Разумеется, если на строен ftp-сервер
на новой и есть ftp-клиент на старой.

-- 
 Баталов Григорий.
---------------------------------------------------------------------------
 I am the "ILOVEGNU" signature virus. Just copy me to your signature.
 This email was infected under the terms of the GNU General Public License.



             reply	other threads:[~2001-10-03 10:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-03 10:52 Баталов Григорий [this message]
2001-10-03 11:04 ` Любимов А.В.
2001-10-03 11:28   ` Баталов Григорий
2001-10-03 11:39     ` Любимов А.В.
2001-10-03 11:46       ` Баталов Григорий
2001-10-03 11:58     ` [mdk-re] " Igor Fadin
2001-10-03 15:56     ` [mdk-re] óÏÅÄÉÎÅÎÉÅ ÞÅÒÅÚ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÙÊ ÐÏÒÔ Yuri Ryazantsev
2001-10-03 11:09 ` [mdk-re] Re: [mdk-re] Соединение через последовательный порт cornet
2001-10-03 11:19   ` Любимов А.В.
2001-10-03 11:26   ` Баталов Григорий

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011003104623.16ceece9.bga@kgok.murmansk.su \
    --to=bga@kgok.murmansk.su \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git