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 / manoj samtani
iptables -I INPUT -s 172.168.0.1 -p tcp --dport 80 -d 192.168.0.2 -j ACCEPT
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Which command would you use if you want to remove the password assigned to a group?
The command ‘umask -S’
What is nbtstat command?
What is cd command used for?
What is command grouping and how does it work?
What is filter command in unix?
Who is unix command?
How do I do a whois search?
The ‘logout’ built in command is used to
Information technology is widely used in
What is an os command?
How do you create a text file in linux?
Why is unix used?
What Command used to lock user password?
What are the options of wc command?