ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Artem K. Jouravsky" <tema@sema.ru>
To: AltLinux <community@altlinux.ru>
Subject: Re: [Comm] ALM router
Date: Thu, 15 Jul 2004 08:01:46 +0400
Message-ID: <20040715040146.GA21516@ujo.office.sema.ru> (raw)
In-Reply-To: <006e01c469e9$12ac6180$a74a1d53@waliczek>

On Wed, Jul 14, 2004 at 11:25:07PM +0200, Valentin D wrote:
> 
> Приветствую!
> Просветите, пожалуйста, чайника, как в ALM 2.2 сделать роутер, дабы второй
> компьютер с Вин98, соединённый с данным в локальную сеть, также мог имаеть
> доступ в интернет?
> Я нахожусь сейчас на этапе читания HowTo, но мало что там понимаю. Надеюсь,
> что кто-то из подписчиков такую процедуру уже неожнократно проделывал,
> потому его не затруднит поделиться опытом.
Надо поставить две сетевые карты (само собой), дать им правильные адреса и
всё такое, это вы наверное и сами знаете.
Далее, /etc/sysconfig/network параметр FORWARD_IPV4=true и, в случае с
внутренней сетью немаршрутизируемых диапазонов (e.g. 192.168.0.0) дать
следующие команды:
iptables -t nat -I POSTROUTING -s 192.168.0.0/24 -d ! 192.168.0.0/24 -j MASQUERADE
service iptables save
chkconfig iptables on

Ну, или настроить iptables в более полном объёме, это уже выходит за рамки
краткого совета :)

--
С уважением,
   Артём.
ЗАО "СЕМА.РУ"
************
If God had intended Man to program, we'd be born with serial I/O ports.


  reply	other threads:[~2004-07-15  4:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-14 21:25 Valentin D
2004-07-15  4:01 ` Artem K. Jouravsky [this message]
2004-07-15  4:14   ` Mike Lykov
2004-07-15  5:25     ` Artem K. Jouravsky
2004-07-15  5:30       ` Mike Lykov
2004-07-15  5:38         ` Artem K. Jouravsky
2004-07-16 12:24     ` Valentin D

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=20040715040146.GA21516@ujo.office.sema.ru \
    --to=tema@sema.ru \
    --cc=community@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