How to prevent a solaris user to telnet from multiple computers

Hello,
How to prevent Solaris users to telnet from multiple computers? They should be able to telnet from only one PC.
Please help..

ora_tech have a good point, i was about to suggest ipfilter, which is a built-in-firewall in Solaris, but using tcp wrappers would probably be easier. It all depends on which level of security you want (blocking the telnet requests in a firewall would generally be safer than blocking them at the tcp wrapper level, since its prevents some processing).
Since Solaris 10 you can also easily enable tcp wrappers on the inetd services with inetadm, see:
http://blogs.sun.com/gbrunett/entry/tcp_wrappers_on_solaris_10
.. for more details..
.7/M.

Similar Messages

  • How do I sync photos onto my ipad from multiple computers?

    My dad just got an ipad and we're trying to sync pictures from multiple computers.  He's already synced pictures from his computer.  But there are some pictures on my computer that he wants too.  Every time I try to sync photos from my comptuer to his ipad, a menu pops up and asks if I want to replace his existing photos.    I don't want to replace his photos with my photos.  I just simply want to add to his collection of photos. 
    Of course I can always transfer photos on my computer onto a flash drive and upload it onto his computer.  But I want to know if there is a way where I can sync photos from multiple computers onto his ipad without replacing his original pictures.. (and without using a flash drive or emailing pictures)
    Thanks

    Only the contents of the most recent photo sync remains on the iPad, and not including photos in a sync is how you delete them from the iPad - so you need to sync all the photos that you want on the iPad in one go. There are third-party apps for the iPad such as Simple Transfer that allow you to transfer photos to the iPad via your wifi network, but they will just go into the Saved Photo/Camera Roll album on the iPad - though with iOS 5 in the Autumn you will then be able to move photos between albums on the iPad

  • Now that iCloud has done away with galleries, how can we share as I did with MobileMe? How can we sync non-Apple email accounts across multiple computers?

    Now that iCloud has done away with galleries, how can we share as I did with MobileMe? How can we sync non-Apple email accounts across multiple computers?

    You will need to find a third party solution for online storage in order to share things like photos with others. Some popular solutions to this are dropbox and sugarsync.
    You cannot sync non-iCloud email accounts across your iOS devices and computers unless they are IMAP accounts like iCloud. If they are IMAP accounts, you will do it in the same way as you have always done.

  • How to make a communication of two VIs from difference computers throught VI server?

    how to make a communication of two VIs from difference computers throught VI server?
    I have built the program which is attached at below. But it doesn't work. Can any one help me?
    Attachments:
    panel5.vi ‏82 KB

    Hi Barry,
    What do you mean "it doesn't work"? What kind of errors are you seeing? Also, you only specified the file name (data.vi) when opening a VI reference. Try specifying the whole path to the VI. Also, you might want to make sure you are able to ping your other computer from the start (to see if this is a LabVIEW issue or a network issue).
    Hope this helps,
    Travis H.
    LabVIEW R&D
    National Instruments

  • How do I create. A single PDF from multiple files? PDF pack on iOS

    How do I create. A single PDF from multiple files? PDF pack on iOS
    The primary reason I signed up for. PDF Pack was to create a single PDF from multiple image files and other PDFs .
    Is this possible? If so how
    thanks in advance
    rich

    Hi Rich,
    The combine files feature isn't available when you're using Reader for iOS. However, you can log on to the web interface at Adobe Acrobat.com using your Adobe ID and credentials, and use the Combine Files feature there.
    Please let us know if you need further assistance.
    Best,
    Sara

  • How to prevent a portal user from using the BEx Analyzer ?

    Hi,
    we have different type of users : most users may use the portal as well
    as the analyzer ;
    we have one special user with extended authorizations : this user
    should use the portal , where he has a limited set of queries to run
    with hardcoded filters ==> this user should not be able to use the
    analyzer however, since he then would be able to call all other queries
    by using the find function ;
    how can we make sure this user cannot use the analyzer , using SAP
    authorizations ?
    best regards,
    Erwin Van Giel.

    Hi,
    if I remove the complete S_RFC authorization for the user then the BEx Analyzer cannot connect anymore to the BW system, but neither can the user run reports from the portal : it needs the S_RFC with 'SYST'.
    If I only remove the RRMX from the S_TCODE and from the S_RFC, it does not prevent the user from starting the BEx Analyzer and connecting to the BW system. It only stops the user if he would start the RRMX transaction from within an SAPGUI session.
    Perhaps there should be a value in the S_RFC that allows connections from the portal but not from the BEx Analyzer .... ?
    so not solved yet ....
    best regards,
    Erwin.

  • How to prevent executing more than one client from a machine?

    Hi all,
    Currently I am doing a client server project in java. The client is java swing. There is a requirement to prevent executing more than one client from a machine.
    Now I am relying on socket for this. I listen to a port, say 15000 and when the second session is started it would give an exception at the socket. I know that this a trivial method. Can anybody please suggest a better method. Also is it possible to bring focus to already executing client, if the user tries to execute the client program again in the same machine?
    An early answer to this question is highly appreaciated.
    Thanks in advance
    SSM

    Thanks for the suggestion, but I dont think we can use socket for this. And again if we use file for the same as you described, I think it would sometime create a some serious side effects. Suppose after one client session is invoked, the power goes off. In this case the client shut down is not in the normal sequence and hence we cannot remove the file programaticaly. This creates big problem when the user tries to run client again.
    I am really interested to know, is there any standard way in java which can be used to achieve this. Also is it possible to give focus to already executing client program if the user tries to invoke the client again.
    Thanks
    SSM

  • How to call OID delete user process task from AD process definition

    Hi All,
    I wanted to call OID delete user process task from AD process def. I have created a process task in AD Process def which will be integrated with OID Delete User adapter. How can i map OID related attributes to the adapter api?
    Expected inputs for OID delete api :
    root DN
    orgDN
    admin pwd
    server
    attr lookupcode
    XLOrgFlag
    sProcessInsKey
    UserID
    PDataOrg
    port
    AdminID
    SSLFlag
    here i cannot map some like : sProcessInsKey
    any pointers would be appreciated.
    Regards,
    Ashok

    OID delete user process task from AD process defWhy don't use call Revoke Resource API ?
    http://otndnld.oracle.co.jp/document/products/id_mgmt/idm_904/doc_cd/javadocs/operations/Thor/API/Operations/tcUserOperationsIntf.html#revokeObject%28long,%20long%29
    Use getObject API
    Iterate through resultset.
    If RONAME == OID User then call revokeObject

  • How to find list of users logged in from past 3 months

    Hi,
    How can i get the list of users accessed oracle database from past 3 months.
    I tried select username,LOGON_TIME from v$session ;
    From v$session can we get all the users logged in from past 3 months?
    Thanks,

    kkrm333 wrote:
    Hi,
    How can i get the list of users accessed oracle database from past 3 months.
    I tried select username,LOGON_TIME from v$session ;
    From v$session can we get all the users logged in from past 3 months?
    Thanks,What does the fine Reference Manual say about "v$session"?
    OK, I looked it up for you. The very first thing it says about this view is
    "This view lists session information for each <b><i>current</i></b> session." (emphasis mine)

  • How to edit/publish a calendar from multiple computers?

    In our small business we have up to three people doing scheduling using iCal. We would like to use our separate computers to edit/publish calendars. Right now, we can subscribe, but not publish calendars from multiple machines.
    Is there a way to remotely log in to the Mac we publish the calendars on, or can we do this through the web?
    Sorry if this has been covered before . . . thanks!

    The only way I know to "log in" to another computer is through the Apple's sofware: Apple Remote Desktop (a bit overkill if all you want to do is edit a calendar)
    It is not possible to edit another user's calendar, you can only sibscribe.
    Perhaps a 3rd party will have this ability soon (Chronos is coming out with a major upgrade to their Group/Personal Organizer product.
    DayLite by Market Circle is another product which may let you do what you want but it doesn't currently sync with iCal, thus you would lose all the extended functionality of iCal.
    Sorry none of these meet your current needs,
    Do look at CalTalk if you need to share calendars locally without publishing them to the web. (How do you share now?)
    There are also some web based calendar programs (eg BaseCamp) but you have to always be connected to the web and pay a subscrition fee.

  • How do I pass Solid Edge- SAP configs on multiple computers

    Hello All,
    How do I pass the 'User/System preferences -configs I did on Solid Edge side' on multiple computers on which I am installing the SE-SAP interface. Do I have to go to each machine, open the user/system preferences and then check the boxes, which I did while prototyping.
    How can this process be automated.
    Thanks,
    Sachin

    Hi Sachin
    Goto <b>Link Log</b>
    and press <b>SAVE button</b> in right bottom corner
    choose <b>REG file option</b> and export the entries
    go to any other PC and run the reg file
    i Hope this answers your question.
    Niranjan
    Award if Useful

  • How to use a Web Template with queries from multiple BW Systems?

    Hi all,
    can anybody help me how to use a Web Template with queries (DATA PROVIDER)in it from multiple BW Systems?
    Thanks in advance, best regards
    Frank

    Great! Thanks for the quick response.
    Have you tried this for XMLA datasources created within the EP system also?
    i.e use Web Analyzer to create a view from the XMLA source and use that view within WAD?
    Thanks.

  • Forms 10g single user log in from different computers.

    Dear All,
    I am using forms 10g and I want to stop a single user_name to log in to the application from different computers at same time trough browser. Please help me to resolve the issue....
    Thank you in advance..

    Hi,
    user_name is oracle database user name or your own application username?
    You want to restrict to only one session at a time for a particular user?
    Regards
    Yoonas

  • How to prevent a rdp user from mapping drives on the server ?

    Hi,
    User A from Domain A (using Win7 pro) is able to rdp to Server Z (Windows Server 2008) which is in Domain Z and is able to map drive.
    My question is : How do I prevent User A from mapping any drive in Server Z ?
    Please advise. TIA !

    Hi,
    if a user has access to the other share there is no way to prevent that user from mapping a drive.
    However, you can remove the "map Network drive" functionality via policy, please see
    http://msdn.microsoft.com/en-us/library/ms812045.aspx
    That does not prevent users from mapping  their drive manually using the "net use ..." command from a shell. While it is possible to restrict running of the net command, I do not recommend that (see
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/b5012142-cfe9-4b24-99b9-d7ff3b84f0f4/what-security-policy-blocks-use-of-the-net-command-for-nonadmin-users?forum=winserverGP).
    ( What you may consider when having Shares cross-forest, you can remove that authorized users permission from the share replacing it by DOMAIN\Domain users groups, etc. So access to the share is limited instead of using a share that a user has access to.
    Please Keep in mind that even when you remove the Network drives a user can still Access the resource via UNC. )
    Regards,
    Martin

  • How can I move the user home folder from server to the mac

    I have a mac mini which i use for OpenDirectory, DNS and email. It is not a big installation it is for my wife and I.
    My wife logs in using an network account, and the user folder is saved on the mac mini. This gives me a few problems.
    a. If the server is upated and restarted, my wife has to relogin, or sometimes reboot the imac to get acces to the email etc.
    b. Having the home folder on a mac mini is causing the imac to be very slow
    c. Itunes can't synchronize to her Iphone. Connecint it gives her a message that synchronization has been turned off, and if i try to turn it on I get an error message saying somthing about shared access to the user folder.
    I do not use a network account and have none of these problems.
    So I have decided to try to put her user folder on the imac instead of on the server..
    But how do I do that?
    I still wan't her to use the network user account, but the user folder should be on her imac.
    Kind Regards
    Henrik

    I do not think you can move migration assistant for this situation.
    The mac mini is a osx snow leopard server, running openDirectory, DNS and E-mail, so its not like she is logging into the server.
    Her imac is bound to the OpenDirectory and she uses an openDirectory network user account to log in on her imac.
    But the user folder is saved on the server, which is very nice if you have a bigger server with faster disks, and more mac clients to log into.
    But in this situation she only uses her imac, and the performance of having the user folder on the server is not good enough, as well as the other problems I have with itunes sync etc.
    So I do not think it's a job for the migration assistant.

Maybe you are looking for

  • Mobile Account Nightmares!

    Ok so Mobile accounts looks to be the answer to everything. I am looking for an easy backup solution that will allow people to sync files over the network and also let them take their computers home while still being able to access that same account.

  • How to deal with complex SOAP responses when calling web services ???

    Hi all, I have an issue when calling a web service that returns a complex SOAP response message. With simple responses (e. g. array of strings) it worked. I created the PDF as an Interactive form with Livecycle Designer 8.2. The Javascript looks like

  • My computer in my local network

    I recently bought a mac pro and am using an airport extreme base station. I need to access my computer on the local network but somehow I have made it invisible! I think i turned something off but now I need to make it visible again to other computer

  • Again : Changing Delivery Date automaticly when CARDCODE is validated...

    Strugging again. Nothing I'm trying seems to work. With this : It never gets in if (pVal.EventType == BoEventTypes.et_VALIDATE && pVal.ItemUID == FortSum.SAPFramework.Enums.SO_FIELDS.B1_CARDCODE && pVal.ItemChanged == true && pVal.ActionSuccess == tr

  • IMessage doesn't work on my Mac Pro or MB Air

    I just upgraded to Mountain Lion and both my Mac Pro and MB Air don't work with iMessage, although my new MBPro had it already on the dock when I got the computer.  All my systems are now 10.8.2.    Is it just that these machines are too old to work