Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. smcroute.conf
  2. mgroup from eth1 group 224.7.7.7
  3. mroute from eth1 group 224.7.7.7 source 10.1.3.2 to eth1
  4.  
  5. adding group ip
  6. smcroute -j eth1 224.7.7.7
  7.  
  8. start daemon
  9. smcroute -d
  10.  
  11. ip -s maddr
  12. 1: lo
  13. inet 224.0.0.1
  14. inet6 ff02::1
  15. 3: eth1
  16. link 33:33:ff:28:01:e1
  17. link 33:33:00:00:00:01
  18. link 01:00:5e:00:00:01
  19. inet 224.0.0.1 users 2
  20. inet6 ff02::1:ff28:1e1
  21. inet6 ff02::1
  22. 5: eth3
  23. link 33:33:ff:28:01:e5
  24. link 33:33:00:00:00:01
  25. link 01:00:5e:00:00:01
  26. inet 224.0.0.1
  27. inet6 ff02::1:ff28:1e5
  28. inet6 ff02::1
  29.  
  30. route -n
  31. Kernel IP routing table
  32. Destination Gateway Genmask Flags Metric Ref Use Iface
  33. 203.***.***.*** 0.0.0.0 255.255.255.*** U 0 0 0 eth3
  34. 10.1.3.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
  35. 10.0.0.0 10.1.3.3 255.0.0.0 UG 0 0 0 eth1
  36. 224.0.0.0 0.0.0.0 224.0.0.0 U 0 0 0 eth1
  37. 0.0.0.0 203.***.***.*** 0.0.0.0 UG 0 0 0 eth3
  38.  
  39. ping 224.7.7.7 from node0
  40. 64 bytes from 10.1.3.2: icmp_seq=1 ttl=64 time=0.015 ms
  41. 64 bytes from 10.1.3.3: icmp_seq=1 ttl=64 time=1.85 ms (DUP!)
  42. 64 bytes from 10.1.3.2: icmp_seq=2 ttl=64 time=0.012 ms
  43. 64 bytes from 10.1.3.3: icmp_seq=2 ttl=64 time=0.226 ms (DUP!)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement