any limitation on IP tables?

Asked by Wah

Hi

I'm new with Ubuntu. I'm plan to use Ubuntu for IP filtering and bonding. I would like to know if there is any port limitation ( # GigE ports) that Ubuntu supports for IP filtering and bonding. I'm thinking of 10 GigE ethernet ports.

HW - Intel Duo Core - 2.3Ghz, 2Ghz RAM and LAN Chip Intel 82753L

Thanks

Wah

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
Best Bhavani Shankar (bhavi) said :
#1

Hello..

This article gives you more info on iptables..

https://help.ubuntu.com/community/IptablesHowTo

I can bet you that on a default install when you run the command

sudo iptables -nL the result you get is

Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

=all traffic allowed ;-)

Iptables is an IP filter, and if you don't fully understand this, you will get serious problems when designing your firewalls.. ;-)

More Info:

http://www.netfilter.org/documentation/HOWTO/packet-filtering-HOWTO-7.html

http://www.debian-administration.org/articles/518

http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch14_:_Linux_Firewalls_Using_iptables

Hope it helps

Bhavani Shankar.

Revision history for this message
Wah (tuckonn) said :
#2

Thanks

Revision history for this message
Bhavani Shankar (bhavi) said :
#3

Glad that I can help.... ;-)