Bridging two networks
Posted: Fri Apr 27, 2012 3:17 am
Hi folks!
I have the following setup in my home network:
I have two network interfaces on my box and want to forward packets between the router and client 0. Essentially, there should be no difference in network behavior concerning the clients as compared to my old setup:
Being a beginner where linux is concerned I'd like to get help in doing this. So far I've found these options:
IP forwarding
Setting interfaces as a bridge
So what are the differences between these approaches? Which one would you recommend to me (and why)?
I have the following setup in my home network:
Code: Select all
client{1-x}----router----amahi_box----client0
Code: Select all
client{1-x}----router--------client0
IP forwarding
Setting interfaces as a bridge
So what are the differences between these approaches? Which one would you recommend to me (and why)?