Skip to content

Instantly share code, notes, and snippets.

@andrewkroh
Last active December 29, 2015 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewkroh/7619854 to your computer and use it in GitHub Desktop.
Save andrewkroh/7619854 to your computer and use it in GitHub Desktop.
Adding a multicast route on Solaris 11
# 172.16.1.2 is the address assigned to interface that should
# route/broadcast the packets.
sudo /usr/sbin/route -n add -interface 224.0/4 -gateway 172.16.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment