Архив

Архив 25 августа 2010

FreeBSD GRE, netgraph tunelling

25 августа 2010 Нет комментариев
Categories: Без рубрики Tags:

Linux GRE tunnel for multicast

25 августа 2010 Нет комментариев


modprobe ip_gre
ip tunnel add netb mode gre remote 10.58.58.1 local 192.168.0.199 ttl 255
ip link set netb up
ip addr add 10.58.59.2/24 dev netb
ip route add 225.100.0.0/16 via 10.58.59.1
ip link set netb multicast on
sysctl -q net.ipv4.conf.netb.rp_filter=0

Categories: Без рубрики Tags: