Hey,
ich weiss jetzt nicht inwieweit das past, aber hier einmal die Config für Solaris9 Sunscreen 3.2:
Dynamic Network Address Translation (NAT)
============================================
For demonstration purposes, we will assume that you have two network adapters, and
that you are trying to translate packets from your "internal" network interface,
172.16.10.1/24, to an Internet routable IP address on your "public" network interface.
Simply adjust the references of the 172.16.10.0 network and hosts to match your
network configuration.
1. Run "ssadm edit Initial"
---
Issue:
add ADDRESS "ifInternal" HOST 172.16.10.1
add ADDRESS "ipPublic" GROUP { localhost } { ifInternal }
add ADDRESS "netInternal" RANGE 172.16.10.2 172.16.10.255
add ADDRESS "ipInternet" GROUP { * } { netInternal }
add NAT DYNAMIC "netInternal" "ipInternet" "ipPublic" "ipInternet"
save
quit
---
2. Then you will need to reactivate your screen by typing "ssadm activate Initial"
Ich hoffe das sich da bei Solaris9 nichts geändert hat und das auch so bei Solaris 8 SunScreen Lite läuft. Wenn nicht, melde dich einfach, dann wird sich schon noch was finden lassen.
Gruss,
chris