- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: L-Class Box in a DMZ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 12:38 PM
03-12-2003 12:38 PM
The 100BT interface will be connect through a firewall to the internal network as well as the net. My question is can I add a 1000BT "backbone" connection on the production network as well and disallow routing between the 100 and 1000 base interfaces.
Comments?
Thanks in advance.
RZ
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 12:47 PM
03-12-2003 12:47 PM
SolutionCertainly - that's do-able.
But I'd strongly urge you NOT to bypass your firewall with that backbone connection.
Create a new ruleset at the least - maybe even use a dedicated FW that can handle that connection type & speed.
If by chance someone was able to gain access to that system - by whatever means - they'd be straight on your network and that's not a good thing.
My $0.02,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 01:16 PM
03-12-2003 01:16 PM
Re: L-Class Box in a DMZ?
...ip_ire_gw_prob...
...which had to be set to 0 else the LAN would shut down. The explanation I got from the network admin was specific to a ping being sent out from the server to the default router. Upon failure a timeout would occur and the LAN would shutdown. I believe the timeout is 3 minutes. Here is the command line syntax:
??????ndd -set /dev/ip ip_ire_gw_probe 0??????
And in /etc/rc.config.d/nddconf:
TRANSPORT_NAME[2]=ICMP
NDD_NAME[2]=IP_IRE_GW_PROBE
NDD_VALUE[2]=0
The LAN or WEB console meant having a separate switch on a different private LAN for the obvious reasons. On the A500 it???s a 10BaseT connection with FD and the auto sense turned off for us to make it work. Use the linkloop command for this to test for connectivity to the switch's MAC. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 02:42 PM
03-12-2003 02:42 PM
Re: L-Class Box in a DMZ?
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 02:51 PM
03-12-2003 02:51 PM
Re: L-Class Box in a DMZ?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 06:53 PM
03-12-2003 06:53 PM
Re: L-Class Box in a DMZ?
As for allowing the connection in the first place, I've no idea if that is wise or not.
The ip_ire_gw_probe stuff - when the ICMP echos (pings) are not answered, it is the _route_ that is marked as dead, not the LAN itself. Sometimes that may have the same net effect (if all the comms are off-LAN) but it is still an important distinction.