Firewall, VPN and SQL Server

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Firewall, VPN and SQL Server

    I'm setting up a linux firewall for my companies T1. All of our other machines
    will be windoze. I also need to setup a Windows VPN server (can't use the linux
    clients for reasons I can't get into here).

    1) Someone suggested to me that I put the VPN in the linux DMZ and foward the
    ports to that machine. Does that make sense?

    2 I also have another security question which I have no idea how to handle. We
    have some application (IIS) servers that we want on the internet. I can put
    those outside of the firewall (or port foward 80 to that machine), BUT those
    machines will need access to servers INSIDE the fireall (SQL Server). Any
    suggestions on how to handle this one? I haven't a clue :(

    -Mike

    Mike Forman Guest

  2. Similar Questions and Discussions

    1. firewall in the way
      Hello, I cannot publish my pages unless my firewall is disabled. I use windows XP. Is there any kind of work around for this problem? The program...
    2. Accessing Media Server on a LAN behind a firewall ?
      Ok this might seem like a simple question but I really can?t work out what I need to. I have created a chat programme using the simple connect...
    3. Accessing the internet through a firewall/proxy server
      Hello- I am new to Flex and am having problems getting it to access things outside our firewall/proxy server. I added the section below to...
    4. Front Page Server Extensions 2002 through a firewall and documentation
      Yep - that's the whole POINT of FPSE.. if you can get to your website, so can Interdev/VS.NET/FrontPage.. instead of sending your webserver...
    5. DNS - Firewall
      How could I configure the DNS (resolv.conf) in my Firewall? To the intern DNS in my Lan or extern to my provider? What's the best and the right way...
  3. #2

    Default Re: Firewall, VPN and SQL Server

    Thanks for the great reply! That was very informative. I have a couple of
    followup questions

    >In general, I always VPN into the firewall appliance and then create
    >rules that allow the VPN group(s) to access the resources that I want
    >them to be able to access.
    I need to use a Mircosoft VPN server to handle this, so if my firewall is linux,
    how could I accomplish this?

    >Third - Make a LAN port 80/443 to DMZ port 80/433 (ANY IP address on the
    >LAN) - do not map from the DMZ to the LAN with this rule.
    >

    I'm a bit unclear what the above step does. What does this allow you to do?


    Thanks again,

    -Mike

    Mike Forman Guest

  4. #3

    Default Re: Firewall, VPN and SQL Server

    Hi, Mike,

    1) Is someone suggesting to put the Linux Firewall/VPN in DMZ ? If
    so, do you
    already have another firewall at the main gateway ? It does make
    sense to
    have a linux VPN in another location, if you already have a firewall
    to
    act as traffic cop for the traffic dedicated to the Linux VPN in the
    DMZ. Forwarding traffic to another server especially when you are
    dealing with issues with NAT & outside accessible 2-way traffic does
    make sense.

    2) Create a IPSEC VPN site-to-site using a small firewall/vpn
    box/software residing on the ISS server, and make the appropriate
    configurations on the gateway firewall to handle the secure 2 way
    traffic to the secure SQL server on the inside. The setup you needs
    to be take care of vpn traffic initiated from both inside and outside
    using site-to-site VPN.

    Dean




    Mike Forman <ec-nospam@microsoft.com> wrote in message news:<74883250.0000426f.062@drn.newsguy.com>...
    > I'm setting up a linux firewall for my companies T1. All of our other machines
    > will be windoze. I also need to setup a Windows VPN server (can't use the linux
    > clients for reasons I can't get into here).
    >
    > 1) Someone suggested to me that I put the VPN in the linux DMZ and foward the
    > ports to that machine. Does that make sense?
    >
    > 2 I also have another security question which I have no idea how to handle. We
    > have some application (IIS) servers that we want on the internet. I can put
    > those outside of the firewall (or port foward 80 to that machine), BUT those
    > machines will need access to servers INSIDE the fireall (SQL Server). Any
    > suggestions on how to handle this one? I haven't a clue :(
    >
    > -Mike
    ELE OLO Guest

  5. #4

    Default Re: Firewall, VPN and SQL Server

    "Mike Forman" <ec-nospam@microsoft.com> wrote in message
    news:74928729.0000e616.099@drn.newsguy.com...
    > >Third - Make a LAN port 80/443 to DMZ port 80/433 (ANY IP address on the
    > >LAN) - do not map from the DMZ to the LAN with this rule.
    >
    > I'm a bit unclear what the above step does. What does this allow you to
    do?

    This allow workers also to connect your web server from intranet/LAN.


    Pertti Kosunen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139