Solaris - Firewall how to?
I am working at configuring the Solaris Firewall and cannot figure out how to do something, that is probably pretty simple and I am over thinking it.
I wish to only allow SSH connections from a few select networks. No matter what I try I get a syntax error.
Snip it
table <allowedip> {10.0.1.0/24, 10.0.2.0/24 }
block all
pass in on net0 <allowedip> to port { 22 }