HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Blocking an incoming traffic from a specific h...
Operating System - HP-UX
1825891
Members
3126
Online
109689
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-18-2001 09:35 AM
12-18-2001 09:35 AM
I've been scraching my head now for quite some time, browsing through various message board in hope of finding an answer to my problem. No luck. My problem is that I have a pesky workstation going around and collecting info generating lots of traffic. I want to prevent it from scanning my box (HP-UX 11.00 9000). I've tried the following:
/usr/sbin/route add net 10.28.13.15 netmask 255.255.255.0 127.0.0.1
This produces an error "no route to host."
I tried /usr/sbin/route add net 10.28.13.15 127.0.0.1 with the same result.
My question is, how can I block traffic from that system to my server?
Thanks.
/usr/sbin/route add net 10.28.13.15 netmask 255.255.255.0 127.0.0.1
This produces an error "no route to host."
I tried /usr/sbin/route add net 10.28.13.15 127.0.0.1 with the same result.
My question is, how can I block traffic from that system to my server?
Thanks.
It'snever too late to learn new things...
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 09:47 AM
12-18-2001 09:47 AM
Re: Blocking an incoming traffic from a specific host
Hi,
This really falls under security category. You will need to user tcp wrappers to wrap up the TCP ports or atleast you can use /var/adm/inetd.sec to control the inetd services. Look at this file and you will find good examples and format of the file.
Now, this will not stop the other system scanning your server. At the most he/she will get "connection refused" messages to the services that are blocked in inetd.sec file.
Disable unused services from inetd.conf and /etc/services and restart inetd.
Use a firewall if the system is not on the same network.
-Sri
This really falls under security category. You will need to user tcp wrappers to wrap up the TCP ports or atleast you can use /var/adm/inetd.sec to control the inetd services. Look at this file and you will find good examples and format of the file.
Now, this will not stop the other system scanning your server. At the most he/she will get "connection refused" messages to the services that are blocked in inetd.sec file.
Disable unused services from inetd.conf and /etc/services and restart inetd.
Use a firewall if the system is not on the same network.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 09:57 AM
12-18-2001 09:57 AM
Solution
Hi,
You can use ipfilter for this. Also /var/adm/inetd.sec file can control incoming traffic.
Have a look at this doc for ipfilter
http://us-support.external.hp.com/cki/bin/doc.pl/sid=666b91550030208429/screen=ckiDisplayDocument?docId=200000056482653
-USA..
You can use ipfilter for this. Also /var/adm/inetd.sec file can control incoming traffic.
Have a look at this doc for ipfilter
http://us-support.external.hp.com/cki/bin/doc.pl/sid=666b91550030208429/screen=ckiDisplayDocument?docId=200000056482653
-USA..
Good Luck..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 10:19 AM
12-18-2001 10:19 AM
Re: Blocking an incoming traffic from a specific host
If your talking about stopping it to a server (i.e. not keeping out of your whole network)...than have you tried adding somethings to your /var/adm/inetd.sec
telnet deny
rlogin deny
etc...
Just a thought,
Rita
telnet deny
rlogin deny
etc...
Just a thought,
Rita
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP