Security

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • One computer two different networks

    7 answers - 1362 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hi all,
    (First of all I want to apologise if I am misplacing this question, if so
    I'd appreciate if anyone could point me to the right direction)
    So here is the situation:
    We have about 250 computers that are isolated in a high-security network,
    we want to give internet access to those computer users without
    compromising the secured networkof course our first thought is to buy
    250 computers so the users can switch between computers (one for the
    secure network, one for internet) but that might not be most practical
    solution
    So, I've been looking around and I've found a product called DATAGATE,
    from Tenix which works as a "Data Diode" looks interesting but I'd
    like to have a second opinion
    Does anyone know about other products or techniques on how to accomplish
    this?
    thanks!
    This list is sponsored by: Norwich University
    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE
    The NSA has designated Norwich University a center of Academic Excellence
    in Information Security. program offers unparalleled Infosec management
    education and the case study affords you unmatched consulting experience.
    Using interactive e-Learning technology, you can earn this esteemed degree,
    without disrupting your career or home life.
  • No.1 | | 1746 bytes | |

    2006-10-10 Santiago Barahona wrote:
    We have about 250 computers that are isolated in a high-security
    network, we want to give internet access to those computer users
    without compromising the secured networkof course our first thought
    is to buy 250 computers so the users can switch between computers (one
    for the secure network, one for internet) but that might not be
    most practical solution

    So, I've been looking around and I've found a product called DATAGATE,
    from Tenix which works as a "Data Diode" looks interesting but
    I'd like to have a second opinion

    Does anyone know about other products or techniques on how to
    accomplish this?

    way to accomplish this is to implement a so-called graphical
    firewall.

    Have a network setup like this:

    Internet FW1 DMZ FW2 LAN

    LAN is where your 250 computers reside. Into the DMZ you put a terminal
    server with web browser, mail client and whatever other program you want
    your users to access the Internet with. Make sure the terminal server is
    hardened.

    Configure FW1 to:
    - ALLW access FRM the terminal server in the DMZ T the Internet
    - DENY access FRM the Internet T the DMZ (except for related traffic)

    Configure FW2 to:
    - ALLW remote-desktop access FRM the LAN T the terminal server only
    - DENY access FRM the DMZ T the LAN (except for related traffic)

    For Windows Terminal Services remote-desktop access would be through
    port 3389. Make sure you have only the remote desktop and maybe the
    clipboard, but no mapping of printers, shares, or other resources.

    Keep the remote-desktop client on your LAN computers up-to-date.

    Regards
    Ansgar Wiechers
  • No.2 | | 2589 bytes | |

    hello,

    did you considered virualization, with vmware for example?
    I didn't see yet an enterprise-wide deployment of this technique but
    obvious steps would be 1. creating a system image containing the
    Internet environment
    2. Installing VM Player on each computer and setting a virtual network interface
    3.Configuring a sub net for VMs that is different from physical
    computer sub net. It allows a better control at the firewall/router
    level.

    That being said, this is certainly not a practical solution for
    deployment or administration, but I'm not aware of specific products
    that could do the job.

    sami.

    2006/10/10, Santiago Barahona <sant-bar (AT) dsv (DOT) su.se>:
    Hi all,

    (First of all I want to apologise if I am misplacing this question, if so
    I'd appreciate if anyone could point me to the right direction)

    So here is the situation:

    We have about 250 computers that are isolated in a high-security network,
    we want to give internet access to those computer users without
    compromising the secured networkof course our first thought is to buy
    250 computers so the users can switch between computers (one for the
    secure network, one for internet) but that might not be most practical
    solution

    So, I've been looking around and I've found a product called DATAGATE,
    from Tenix which works as a "Data Diode" looks interesting but I'd
    like to have a second opinion

    Does anyone know about other products or techniques on how to accomplish
    this?

    thanks!
    --

    This list is sponsored by: Norwich University

    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE
    The NSA has designated Norwich University a center of Academic Excellence
    in Information Security. program offers unparalleled Infosec management
    education and the case study affords you unmatched consulting experience.
    Using interactive e-Learning technology, you can earn this esteemed degree,
    without disrupting your career or home life.

    --

    This list is sponsored by: Norwich University

    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE
    The NSA has designated Norwich University a center of Academic Excellence
    in Information Security. program offers unparalleled Infosec management
    education and the case study affords you unmatched consulting experience.
    Using interactive e-Learning technology, you can earn this esteemed degree,
    without disrupting your career or home life.

  • No.3 | | 1556 bytes | |

    Is installing a second nic in the PC's and then installing VM-Ware and
    binding the VM to the second nic so that it can browse the net securely
    an option?

    Raoul

    Santiago Barahona wrote:
    Hi all,

    (First of all I want to apologise if I am misplacing this question, if so
    I'd appreciate if anyone could point me to the right direction)

    So here is the situation:

    We have about 250 computers that are isolated in a high-security network,
    we want to give internet access to those computer users without
    compromising the secured networkof course our first thought is to buy
    250 computers so the users can switch between computers (one for the
    secure network, one for internet) but that might not be most practical
    solution

    So, I've been looking around and I've found a product called DATAGATE,
    from Tenix which works as a "Data Diode" looks interesting but I'd
    like to have a second opinion

    Does anyone know about other products or techniques on how to accomplish
    this?

    thanks!

    This list is sponsored by: Norwich University

    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE
    The NSA has designated Norwich University a center of Academic Excellence
    in Information Security. program offers unparalleled Infosec management
    education and the case study affords you unmatched consulting experience.
    Using interactive e-Learning technology, you can earn this esteemed degree,
    without disrupting your career or home life.
  • No.4 | | 676 bytes | |

    If you have the budget to purchase 250 additional computers (250 *
    $400 = $100,000) then I would seriously consider investing that money
    in a firewall with some sort of application layer filtering instead
    (like CheckPoint/Cisco/Juniper with Websense/Aladdin/SurfControl).
    Not only will you be able to protect your end users from malicious
    Internet traffic but you'll be able to track policy violations (like
    inappropriate site visits during company time). You can also enable a
    per-session authentication method which would help you control/protect
    your users and corporate environment.

    If you want some more suggestions please let me know.
  • No.5 | | 718 bytes | |

    Thank you all for your great answers!!!
    Its helping me lots!!

    I will take a closer look to all your suggestions and try to come
    with the best solution
    I will keep you guys informed!

    cheers,

    santiago

    This list is sponsored by: Norwich University

    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE
    The NSA has designated Norwich University a center of Academic Excellence
    in Information Security. program offers unparalleled Infosec management
    education and the case study affords you unmatched consulting experience.
    Using interactive e-Learning technology, you can earn this esteemed degree,
    without disrupting your career or home life.

  • No.6 | | 1744 bytes | |

    Security-wise, it would be more appropriate to separate the networks.
    Finance-wise, it would be infeasible to supply two machines for each
    employee. Perhaps install a small number of computers (less than
    half the # of employees) can be supplied on a sharing-basis with
    priority on business-related matters.

    As for installing Virtual machines on company systems, I'm a little
    hesitant in suggesting something like that. The effort required by
    the I.T. department to support this might be a little less optimal.
    Since I know nothing about the P's systems, I'm assuming everyone's
    using a standard P4. Even on my P4 1.8, having a VMWare system
    running, slows down the system. The only way this would work is
    if the I.T. department created a standard Internet-Accessible
    guest /S (*Nix based, since I don't think you'd be legally
    permitted to have x # of machines running the same Windows
    guest) and then install a virtual machine player, i.e. VMWare
    player.

    Mind you, I do know that virtual machines are used in a
    development environment; but it just adds another 'factor'
    in maintaining a single system's integrity.

    That's just my $0.02.

    This list is sponsored by: Norwich University

    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE
    The NSA has designated Norwich University a center of Academic Excellence
    in Information Security. program offers unparalleled Infosec management
    education and the case study affords you unmatched consulting experience.
    Using interactive e-Learning technology, you can earn this esteemed degree,
    without disrupting your career or home life.

  • No.7 | | 3060 bytes | |

    You must consider the cost of the solution. You must need to know that how
    sensitive is your data? So whether you for another 250 computers, or any
    hardware firewall appliance or whatever, you must have to consider the cost
    of the solution compare to your data.

    Regards
    Adnan Rafik- UG Leader Techies

    UG : http://www.techiesonly.com
    Web: http://www.adnanrafik.com
    Blog: http://7layers.blogspot.com
    Cell: +971-50-631 7154

    Message
    From: listbounce (AT) securityfocus (DOT) com [mailto:listbounce (AT) securityfocus (DOT) com]
    Behalf Ed
    Sent: Wednesday, 11, 2006 6:41 AM
    To: security-basics (AT) securityfocus (DOT) com
    Subject: Re: computer two different networks

    Security-wise, it would be more appropriate to separate the networks.
    Finance-wise, it would be infeasible to supply two machines for each
    employee. Perhaps install a small number of computers (less than half the #
    of employees) can be supplied on a sharing-basis with priority on
    business-related matters.

    As for installing Virtual machines on company systems, I'm a little hesitant
    in suggesting something like that. The effort required by the I.T.
    department to support this might be a little less optimal.
    Since I know nothing about the P's systems, I'm assuming everyone's using a
    standard P4. Even on my P4 1.8, having a VMWare system running, slows down
    the system. The only way this would work is if the I.T. department created
    a standard Internet-Accessible guest /S (*Nix based, since I don't think
    you'd be legally permitted to have x # of machines running the same Windows
    guest) and then install a virtual machine player, i.e. VMWare player.

    Mind you, I do know that virtual machines are used in a development
    environment; but it just adds another 'factor'
    in maintaining a single system's integrity.

    That's just my $0.02.

    This list is sponsored by: Norwich University

    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE The NSA has
    designated Norwich University a center of Academic Excellence in Information
    Security. program offers unparalleled Infosec management education and
    the case study affords you unmatched consulting experience.
    Using interactive e-Learning technology, you can earn this esteemed degree,
    without disrupting your career or home life.

    ND32 1.1773 (20060925) Information

    This message was checked by ND32 antivirus system.
    http://www.eset.com

    This list is sponsored by: Norwich University

    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE
    The NSA has designated Norwich University a center of Academic Excellence
    in Information Security. program offers unparalleled Infosec management
    education and the case study affords you unmatched consulting experience.
    Using interactive e-Learning technology, you can earn this esteemed degree,
    without disrupting your career or home life.

Re: One computer two different networks


max 4000 letters.
Your nickname that display:
In order to stop the spam: 0 + 0 =
QUESTION ON "Security"

EMSDN.COM