Ask a Question related to Sun Solaris, Design and Development.
-
Eranga Udesh #1
IP farwarding in Solaris 9?.... Help!
Hi All,
I need to setup a system like this.
I have 2 servers one with IP 192.168.0.1 (Server 1) and the other with
192.168.0.2 (Server 2). I am running some servers in Server 2 (eg. HTTP
server). My service domain name, "testserver.com" points to Server 1. Both
servers run Solaris 9.
Can I install a IP Forwarder or Router in Server 1, so that any TCP packet
(may be for selected ports) comes to Server 1 (192.168.0.1 / testserver.com)
will forward to Server 2 (192.168.0.2) and access the services on Server 2?
Please help me as soon as possible.
Thanks in advance!
Eranga
Eranga Udesh Guest
-
(Help) FTP fails in Solaris 9 but not in Solaris 2.6
Our Sun E3500 server has been upgraded from Solaris 2.6 (105181-17 ) to Solaris 9 (112233-11). There are no changes in any of the FTP binaries. We... -
solaris 10 zone / container question (or Solaris 9)
I begin to look at zoning in Solaris 10. I have not configured zones yet but need some answers quite quick (tomorrow :-() and hope someone can help... -
Question: C2 Security Configuration for general Unix and Solaris/Trusted Solaris (Auditing)
While reviewing the DoD 5200.28-STD "DEPARTMENT OF DEFENSE TRUSTED COMPUTER SYSTEM EVALUATION CRITERIA" document and looking over "Security... -
RPC unknown host with Solaris 9 (not on Solaris 8)
I am trying to see if a Solaris 8 application will work on Solaris 9. While it mostly works, I am still running into issues with RPC. I get error... -
upgrading solaris 2.6 to Solaris 8
Hello, Last day I upgraded my solaris 2.6 to Solaris 8 on a E220R. After reboot the system boots with solaris 8 but ....it got stucks at... -
Robb Ottenhoff #2
Re: IP farwarding in Solaris 9?.... Help!
"Eranga Udesh" <eran@omnibis.com> wrote in message news:<3f1ff5ea@shknews01>...
check out:> Can I install a IP Forwarder or Router in Server 1, so that any TCP packet
> (may be for selected ports) comes to Server 1 (192.168.0.1 / testserver.com)
> will forward to Server 2 (192.168.0.2) and access the services on Server 2?
[url]http://sourceforge.net/projects/simpleproxy/[/url]
once installed, then just set up whatever ports you want to forward.
IE:
/path/to/simpleproxy -d -L 80 -R new.foo.com:80 -p
/var/run/simpleproxy.pid
Of, if you really just want to ssmush (yes, that's a technical term)
the two servers together, you could just bring down the IP on server 1
and bring it up on server 2. IE:
1. change IP on server 1 (or turn it off)
2. bring server 1's IP up on server 2. IE:
ifconfig eri0 addif 192.168.0.1 netmask ###.###.###.### broadcast
###.###.###.### up
you'll need to change the eri0 to whatever your interface name is (do
an ifconfig -a to check). broadcast and netmask are the same as the
current settings.
-r
Robb Ottenhoff Guest



Reply With Quote

