Firewall with sslvpn with Internet gateway


 
Thread Tools Search this Thread
Special Forums IP Networking Firewall with sslvpn with Internet gateway
# 1  
Old 10-14-2010
Firewall with sslvpn with Internet gateway

hi,

i have this diagram


internet
|
|
--------------
|firewall/sslvpn |
--------------
|
| 192.168.0.0/24
|
-------------------------- ---- -------------
| internet gateway win2003|----|10.1.2.0/24 |
--------------------------- ---- -------------
|
|
|
-------------
|10.1.1.0/24|
------------

internet gateway ips are 192.168.0.5(DG), 10.1.1.5 and 10.1.2.5 and it's a
windows 2003 server acting as a router.

if sslvpn client will connect with an ip of 192.168.0.x, what routing table i need to add so that client will
reach 10.1.1.0/24 and 10.1.2.0/24 subnet.

thank you for your generous help.

---------- Post updated 10-14-10 at 12:07 PM ---------- Previous update was 10-13-10 at 05:30 PM ----------

either you can put these routing table on the firewall or inject on the client, injecting on the client routing table is safer because when your firewall is hacked, hacker can know all the routing table right away.

10.1.1.0 255.255.255.0 gw 192.168.0.5
10.1.2.0 255.255.255.0 gw 192.168.0.5

Last edited by itik; 10-13-2010 at 06:43 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Inconsistency between RedHat 6.5 global gateway and single gateway leads to loss of default gateway

Dear friends I use RedHat 6.5, which sets the gateway in the configuration file / etc / sysconfig / network as GATEWAY = 192.168.1.26, and the gateway in the configuration file / etc / sysconfig / network-scripts / ifcfg-eth11 as GATEWAY = 192.168.1.256. The two gateways are different.... (6 Replies)
Discussion started by: tanpeng
6 Replies

2. Red Hat

Set new gateway for route to internet

Hi all, i have a rhel 6.2 with a default gateway. This server is an Intranet office with no internet access. DNS are already configured and it's possible to resolve my target. My goal is to link my application (apache forward) only to http://mytarget.yyy through a new gateway (That does... (0 Replies)
Discussion started by: kamose
0 Replies

3. UNIX for Advanced & Expert Users

Firewall - 2 Internet accesses - routing rules from source

Hello, I would like to modify my firewall configuration for being able to handle 2 internet connections in my Red zone. I would then like to configure some selecting routing rules depending on the internal source. Actual configuration: ===================== 1 router A (ISP)... (1 Reply)
Discussion started by: el70
1 Replies

4. UNIX for Dummies Questions & Answers

Internet access via gateway

Internet access via gateway env: RedHat 6.1 Hi, Until now, we used PPP via an ISDN modem to connect our server to the internet. The ISDN ip-up/down scripts in /etc/ppp add ippp0 as the default route. From that point on we can for instance get mail via fetchmail. Now we have a ADSL... (1 Reply)
Discussion started by: progressdll
1 Replies

5. Windows & DOS: Issues & Discussions

Using Windows XP as my internet gateway

I have many question regarding many things in Unix. here is another. I have a Novell 5 server Windows 2000 advanced server running active directory Windows 2000 professional server running exchange 2000 Windows XP professional providing my internet gateway through 56K dial up modem (sad I... (1 Reply)
Discussion started by: electrode101
1 Replies

6. IP Networking

internet speed thru gateway/server

Other than security does having a separate linux box for the intranet server and a separate one for intranet gateway effect the speed of the internet connection. We have our server and gateway on 40GB HD 256 MB RAM 1.5 GHz Intel P3 Can the server/gateway be configured for better speed?... (1 Reply)
Discussion started by: ramyar
1 Replies
Login or Register to Ask a Question