Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Port Mapping

Status
Not open for further replies.

JEV

IS-IT--Management
Dec 20, 2001
13
CO
Hi.
Can anyone tell me how to setup port mapping in solaris 8?
I have to access a computer inside the corporation network with private ip from the internet by mapping its way through the Sun that has a public IP
Graphical Explanation.
Internet ------> Sun (Public Ip) ------> Computer(private)
Thanks
 
I don't think base Solaris 8 comes with an application that will perform the feature you're talking about. However, you can download and install IP Filter which will perform NAT, Firewall and Transparent proxy (port mapping) from eg.

#rdr hme0 0.0.0.0/0 port 25 (sunbox) -> 10.1.1.25 port 25 (real mail server on corporate network)

Redirect incoming smtp traffic to mail server behind NAT.

stickybit.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top