0

This might seem like kind of a dumb question, but...say for example...

I have a router running OpenWRT or some Linux distro and that router or box has two interfaces (lets say for sake of example a wireless one and a NIC connected to a switch). If I create a bridge between the two interfaces, computers on both subnets (one for the wireless and one on the NIC) will be able to communicate with each other even if they are on different subnets?

Or am I misinterpreting the concept of a bridge?

leeand00
  • 4,869
  • 15
  • 69
  • 110

1 Answers1

4

A "bridge" is a layer 2 phenomenon, which won't help you communicate between two different subnets.

What you have is a route (and firewall rules that permit traffic between the two subnets).

EEAA
  • 109,363
  • 18
  • 175
  • 245