golgiapparatus
IS-IT--Management
I have a few basic questions on IPTables, please forgive me, I learn best by asking questions.
I have a server that contains two NIC's:
How would I do the following....
Thanks for the help,
golgi
I have a server that contains two NIC's:
Code:
eth0 x.x.x.10
eth1 x.x.x.11
Code:
1. I would like to block all traffic on x.x.x.10 from all
2. I would like to grant an ip 186.x.x.43 to x.x.x.10 port 80 and 443
3. I would like to remove an ip 186.x.x.43 from x.x.x.10 port 80 and 443
golgi