ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] dhcpd на алиасах одного интерфейса
@ 2006-12-19  9:20 Konstantin Polanskiy
  2006-12-19 15:31 ` Dmitry Lebkov
  0 siblings, 1 reply; 2+ messages in thread
From: Konstantin Polanskiy @ 2006-12-19  9:20 UTC (permalink / raw)
  To: community

*This message was transferred with a trial version of CommuniGate(r) Pro*
Здравствуйте, все!


dhcpd на алиасах одного интерфейса, можно ли поднять если на одном 
интерфейсе есть два алиаса, напримар 192.168.1.0 и второй алиас 192.168.2.0

Если можно то как, что-то я нигде ненашел, но как то давно попадалась мне 
такая дока....





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

* Re: [Comm] dhcpd на алиасах одного интерфейса
  2006-12-19  9:20 [Comm] dhcpd на алиасах одного интерфейса Konstantin Polanskiy
@ 2006-12-19 15:31 ` Dmitry Lebkov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Lebkov @ 2006-12-19 15:31 UTC (permalink / raw)
  To: ALT Linux Community

Konstantin Polanskiy wrote:
> Здравствуйте, все!
> 
> 
> dhcpd на алиасах одного интерфейса, можно ли поднять если на одном 
> интерфейсе есть два алиаса, напримар 192.168.1.0 и второй алиас 192.168.2.0
> 
> Если можно то как, что-то я нигде ненашел, но как то давно попадалась мне 
> такая дока....

Можно, всё можно - man dhcpd.conf на предмет shared-network.

Выглядит примерно так:

shared-network eth0 {
     subnet 192.168.1.0 netmask 255.255.255.0 {
         # здесь конфиг для сети 192.168.1.0
     }
     subnet 192.168.2.0 netmask 255.255.255.0 {
         # здесь конфиг для сети 192.168.2.0
     }
}

-- 
WBR, Dmitry Lebkov


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

end of thread, other threads:[~2006-12-19 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-19  9:20 [Comm] dhcpd на алиасах одного интерфейса Konstantin Polanskiy
2006-12-19 15:31 ` Dmitry Lebkov

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