ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: Viacheslav Dubrovskyi <slava@tangramltd.com>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] router -> linux server
Date: Wed, 23 Jan 2013 20:46:52 +0200
Message-ID: <5100301C.8010403@tangramltd.com> (raw)
In-Reply-To: <CAGodH5ftLwx0k9EpxDeduaM1aETvUDZv_h=OiyvG0SLC4SiFew@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1104 bytes --]

23.01.2013 11:26, Boris Savelev пишет:
> 22 января 2013 г., 20:22 пользователь Aleksey Birukov
> <aebirukov@gmail.com> написал:
>> Есть инструкция по настройке сети router-а для iptv. Как бы эти настройки
>> преобразовать в настройки сети для linux сервера?
>> Чтобы обойтись без роутера.
>>
>> Вроде бы всё сделал по аналогии, но на телевизоре есть возможность выбора
>> каналов, выводится текстовая информация о программе передач, прогнозе погоды
>> и т.д, а сами каналы не транслируется.
>>
>> В чём может быть дело?
>>
> На днях себе настраивал
> Нужен igmpproxy [1] и немного времени
igmpproxy нужен для преобразования мультикаста в юникаст.
Его конечно можно использовать, чтобы не гонять по локалке мультикаст.

В вашем случае, скорее всего не правильно настроен фаервол. Покажите
настройки iptables. Ну и вот примерно что нужно открыть

iptables -A INPUT -d 224.0.0.0/240.0.0.0 -i eth0 -j ACCEPT
iptables -A INPUT -s 224.0.0.0/240.0.0.0 -i eth0 -j ACCEPT
iptables -A FORWARD -d 224.0.0.0/240.0.0.0 -j ACCEPT
iptables -A FORWARD -s 224.0.0.0/240.0.0.0 -j ACCEPT



-- 
WBR,
Viacheslav Dubrovskyi


[-- Attachment #2: Криптографическая подпись S/MIME --]
[-- Type: application/pkcs7-signature, Size: 3746 bytes --]

  reply	other threads:[~2013-01-23 18:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-23  9:26 ` Boris Savelev
2013-01-23 18:46   ` Viacheslav Dubrovskyi [this message]
2013-01-23 19:00     ` Boris Savelev
2013-01-23 19:16       ` Viacheslav Dubrovskyi
2013-01-23 19:21         ` Boris Savelev
2013-01-23 22:24           ` Dubrovskiy Viacheslav
2013-01-23 22:45             ` Alexey Shabalin
2013-01-23 22:56               ` Dubrovskiy Viacheslav

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=5100301C.8010403@tangramltd.com \
    --to=slava@tangramltd.com \
    --cc=sysadmins@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 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