![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| trying to map win xp machines in a linux | raulb | Linux | 3 | 10-05-2005 10:32 AM |
| switching between machines | w33man | UNIX for Dummies Questions & Answers | 1 | 04-28-2004 04:01 PM |
| My e-Machines desktop | WABonnett | Linux | 2 | 01-27-2004 09:33 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Allow only particular machines to access
Hi!
I have a need to allow only certain IP addresses to access a machine running Red Hat Linux. I am not sure how this can be accomplished. Thanks in advance for your help. nua7 |
|
||||
|
I need to give access to port 1521 to only one machine. I found out a way by having two iptable rules. Code:
iptables -A INPUT -s 148.147.172.226 -p tcp --dport 1521 -j ACCEPT iptables -A INPUT -p tcp --dport 1521 -j DROP Can anyone find any disadvantages using these rules. Thanks! nua7 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|