- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inetd.sec
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
04-08-2008 11:45 PM
04-08-2008 11:45 PM
#cat /var/adm/inetd.sec
ftp deny 192.168.55.21
still I am able to do ftp from the given ip.
Rgrds,
Raj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2008 11:49 PM
04-08-2008 11:49 PM
Re: inetd.sec
1. ftp is not started fron inetd
2. inetd is not reloaded after changing this file with 'inetd -c'
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2008 11:55 PM
04-08-2008 11:55 PM
Re: inetd.sec
did you try to run: inetd -c ?
revert!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2008 11:58 PM
04-08-2008 11:58 PM
Re: inetd.sec
you can also consider installation of the latest inetd cumulative patch -> PHNE_28312
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2008 11:59 PM
04-08-2008 11:59 PM
Re: inetd.sec
"ftp allow 192.168.55.2" is working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2008 12:35 AM
04-09-2008 12:35 AM
Re: inetd.sec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2008 01:03 AM
04-09-2008 01:03 AM
Re: inetd.sec
if your server is listed in ftp.allow file then it will work remove from there and put only ftp.deny
and restart inetd -c as sajjad mentioned
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2008 12:53 AM
04-13-2008 12:53 AM
Re: inetd.sec
I have installed the patch PHNE_34823 ( inetd cumulative patch for 11.23) and restarted the inetd also. But still can ftp to the server...
Any more suggestion ?????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2008 01:28 AM
04-13-2008 01:28 AM
Re: inetd.sec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2008 04:09 AM
04-13-2008 04:09 AM
SolutionAre you checked by applying the server ip in /var/adm/inetd.sec for allow and deny functionality ?
means
#vi inetd.sec ---- on 192.168.1.2
ftp deny 192.168.1.2 #for checking deny fuctionatilty
Note : The ip address should be the server address itself ,just for checking .
#inetd -c
then try ftp to itself ,you may not able to connect to server then we can conclude that "ftp deny"is working .
About your issue ,the ip address reflecting from the client to the server could be a different one .
means :-
Your client ip address could be 192.168.55.2 on client side but while connecting to the server it may reflecting with different ip address ( confirm through syslog after opening a telnet session ,or try ping 192.168.55.2 from server ) due to security implementation on network side.
If this is right then you have to confirm your client mapping ip address on server side and apply inetd.sec accordingly .
Thanks,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2008 07:52 AM
04-15-2008 07:52 AM