ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins] DHCP && IPTOOLS
@ 2008-10-02 14:07 Kulik Dmitriy
  2008-10-02 14:33 ` Andrii Dobrovol`s`kii
  0 siblings, 1 reply; 2+ messages in thread
From: Kulik Dmitriy @ 2008-10-02 14:07 UTC (permalink / raw)
  To: Sysadmins

Подскажите как пробросить dhcp пакеты через iptools. dhcpd полностью 
настроен, но клиенты немогут получить адрес...
делаю так.... но некатит...
iptables -t filter -A INPUT -p udp --sport 67 -j ACCEPT
iptables -t filter -A FORWARD -p udp --sport 67 -j ACCEPT
iptables -t filter -A FORWARD -p udp --dport 67 -j ACCEPT
iptables -t filter -A OUTPUT -p udp --dport 67 -j ACCEPT

iptables -t filter -A INPUT -p udp --sport 68 -j ACCEPT
iptables -t filter -A FORWARD -p udp --sport 68 -j ACCEPT
iptables -t filter -A FORWARD -p udp --dport 68 -j ACCEPT
iptables -t filter -A OUTPUT -p udp --dport 68 -j ACCEPT



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

end of thread, other threads:[~2008-10-02 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-02 14:07 [Sysadmins] DHCP && IPTOOLS Kulik Dmitriy
2008-10-02 14:33 ` Andrii Dobrovol`s`kii

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

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


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