![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| restricting access to a server | melanie_pfefer | SUN Solaris | 1 | 02-25-2008 02:55 PM |
| restricting root access | keith.m | UNIX for Advanced & Expert Users | 2 | 08-31-2006 07:56 AM |
| restricting access | max_min | SUN Solaris | 4 | 08-12-2004 02:20 AM |
| Restricting access | ngagne | UNIX for Dummies Questions & Answers | 4 | 07-21-2001 09:44 AM |
| restricting access... | alwayslearningunix | Security | 9 | 05-09-2001 07:13 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
solaris 9 come with tcpwrapper which you can use to restricte access to certain ip address.
To enable tcpwrapper edit /etc/inetd.conf or /etc/inet/inetd.conf to restrict telnet access Do the following: change this telnet stream tcp6 nowait root /usr/sbin/in.telnetd in.telnetd to telnet stream tcp6 nowait root /usr/local/bin/tcpd /usr/sbin/in.telnetd then edit /etc/hosts.allow and put the entry in.telnetd: x.x.x.x also edit /etc/hosts.deny and put the entry ALL: ALL You can also do the above to restrict ip access for ftp, rsync, rcp,ssh and so on Note x.x.x.x is the ip address you want to allow access, it can also be in form of x.x.0.0/255.255.0.0 |
|
||||
|
Thanks for the hook up
patch |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|