search for: gre_l

Displaying 1 result from an estimated 1 matches for "gre_l".

Did you mean: gre_r
2006 Sep 11
2
[HELP] Mutlicast over GRE tunnel
...rfaces: eth0 192.168.20.100 eth1 192.168.50.1 HOSTA in LAN-A eth0 192.168.50.250 RtrB interfaces: eth0 192.168.20.98 eth1 192.168.60.1 HOSTB in LAN-B eth0 192.168.60.250 Here is the setup script on RtrB: 1 #!/bin/sh 2 3 END_L=192.168.20.98 4 END_R=192.168.20.100 5 GRE_L=10.0.0.4 6 GRE_R=10.0.0.3 7 MGROUP=224.0.55.55 8 SUBNET_R=192.168.50.0/24 9 10 /usr/sbin/iptables -F 11 /usr/sbin/iptables -F -t nat 12 /usr/sbin/iptables -P FORWARD ACCEPT 13 14 ip tunnel del gretun 15 ip tunnel add gretun mode gre remote $END_...