LINUX.ORG.RU
ФорумAdmin

routing


0

0

Доброго времени суток.
Дано:
на один интерфейс приходят пакеты (src=10.0.1.1, dst=224.0.0.100) 
Требуется:
переслать(скопировать) эти пакеты на !все! другие интерфейсы.

P.S. 
mrouted не собирается 
smcroute не дает ни какого эффекта.
pimd не могу найти.

Вопрос: чего делать, куда рыть, всё что выдал гугль на тему multicast 
routing прочитано уже по 100 раз. Ядро собрано со всем что хоть как 
то может относится к этому вопросу.

Заранее спасибо.

Как хотите, можно наверное и так, man iptables:

ROUTE
This is used to explicitly override the core network stack's routing decision. mangle table.

--oif ifname
Route the packet through `ifname' network interface

--iif ifname
Change the packet's incoming interface to `ifname'

--gw IP_address
Route the packet via this gateway

--continue
Behave like a non-terminating target and continue traversing the rules. Not valid in
combination with `--iif' or `--tee'

--tee Make a copy of the packet, and route that copy to the given destination. For the origi-
nal, uncopied packet, behave like a non-terminating target and continue traversing the
rules. Not valid in combination with `--iif' or `--continue'

saper ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.