ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Соединение через последовательный порт
@ 2001-10-03 10:52 Баталов Григорий
  2001-10-03 11:04 ` Любимов А.В.
  2001-10-03 11:09 ` [mdk-re] Re: [mdk-re] Соединение через последовательный порт cornet
  0 siblings, 2 replies; 10+ messages in thread
From: Баталов Григорий @ 2001-10-03 10:52 UTC (permalink / raw)
  To: mandrake-russian

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

  На 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.



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2001-10-03 15:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-03 10:52 [mdk-re] Соединение через последовательный порт Баталов Григорий
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   ` Баталов Григорий

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