Link to home
Start Free TrialLog in
Avatar of spring80
spring80

asked on

how can i use port forwarding and routing to allow access ILO from home

Dear Sir
i have a hp proliant server instal with windows server 2008 that i configure to allow ILO access.
the ILO ip address :192.168.0.9
our server has 2 interface :
internal :192.168.0.1
external :192.168.100.5

our modem has the ip :192.168.100.1 in the lan interface
i want to enable the port forwarding to the ilo ip :192.168.0.9 to access the hp server from home.
i configure the port forwarding in the modem :
server: 192.168.0.9
protocol :tcp&udp
external port start : 80
external port end :80
internal port start :80
internal port end :80

and i configure a static route in the modem :
network :192.168.0.0
subnet : 255.255.255.0
gateway :192.168.100.5
interface : lan interface

from the home i enter the ip address of my modem,nothing happen , and check the logging using forefront tmg (installed in the hp server) but i can't find any packet come from my home ip ,

is there any thing can i configure in the forefront tmg to allow access the ilo ip , or there something in the routing and remote access role in the windows server 2008?

Regards
Avatar of Matt V
Matt V
Flag of Canada image

You should not need a route in the modem for the iLO IP as the modem is directly connected to that network.

Otherwise that forwarding configuration should work fine.
mattymotas:  surely you can't have a gateway address that's not on the same subnet ?
ASKER CERTIFIED SOLUTION
Avatar of chriswestscfc
chriswestscfc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ILO uses https so you will need to also forward port 443, source and destination.
Avatar of spring80
spring80

ASKER

not work for me.
Should i enter a static route to 192.168.0.9 in the routing and remote access in th windows server 2008 role ??

i can access the ilo from internal network ,but from outside i can't
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i don't know why it is not working.
The remote desktop from home to work works like a charm.
but the ilo not working, i want ilo because sometime the server is down,i want to connect from home to turn on the server.

the modem is Sagem fast 2804STC.
the new ilo ip is :192.168.100.3
it has 2 ethernet port, i connect the first one to the ethernet port (external interface) in the server,and the second to the ilo port in the server , i can ping the ilo ip from the server.
So now the modem lan ip :192.168.100.1
ILO ip : 192.168.100.3
Server external ip : 192.168.100.5

i create a simple port forwarding in my modem :
server: 192.168.100.3
protocol :tcp&udp
external port start : 80
external port end :80
internal port start :80
internal port end :80

And
server: 192.168.100.3
protocol :tcp&udp
external port start : 443
external port end :443
internal port start :443
internal port end :443

But also doesn't work

The port forwarding rule to allow the remote desktop to the server is :
server :192.168.100.1
protocol : tcp
external port start : 3389
external port end : 3389
internal port start : 3389
external port end : 3389
And it is work.

Any suggestion for the ilo ??
it is working now when configure DMZ for the ilo ip address :192.168.100.3
Is there any problem to allow the DMZ for this ??
or it is better to use the port forwarding only without DMZ ??
It is working now without DMZ .

1- first when dmz enable , i access the ilo from home, and enter the access option and change the http port from 80 to 88

2- then i remove the DMZ option

3- i create a new forwarding port rule :
server: 192.168.100.3
protocol :tcp&udp
external port start : 80
external port end :80
internal port start :88
internal port end :88

And
server: 192.168.100.3
protocol :tcp&udp
external port start : 443
external port end :443
internal port start :443
internal port end :443

4- trying to connect from home, it is work :):)

thanks for your help