Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement