I am working on creating two ideal 'server' nodes that clients can connect communicate on, and I was wondering if it was possible to bridge them together so no matter the node the clients are connected to they would be able to communicate with each other.
The reason I feel it wouldn't be that simple is due to the fact that I need frame relaying enabled on both 'server' nodes. Any advice on how to get this setup, if at all possible?
Normaly enable frame relaying should be enough regarding freelan configuration.
After for the routing part, each server has a virtual interface for Freelan network so the rest is network configuration:
the server should configure IPv4 and/or IPv6 routing (see /proc/sys/net/ipv4/conf/all/forwarding and /proc/sys/net/ipv6/conf/all/forwarding on GNU/Linux)
clients should set their default gateway (to tunnel unknown IP range traffic to the tunnel) to the freelan IPv4/IPv6 of the server.
Greetings!
I am working on creating two ideal 'server' nodes that clients can connect communicate on, and I was wondering if it was possible to bridge them together so no matter the node the clients are connected to they would be able to communicate with each other.
The reason I feel it wouldn't be that simple is due to the fact that I need frame relaying enabled on both 'server' nodes. Any advice on how to get this setup, if at all possible?