- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: howto make a networkcard readonly
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
09-17-2003 04:33 AM
09-17-2003 04:33 AM
howto make a networkcard readonly
i like to configure a networkcard on an hpux 11 machine readonly. With this device I want to use snort, ttt ....
Can this be done.
(The only thing I think of is remove the w-bit in the devicefile)
Thanks
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 06:02 AM
09-17-2003 06:02 AM
Re: howto make a networkcard readonly
Even if you accomplished this through some ndd command or slight of hand, you'd not have a system configuration many people would easily recognize. Kinda makes vacations tough you know?
Think about NFS exports(thought the data is not encrypted) with read only rights. Or CIFS/9000 Samba shares with the same priviledges.
Those ideas are secure and standardized.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 06:36 AM
09-17-2003 06:36 AM
Re: howto make a networkcard readonly
I want to be sure the networkport does generate any kind of traffic. I will describe what I want to do:
On the switch where the Default Gateway is connected , I spanned the DG-port to another port. The output on this port is used for analyses. On different machines I use snort, ttt and fluke. Do have the output of the spanned port available to all these machines, I connected the spanned port to a hub. I do NOT want traffic FROM the machines on the hub, since the other machines will notice this.
So I want a network who carefully listens, but does not talk.
Greetzz
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 06:45 AM
09-17-2003 06:45 AM
Re: howto make a networkcard readonly
I'm not sure of this & have never tried it, but if this is on a different subnet than your "main" public IP. But possibly, if you don't setup a static route for it, then all traffic should go *out* the other IP to it's default gateway.
You may want to disable dead gateway probe
ip_ire_gw_probe=0 to keep it completely silent & there may be other options (source quench?) to enable/disable.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:00 AM
09-17-2003 07:00 AM
Re: howto make a networkcard readonly
http://www.dggomez.arrakis.es/secinf/roc/roc.pdf
Of course if you have a switch you shouldn't need a fancy cable since you won't be able to see traffic to other ports unless you use port monitoring (SPAN on Cisco) and in that case there is no real need for a readonly setup.
Also from the Snort archives:
You can do "stealth" config on most OSs (including NT).
On linux and BSD (for interface eth1) just activate the interface:
ifconfig eth1 up
and be sure to specify the interface with snort -i eth1
Another possibility is to use a tap. See:
http://www.netoptics.com/10-100-tap.html
http://www.comcraftfr.com/ethertap100tx.htm
for examples. In this situation you wouldn't have to worry about whether the NIC was Read Only since even if it decided to send something out it would be blocked.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:25 AM
09-17-2003 07:25 AM
Re: howto make a networkcard readonly
set span
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 08:47 AM
09-17-2003 08:47 AM
Re: howto make a networkcard readonly
As long as the network interface is connected to the network, it is not necessary to plumb the card.
I use ethereal. Though it doesn't show up the unplumbed interfaces in it's GUI, you can sniff the interface by using "ethereal -i lanx".
-Sri