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
How do make computer faster?
What signal is ctrl c?
How do I run a .sh file in linux?
What is bash linux?
What is build process?
Explain grep command.
What are commands in grammar?
What is devops model?
What is FC command?
What is umask in linux?
Which command puts a script to sleep untill a signal is recieved?
What is option in linux command?
How do I run whois command?
What does chmod 777 do?
What command would you use to create an empty file without opening it to edit it?