I want to built a fire wall using iptables. My condition is
" inbound to 192.168.0.2 with a port of 80 from
172.168.0.1 should accept"
Answer Posted / sri krishna
iptables -t filter -I INPUT -s 192.168.0.2 -P tcp --dport 80
-J ACCEPT
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What is the difference between rmdir and rm r?
What is the export command used for?
What is the makefile in c?
What does top do in linux?
How do you do nslookup?
What is finger in networking?
What is $$ in shell script?
What is cpu core in linux?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
What is the copy command in linux?
What is vnc?
How many types of commands are there in linux?
How do I start ms dos?
How do you ask politely?
What is mkdir?