Sponsored Content
Full Discussion: TCP Wrappers on AIX 5.3
Operating Systems AIX TCP Wrappers on AIX 5.3 Post 302692797 by moshesa on Tuesday 28th of August 2012 06:09:02 AM
Old 08-28-2012
Hi zaxxon,
thanks for your reply.

I tried all of this: IP address, FQDN, short hostname.

when I do
Code:
who am i

it's shows the PC that i logged in and not the FQDN of the server:
Code:
root        pts/5       Aug 26 08:55     (pc74.organization.co.il)

another thing, when i do the ftp connection, i get this message:
Code:
linuxserver1 auth|security:alert ftpd PAM: open_module: stat(/usr/lib/security/pam_uxauth.o) failed: A file or directory in the path name does not exist.

Thanks.
 

10 More Discussions You Might Find Interesting

1. Cybersecurity

TCP Wrappers

I have installed TCP wrappers , Good package ... I have a problem with the hosts_options part ... I am not able to use the twist command .. It just dosent respond I have compiled wrappers 7.6 for Solaris 8 with ipv6 support ... Everything works fine except the twist doesnt work I have... (1 Reply)
Discussion started by: DPAI
1 Replies

2. IP Networking

IBM-AIX and TCP/IP Problem

I am having a problem and I feel it's network related. I have an RS6000 running AIX. I use a terminal emulation program that allows me to connect to my server via TCP/IP. When I try and make the connection, it takes F-O-R-E-V-E-R to get a login prompt on the screen. I also cannot ftp to... (3 Replies)
Discussion started by: Docboyeee
3 Replies

3. Solaris

logging solaris 10 tcp-wrappers

I want to log tcp-wrapper events Solaris 10. I researched and saw that I could make a syslog entry in the hosts.deny, which I did below. After restarting syslog and having ssh blocking, I see nothing logging. I also do not get the email that should be generated. The file was taken from a... (2 Replies)
Discussion started by: csgonan
2 Replies

4. Solaris

TCP Wrappers - again

has anyone ever tried using a client list in thier hosts.allow file Example of hosts.allow) in.ftpd: /etc/ftp.hosts "ftp.hosts" has my list of IP address that are allow access.... However I cant get this work...Any Comments or Help? (0 Replies)
Discussion started by: dodge_man
0 Replies

5. AIX

TCP wrappers

With things installed and wrapping ftpd on AIX 5.1 in hosts.deny I have; ALL: ALL in hosts.allow; ftpd: x.x.x.x ALL: x.x.x.x I get this on connect via ftp; 421 Service not available, remote server has closed connection So its working as far as blocking but the hosts.allow seems to be... (1 Reply)
Discussion started by: traken
1 Replies

6. AIX

TCP port 70000 on AIX 6.1? (Surely higher than allowed maximum?)

Looking at /etc/services on AIX 6.1, I noticed some bizarre port numbers which exceed the 16-bit maximum port number for TCP (i.e. they are higher than 65535.) sco_printer 70000/tcp sco_spooler # For System V print IPC sco_s5_port 70001/tcp lpNet_s5_port ... (5 Replies)
Discussion started by: garethr
5 Replies

7. UNIX for Advanced & Expert Users

TCP Wrappers and restricting users

I'm using vsftpd which is being controlled by inetd. I have a user that I want to only be able to connect from one specific IP address on the same internal network so I can backup files on a separate system. Is this possible with TCP wrappers? I got the notion that it was because of a few... (4 Replies)
Discussion started by: mashiox
4 Replies

8. AIX

TCP/UDP port range for default AIX NFS?

May I know what is the TCP/UCP port range for any default AIX NFS? Based on rpcinfo -p, I got the following output: program vers proto port service 100000 4 udp 111 portmapper 100000 3 udp 111 portmapper 100000 2 udp 111 portmapper 100000 4 ... (4 Replies)
Discussion started by: famasutika
4 Replies

9. AIX

Where is the same TCP parameters in AIX?

I am try to tuning a parameter in AIX 5L and 6 (for performance issue.) I find a link(https://forums.oracle.com/forums/thread.jspa?threadID=886358) The thread mention two parameter below, I can use "ndd" command to tuning. tcp_deferred_ack_interval = 2 tcp_deferred_ack_max = 2 but I... (3 Replies)
Discussion started by: nnnnnnine
3 Replies

10. AIX

aix tcp wrappers hosts.allow hosts.deny?

hi all just installed the netsec.options.tcpwrapper from expansion pack, which used to be a rpm, for my aix 6.1 test box. it is so unpredictable. i set up the hosts.deny as suggested for all and allow the sshd for specific ip addresses/hostnames. the tcpdchk says the hosts allowed and... (0 Replies)
Discussion started by: wf201626
0 Replies
Net::DRI::Data::Contact::NO(3pm)			User Contributed Perl Documentation			  Net::DRI::Data::Contact::NO(3pm)

NAME
Net::DRI::Data::Contact::NO - Handle .NO contact data for Net::DRI DESCRIPTION
This subclass of Net::DRI::Data::Contact adds accessors and validation for .NO specific data. METHODS
The following accessors/mutators can be called in chain, as they all return the object itself. type() Mandatory, must be set for all contacts. Specify what type of contact to register. Value must be one of: 'person', 'organization' or 'role'. Example: $co->type('organization') identity() Currently valid for type='organization' only. Must then be set to specify the organization number in Bronnoysund, the Norwegian Business Register. Example: $co->identity({type=>'organizationNumber', value=>'987654321'}); mobilephone() Optional. Set a mobile phone number for the contact. Example: $co->mobilephone('+47.123456780') organization() Optional. Set one or more organization-elements which specify organizations which the contact belongs to. The value should be the local contact id of an organization object. This element can only be used for role and person contacts. $co->organization('EFA12O'); rolecontact() Optional. Set one or more roleContact-elements which specify persons which belongs to a role contact. The value should be the local contact id of a person object. This element can only be used for role contacts. Example: $co->rolecontact(['JD12P', 'JD13P']); xemail() Optional. Set one or more email-elements which specify email addresses in addition to the mandatory email element in the standard contact create command. Example: $co->xemail(['xtra1@example.no', 'xtra2@example.no']); xdisclose() Optional. A disclose-element which must contain the child element mobilePhone. This element notes the clients preference to allow or restrict disclosure of the mobile phone number. If not present, the servers stated data collection policy is used. Example: $co->xdisclose({mobilePhone=>0}); facets() Facets are some special control attributes that can be used to implement a super registrar (admin registrar). A super registrar can suppress certain checks and perform actions on behalf of a normal registrar. Facets are key/values pairs. Net::DRI will not try to enforce what key/value pairs that are possible, but let the registry decide their validity. Example: $co->facets( { 'skip-manual-review' => 1, 'ignores-exceptions' => 'reg123'} ); SUPPORT
For now, support questions should be sent to: <netdri@dotandco.com> Please also see the SUPPORT file in the distribution. SEE ALSO
http://www.dotandco.com/services/software/Net-DRI/ AUTHOR
Trond Haugen, <info@norid.no>. COPYRIGHT
Copyright (c) 2008-2010 UNINETT Norid AS, <http://www.norid.no>, Trond Haugen <info@norid.no>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the LICENSE file that comes with this distribution for more details. perl v5.10.1 2010-03-25 Net::DRI::Data::Contact::NO(3pm)
All times are GMT -4. The time now is 01:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy