Allow single computer in internal network

Moderator: Securepoint

Gesperrt
mrcomponent
Beiträge: 2
Registriert: Mo 26.10.2009, 20:43

Allow single computer in internal network

Beitrag von mrcomponent »

Hi,

My external address is 10.0.0.65/24 gw 10.0.0.1
My internal address is 10.0.2.1/24

I have a computer 10.0.0.4 using the gateway 10.0.0.1, who cannot ping or contact computer behind securepoint ??

Could you help me to allow this computer in my internal network. Or a workaround to accomplish this ?? The ip is fixe and may not be change (Domain controller, ...)

Thank you,
Frédéric

Benutzeravatar
Erik
Securepoint
Beiträge: 1480
Registriert: Fr 07.11.2008, 11:50

Beitrag von Erik »

Hi,
either you set a route on your client (10.0.0.4) which points to the external IP of the Securepoint or you set this route on your gateway (10.0.0.1).
On a windows-client you can add the required route by opening the command line and entering the following command:

Code: Alles auswählen

route add 10.0.2.0 mask 255.255.255.0 <EXTERNAL IP OF THE SECUREPOINT>
Note: administrative privileges required if you are using Vista or Win7

In both cases you then need
1) a firewall rule that allows the traffic from 10.0.0.0/24 to 10.0.2.0/24
2) a route back to "your" net

mrcomponent
Beiträge: 2
Registriert: Mo 26.10.2009, 20:43

Beitrag von mrcomponent »

Thanks,

This only this that I have to do:

in both cases you then need
1) a firewall rule that allows the traffic from 10.0.0.0/24 to 10.0.2.0/24

Can I accomplish this in WebGUI or I have to do it with a command ?

Thanks,
Frédéric

Benutzeravatar
Erik
Securepoint
Beiträge: 1480
Registriert: Fr 07.11.2008, 11:50

Beitrag von Erik »

You can use the Securepoint Security Manager or (if you already have installed Securepoint10) via the Webinterface (https://IP_OF_YOUR_FIREWALL:11115)

Gesperrt