[Geoserver-users] GEOSERVER WMS PORT under firewall

Hi Nunzio,
I’m not sure the issue is with your firewall. You can clearly get to the GeoServer admin console and the OpenLayers preview. I believe all WMS/WFS/WCS requests use the same port/url as the admin console page, so if one works, the other should too.

So the problem is probably with your layer/data being wrong instead.

Jonathan

On 17 January 2013 15:19, Nunzio Testa <nunzio.testa@anonymised.com> wrote:

Dear all,

i’m configuring OPEN GEO Suite and at the moment I have a problem configuration.

After the launch of Geo Server when I request a layer preview of “Medford” with Open Layer I don’t see anything.

Consider Geo Server is under a firewall.

Anyone knows which is the TCP port using by WMS service in order to configure the firewall.

I’m available for any clarification

Thank’s in advance

Nunzio Tesya


Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only – learn more at:
[http://p.sf.net/sfu/learnmore_122712](http://p.sf.net/sfu/learnmore
_122712)


Geoserver-users mailing list
Geoserver-users@anonymised.comnet
https://lists.sourceforge.net/lists/listinfo/geoserver-users

This transmission is intended for the named addressee(s) only and may contain sensitive or protectively marked material up to RESTRICTED and should be handled accordingly. Unless you are the named addressee (or authorised to receive it for the addressee) you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please notify the sender immediately. All email traffic sent to or from us, including without limitation all GCSX traffic, may be subject to recording and/or monitoring in accordance with relevant legislation.

Dear all,

first of all many thank’s for yours replies.

But I think I understood my problem very well now.

I think it depens of configuring OpenLayers for loading local and remotely hosted GeoServer WMS Data.

When I request a data from internal network it work’s fine and an extract url is the following:

untiled = new OpenLayers.Layer.WMS(

“Geoserver layers - Untiled”, “http://11.1.16.203:8080/geoserver/wms”,

{

LAYERS: ‘medford’,

STYLES: ‘’,

format: format

},

{

singleTile: true,

ratio: 1,

isBaseLayer: true,

yx : {‘EPSG:4326’ : true}

}

);

If I try to make the same request from an external network an extract url is the following

untiled = new OpenLayers.Layer.WMS(

“Geoserver layers - Untiled”, “http://11.1.16.203:8080/geoserver/wms”,

{

LAYERS: ‘medford’,

STYLES: ‘’,

format: format

},

{

singleTile: true,

ratio: 1,

isBaseLayer: true,

yx : {‘EPSG:4326’ : true}

}

);

The problem that i identified is : how and where i can change http://11.1.16.203:8080/ that is an internal IP in order to allow an external request to an another fixed ip accessible from internet?

Thank’s

Nunzio Testa

Da: Jonathan Moules [mailto:jonathanmoules@anonymised.com]
Inviato: venerdì 18 gennaio 2013 12:23
A: Nunzio Testa
Cc: geoserver-users@anonymised.comorge.net
Oggetto: Re: [Geoserver-users] GEOSERVER WMS PORT under firewall

Hi Nunzio,

I’m not sure the issue is with your firewall. You can clearly get to the GeoServer admin console and the OpenLayers preview. I believe all WMS/WFS/WCS requests use the same port/url as the admin console page, so if one works, the other should too.

So the problem is probably with your layer/data being wrong instead.

Jonathan

On 17 January 2013 15:19, Nunzio Testa <nunzio.testa@anonymised.com097…> wrote:

Dear all,

i’m configuring OPEN GEO Suite and at the moment I have a problem configuration.

After the launch of Geo Server when I request a layer preview of “Medford” with Open Layer I don’t see anything.

Consider Geo Server is under a firewall.

Anyone knows which is the TCP port using by WMS service in order to configure the firewall.

I’m available for any clarification

Thank’s in advance

Nunzio Tesya


Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only – learn more at:
http://p.sf.net/sfu/learnmore_122712


Geoserver-users mailing list
Geoserver-users@anonymised.coms.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

This transmission is intended for the named addressee(s) only and may contain sensitive or protectively marked material up to RESTRICTED and should be handled accordingly. Unless you are the named addressee (or authorised to receive it for the addressee) you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please notify the sender immediately. All email traffic sent to or from us, including without limitation all GCSX traffic, may be subject to recording and/or monitoring in accordance with relevant legislation.

Hi Nunzio,
If I’m understanding your point correctly, you want to make your GeoServer accessible to the world at large so anyone can access it. In that case you’ll need to go through your internal network admins and get them to set stuff up so that the GeoServer box has a fixed IP that is publically accessible.
You then use that IP address in your OpenLayers project so everyone can access it.
Jonathan

On 18 January 2013 11:46, Nunzio Testa <nunzio.testa@anonymised.com97…> wrote:

Dear all,

first of all many thank’s for yours replies.

But I think I understood my problem very well now.

I think it depens of configuring OpenLayers for loading local and remotely hosted GeoServer WMS Data.

When I request a data from internal network it work’s fine and an extract url is the following:

untiled = new OpenLayers.Layer.WMS(

“Geoserver layers - Untiled”, “http://11.1.16.203:8080/geoserver/wms”,

{

LAYERS: ‘medford’,

STYLES: ‘’,

format: format

},

{

singleTile: true,

ratio: 1,

isBaseLayer: true,

yx : {‘EPSG:4326’ : true}

}

);

If I try to make the same request from an external network an extract url is the following

untiled = new OpenLayers.Layer.WMS(

“Geoserver layers - Untiled”, “http://11.1.16.203:8080/geoserver/wms”,

{

LAYERS: ‘medford’,

STYLES: ‘’,

format: format

},

{

singleTile: true,

ratio: 1,

isBaseLayer: true,

yx : {‘EPSG:4326’ : true}

}

);

The problem that i identified is : how and where i can change http://11.1.16.203:8080/ that is an internal IP in order to allow an external request to an another fixed ip accessible from internet?

Thank’s

Nunzio Testa

Da: Jonathan Moules [mailto:jonathanmoules@anonymised.com]
Inviato: venerdì 18 gennaio 2013 12:23
A: Nunzio Testa
Cc: geoserver-users@anonymised.comists.sourceforge.net
Oggetto: Re: [Geoserver-users] GEOSERVER WMS PORT under firewall

Hi Nunzio,

I’m not sure the issue is with your firewall. You can clearly get to the GeoServer admin console and the OpenLayers preview. I believe all WMS/WFS/WCS requests use the same port/url as the admin console page, so if one works, the other should too.

So the problem is probably with your layer/data being wrong instead.

Jonathan

On 17 January 2013 15:19, Nunzio Testa <nunzio.testa@anonymised.com97…> wrote:

Dear all,

i ’m configuring OPEN GEO Suite and at the moment I have a problem configuration.

After the launch of Geo Server when I request a layer preview of “Medford ” with Open Layer I don’t see anything.

Consider Geo Server is under a firewall.

Anyone knows which is the TCP port using by WMS service in order to configure the firewall.

I ’m available for any clarification

Thank’s in advance

Nunzio Tesya


Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only – learn more at:
http://p.sf.net/sfu/learnmore_122712


Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

This transmission is intended for the named addressee(s) only and may contain sensitive or protectively marked material up to RESTRICTED and should be handled accordingly. Unless you are the named addressee (or authorised to receive it for the addressee) you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please notify the sender immediately. All email traffic sent to or from us, including without limitation all GCSX traffic, may be subject to recording and/or monitoring in accordance with relevant legislation.

This transmission is intended for the named addressee(s) only and may contain sensitive or protectively marked material up to RESTRICTED and should be handled accordingly. Unless you are the named addressee (or authorised to receive it for the addressee) you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please notify the sender immediately. All email traffic sent to or from us, including without limitation all GCSX traffic, may be subject to recording and/or monitoring in accordance with relevant legislation.