From: "Ilya V. Raskin" <ilja.raskin@gmail.com>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] сервер-сеть (из 2х компов)
Date: Fri, 05 Feb 2010 22:56:52 +0300
Message-ID: <4B6C7804.8050402@gmail.com> (raw)
In-Reply-To: <4B6C6F59.6010206@fm.com.ua>
05.02.2010 22:19, Yuriy пишет:
> 05.02.2010 17:25, AShen пишет:
>> 05.02.2010 15:21, Yuriy пишет:
>>> Здравствуйте!
>>>
>>> Вопрос ламерский, сорри, но тем не менее.
>>>
>>> Нужно сделать сеть из 2х компов, один - сервер, который будет
>>> подключён к и-нету, будет в этом инете работать (в частности
>>> качать/раздавать в торрент сети), и в том числе передавать этот же
>>> инет на второй комп.
>>>
>>> На сервер думаю ставить altlinux-5.0.0-ark-server-i586-ru-install-cd.iso
>>>
>>> На втором компе стоит WinXP
>>>
>>> Подскажите пожалуйста - правильно ли я понимаю, что в данном случае
>>> (при сети только из двух компов - подключённого к инету сервера и ещё
>>> одного) достаточно чтоб на серверном компе стояло две обычные сетевые
>>> карточки (одна на инет - провайдер раздаёт инет по кабелю) и вторая -
>>> на второй комп с виндой?
>> Да.
>>>
>>> Какие программы нужно изучить в первую очередь для установки/настройки
>>> такой сети?
>> iptables на предмет NAT'а. Почмотрите на iptables.ru для начала.
>>
>> Правила типа таких:
>>
>> $IPTABLES -t nat -A POSTROUTING -s $FREE_USER_IP1 -d ! $LAN/$LAN_MASK -o
>> $INET_IFACE -j SNAT --to-source $INET_IP
>> $IPTABLES -A FORWARD -s $FREE_USER_IP1 -d ! $LAN/$LAN_MASK -j ACCEPT
>>
>> Где:
>> $IPTABLES = /sbin/iptables или где он там у вас в системе ;
>> $FREE_USER_IP1 - адрес машинки за шлюзом, т.е. клиента инета;
>> $LAN/$LAN - сеть/маска_сети из которой идём в инет;
>> $INET_IFACE - имя интерфейса, смотрящего в инет;
>> $INET_IP ваш внешний ip-адрес.
>>
>> Ну и так же учесть то, что вам посоветовал рядом alexei-mezin@
>
> Всем спасибо огромное!
> И ещё вопрос - чтобы доступ был к этому серверу у winXP samba нужно
> настраивать?
>
А что в данном случае понимается под словом "доступ"?
samba, ssh, nfs, remote desktop это все "доступ"...
--
Ever yours,
Ilya V. Raskin.
next prev parent reply other threads:[~2010-02-05 19:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-05 12:21 Yuriy
2010-02-05 12:46 ` [Comm] сервер-сеть ( из 2х =?koi8-r?b?IMvPzdDP1w==?=) Алексей Карпов
2010-02-05 12:57 ` Евгений Шишков
2010-02-05 15:12 ` [Comm] сервер-сеть (из 2х компов) Alexei V. Mezin
2010-02-05 16:16 ` [Comm] сервер-сеть ( из 2х =?koi8-r?b?IMvPzdDP1w==?=) Андрей Черепанов
2010-02-05 15:25 ` [Comm] сервер-сеть (из 2х компов) AShen
2010-02-05 19:19 ` Yuriy
2010-02-05 19:56 ` Ilya V. Raskin [this message]
2010-02-08 6:40 ` Алексей Шенцев
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=4B6C7804.8050402@gmail.com \
--to=ilja.raskin@gmail.com \
--cc=community@lists.altlinux.org \
/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