Configure the router when it is closer to the client and expects to initiate connections to peers:
- dlsw {
- local-peer peer-address;
- remote-peer peer-address;
- }
Configure the router when it is closer to the server and does not expect to initiate connections:
- dlsw {
- local-peer peer-address;
- promiscuous;
- }
Configure specific peers and accept incoming connections only from those peers:
- dlsw {
- local-peer peer-address;
- promiscuous;
- }
Configure so that for some applications you initiate connections, and for other applications you receive connections from other peers:
- dlsw {
- local-peer peer-address;
- remote-peer peer-address;
- promiscuous;
- }