Results 1 to 2 of 2
how do i implement bridging through kernel modules? what is filtering data base?? How do I send or forward the packets?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-22-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 1
how do i implement bridging?
how do i implement bridging through kernel modules? what is filtering data base?? How do I send or forward the packets?
- 01-22-2007 #2Just Joined!
- Join Date
- Jan 2007
- Posts
- 44
I have't quite understood your question, but i can try to answer the first one. The Filtering table as you put it really is netfilter and it has been built into the linux kernel.
Inorder to configure ip forwadding for your interfaces,
# echo 1 > /proc/sys/net/ipv4/ip_forward


Reply With Quote
