How to allow Solaris OS user to telnet to specific IP?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to allow Solaris OS user to telnet to specific IP?
# 1  
Old 07-10-2011
How to allow Solaris OS user to telnet to specific IP?

Dear All,

I need help on allow/disallow OS user to telnet to specific IP address from client side?

I have one Solaris 10 machine, I will permit OS user to telnet to specific IP address.
# 2  
Old 07-10-2011
Take a look at Solaris built in firewall - IP Filter: http://download.oracle.com/docs/cd/E...psq/index.html
This User Gave Thanks to bartus11 For This Post:
# 3  
Old 07-11-2011
Can I allow IP per user basis? i.e one user can telnet 10.10.113.77 another user can telnet other IP like 10.10.78.43 etc. Is it possible in solaris??
# 4  
Old 07-11-2011
Quote:
Originally Posted by mamun_bu
Can I allow IP per user basis? i.e one user can telnet 10.10.113.77 another user can telnet other IP like 10.10.78.43 etc. Is it possible in solaris??
I'm not aware if this is possible with telnet or not .
But ssh in cojunction with IPFilter and TCPwrappers can provide something like that with some custom scripting , After all it's not easy job if this is scenario you are looking for .
Maybe some expert can answer your question .
# 5  
Old 08-23-2011
i have made a shell by which you can control telnet or ssh to specific IP from client machine. If any body need this just mail me: mamun_bu@yahoo.com. Code is written in C.
# 6  
Old 08-23-2011
The UNIX and Linux Forums - Forum Rules
(10) Don't post your email address and ask for an email reply

If you think, it is useful code, then why dont you share it here ?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

allow user to use sudo cp on a specific directory and only a specific file

Is there a way to allow a user to use sudo cp on a specific directory and only a specific file? (6 Replies)
Discussion started by: cokedude
6 Replies

2. AIX

Allow telnet in AIX from specific IP adds, but disable for everyone else

I need to change the security on our AIX servers and disable telnet from all but certain IP addresses. I have hashed the telnet line in /etc/inetd.conf and added filter rules for those IP adds to allow access on port 23, but this didn't work. Does anyone have any ideas? Thanks. (2 Replies)
Discussion started by: Alps
2 Replies

3. Solaris

How to restrict user to a specific directory in solaris 10

Hi all, I want to create a new user and grant him ONLY transfer files access to a specific directory where he can only upload and read the files. He should be restricted to this activity only. Regards (6 Replies)
Discussion started by: gilldn
6 Replies

4. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

5. Solaris

create user with RWX access to a specific directory in Solaris 10

I need to create a user account for a developer that will allow him rwx access to all resources in a directory. How can I do that? Thanks (5 Replies)
Discussion started by: gsander
5 Replies

6. Solaris

How to enforce login as specific user in Solaris

Hi, I need to implement something that will enforce login to a Solaris server as a particular, specifed user. After this login stage, users will be able to "su -" to whichever user they wish, by which time their activity will be captured by some sort of script (yet to be written). What I need... (7 Replies)
Discussion started by: jamiegeo1
7 Replies

7. UNIX for Advanced & Expert Users

telnet on specific port??

Hi all, I have a problem. I have machine names and their IP addresses in /etc/hosts file. My application does telnet on that machine host name. The application does not uses IP address for tenet. It will fetch the host name from /etc/hosts file. Now the telnet server runs on customized port.... (6 Replies)
Discussion started by: zing_foru
6 Replies

8. UNIX for Advanced & Expert Users

telnet for a user

Hi, we are on RED HAT linux: $uname -a Linux myserver.domain.com 2.6.9-42.0.2.ELsmp #1 SMP Thu Aug 17 18:00:32 EDT 2006 i686 i686 i386 GNU/Linux The only user that can connect in telnet is root. How can I authorize another users to do telnet ? Many thanks. (1 Reply)
Discussion started by: big123456
1 Replies

9. Solaris

give user permission on specific directory in solaris

dear all does any one give any user write permission using access control list or another way to solve this problem (1 Reply)
Discussion started by: murad.jaber
1 Replies

10. IP Networking

block telnet to specific port

Hello All I am running redhat linux 7.2 and would like to know how i can block telnetting to a specified port . say for example i would like to block telnet acesses to port 80. regards Xiamin (5 Replies)
Discussion started by: xiamin
5 Replies
Login or Register to Ask a Question