I want to install a zone on the server 't2.math.washington.edu'. That machine is
a Sun T5240 running Solaris 10. In that zone, I'd like to run Sage
http://www.sagemath.org/
which is maths software, with a web-based interface. It is basically a web
server running on port 8000.
Is it possible to direct traffic on port 8000 of that the server
't2.math.washington.edu' to the zone? Or would I need to get another public IP
address for the zone? The application (Sage) running in the zone needs to be
accessible to anyone.
If it is possible to do this without another public IP, can anyone tell me the
steps needed?
Dave
--
I respectfully request that this message is not archived by companies as
unscrupulous as 'Experts Exchange' . In case you are unaware,
'Experts Exchange' take questions posted on the web and try to find
idiots stupid enough to pay for the answers, which were posted freely
by others. They are leeches.
|
|
0
|
|
|
|
Reply
|
foo25 (218)
|
12/2/2009 2:46:56 AM |
|
Dave pisze:
> I want to install a zone on the server 't2.math.washington.edu'. That
> machine is a Sun T5240 running Solaris 10. In that zone, I'd like to run
> Sage
>
>
> http://www.sagemath.org/
>
> which is maths software, with a web-based interface. It is basically a
> web server running on port 8000.
>
> Is it possible to direct traffic on port 8000 of that the server
> 't2.math.washington.edu' to the zone? Or would I need to get another
> public IP address for the zone? The application (Sage) running in the
> zone needs to be accessible to anyone.
>
> If it is possible to do this without another public IP, can anyone tell
> me the steps needed?
>
> Dave
Hi, on Solaris 10 box the following should be sufficient:
in /etc/ipf/ipnat.conf put:
rdr <interface> <glabal zone ip>/32 port 8000 -> <zone ip> port 8000
then:
svcadm restart network/pfil
svcadm restart ipfilter
--
Michał Marek Gryko czasem zwany Odkurzaczem.
|
|
0
|
|
|
|
Reply
|
odk
|
12/2/2009 6:38:51 AM
|
|
On Wed, 02 Dec 2009 02:46:56 +0000
Dave <foo@coo.com> wrote:
> I want to install a zone on the server 't2.math.washington.edu'. That
> machine is a Sun T5240 running Solaris 10. In that zone, I'd like to
> run Sage
>
>
> http://www.sagemath.org/
>
> which is maths software, with a web-based interface. It is basically
> a web server running on port 8000.
>
> Is it possible to direct traffic on port 8000 of that the server
> 't2.math.washington.edu' to the zone? Or would I need to get another
> public IP address for the zone? The application (Sage) running in the
> zone needs to be accessible to anyone.
>
> If it is possible to do this without another public IP, can anyone
> tell me the steps needed?
How to do this depends on the network setup. If t2.math.washington.edu
is behind a router (probably) or behind a reverse proxy, it can be done
through the configuration of these devices. Your zone is, to all
intents and purposes, a distinct network entity with its own IP address.
If you don't have access to the network, you can set up a reverse proxy
on t2.math.washington.edu and redirect the virtual server on port 8000
to the zone's IP address.
Alternatively, you could try your hand at ipfilter.
--
Stefaan A Eeckels
--
"Technically, Windows is an 'operating system,' which means that it
supplies your computer with the basic commands that it needs to
suddenly, with no warning whatsoever, stop operating." -Dave Barry
|
|
0
|
|
|
|
Reply
|
Stefaan
|
12/2/2009 6:49:29 AM
|
|
odk wrote:
> Dave pisze:
>> I want to install a zone on the server 't2.math.washington.edu'. That
>> machine is a Sun T5240 running Solaris 10. In that zone, I'd like to
>> run Sage
>>
>>
>> http://www.sagemath.org/
>>
>> which is maths software, with a web-based interface. It is basically a
>> web server running on port 8000.
>>
>> Is it possible to direct traffic on port 8000 of that the server
>> 't2.math.washington.edu' to the zone? Or would I need to get another
>> public IP address for the zone? The application (Sage) running in the
>> zone needs to be accessible to anyone.
>>
>> If it is possible to do this without another public IP, can anyone
>> tell me the steps needed?
>>
>> Dave
> Hi, on Solaris 10 box the following should be sufficient:
>
> in /etc/ipf/ipnat.conf put:
> rdr <interface> <glabal zone ip>/32 port 8000 -> <zone ip> port 8000
>
> then:
> svcadm restart network/pfil
> svcadm restart ipfilter
>
Cheers, if that works, it will make life a lot easier. It might actually be
preferable to use port 80 on the global zone, so I assume I can substitute 80
for the first number.
Does this work if the IP of the zone is a private IP address like 192.168.x.y,
whereas the global zone is a public IP address?
Dave
--
I respectfully request that this message is not archived by companies as
unscrupulous as 'Experts Exchange' . In case you are unaware,
'Experts Exchange' take questions posted on the web and try to find
idiots stupid enough to pay for the answers, which were posted freely
by others. They are leeches.
|
|
0
|
|
|
|
Reply
|
Dave
|
12/2/2009 8:10:40 AM
|
|
Dave pisze:
>
> Cheers, if that works, it will make life a lot easier. It might actually
> be preferable to use port 80 on the global zone, so I assume I can
> substitute 80 for the first number.
>
> Does this work if the IP of the zone is a private IP address like
> 192.168.x.y, whereas the global zone is a public IP address?
>
> Dave
This should help You:
http://www.obfuscation.org/ipf/ipf-howto.txt
4.5 on page 29
--
Michał Marek Gryko czasem zwany Odkurzaczem.
|
|
0
|
|
|
|
Reply
|
odk
|
12/2/2009 8:23:05 AM
|
|
In article <4b162101@212.67.96.135>, Dave <foo@coo.com> wrote:
>Does this work if the IP of the zone is a private IP address like 192.168.x.y,
>whereas the global zone is a public IP address?
Yes, easily, under Indiana and Nevada with Crossbow vnics.
<URL:http://docs.sun.com/app/docs/doc/819-6990>
| docs.sun.com Home > OpenSolaris System Administrator Collection >
| System Administration Guide: Network Interfaces and
| Network Virtualization > Network Virtualization and
| Resource Management > 11. Configuring Virtual Networks (Tasks) >
| Configuring a Private Virtual Network > How to Create Etherstubs and
| VNICs for the Private Virtual Network
Yes, with some hackery, under Solaris 10.
John
groenveld@acm.org
|
|
0
|
|
|
|
Reply
|
groenvel
|
12/2/2009 3:21:27 PM
|
|
|
5 Replies
456 Views
(page loaded in 0.377 seconds)
Similiar Articles: Redirect a port to a zone - comp.unix.solarisI want to install a zone on the server 't2.math.washington.edu'. That machine is a Sun T5240 running Solaris 10. In that zone, I'd like to run Sage ... Zones and networking - comp.unix.solarisRedirect a port to a zone - comp.unix.solaris Your zone is, to all intents and purposes, a distinct network entity with its own IP address. If you don't have access to the ... How to find out Global Zone's ip from Local Zone?? - comp.unix ...Redirect a port to a zone - comp.unix.solaris... server on port 8000 to the zone's IP ... 192.168.x.y, whereas the global zone is a public IP ... local >> "trusted zone ... solaris 10u8 restarter restarted in zone for unknown reason ...Redirect a port to a zone - comp.unix.solaris That machine is a Sun T5240 running Solaris 10. In that zone, I'd ... port works, but that's not always the ... in zone for ... set proxy host/port ??? - comp.lang.java.programmerRedirect a port to a zone - comp.unix.solaris If you don't have access to the network, you can set up a reverse proxy on t2.math.washington.edu and redirect the virtual ... How To Determine Interface Traffic Statistics - comp.sys.hp.hpux ...Redirect a port to a zone - comp.unix.solaris Is it possible to direct traffic on port 8000 of that the server 't2.math ... box the following should be sufficient: in /etc ... VPN in a container? - comp.unix.solaris... and rare UDP packets (syslog mainly) to Solaris zone ... sure if ipfilter cleverness can do something to redirect ... FileMaker hosting using port forwarding - is it ... X4170 no console output, BIOS settings prob?? - comp.unix.solaris ...Redirect a port to a zone - comp.unix.solaris X4170 no console output, BIOS settings prob?? - comp.unix.solaris ... Is there a was of reseting redirection from ILOM?? ... Console via ILOM on X4200? - comp.unix.solarisRedirect a port to a zone - comp.unix.solaris Console via ILOM on X4200? - comp.unix.solaris exit zone console - comp.unix.solaris Trigger remote action via email msg ... Sunfire v210 serial console... configuration - comp.unix.solaris ...Seems like I should be able to serial in from a Linux system to the DB9 port and ... Serial console redirect - comp.unix.solaris Sunfire v210 serial console... configuration ... Redirect a port to a zone - comp.unix.solaris | Computer GroupI want to install a zone on the server 't2.math.washington.edu'. That machine is a Sun T5240 running Solaris 10. In that zone, I'd like to run Sage ... Device and Resource Redirection - Microsoft Corporation: Software ...Time zone redirection is possible only when connecting to at least a Windows Server ... Do not allow COM port redirection. This policy setting allows you to specify whether to ... 7/25/2012 12:34:31 AM
|