+ All Categories
Home > Documents > Transparently Bridge Two Networks Without Using WDS (EoIP) - MikroTik Wiki

Transparently Bridge Two Networks Without Using WDS (EoIP) - MikroTik Wiki

Date post: 22-Jun-2015
Category:
Upload: gamlgus2k
View: 64 times
Download: 12 times
Share this document with a friend
Popular Tags:
7
Transparently Bridge two Networks without using WDS (EoIP) Contents 1 Server Setup: 1.1 Server IP Addresses 2 Client Setup: 2.1 Client IP Addresses 3 Check your setup Server Setup: Server IP Addresses / ip address add address=192.168.0.1/24 interface=ether1 disabled=no / ip address add address=192.168.1.1/24 interface=wlan1 disabled=no
Transcript
Page 1: Transparently Bridge Two Networks Without Using WDS (EoIP) - MikroTik Wiki

Transparently Bridge two Networks without using WDS (EoIP)

Contents

1 Server Setup:

1.1 Server IP Addresses

2 Client Setup:

2.1 Client IP Addresses

3 Check your setup

Server Setup:

Server IP Addresses

/ ip address add address=192.168.0.1/24 interface=ether1 disabled=no

/ ip address add address=192.168.1.1/24 interface=wlan1 disabled=no

Page 4: Transparently Bridge Two Networks Without Using WDS (EoIP) - MikroTik Wiki

Client Setup:

Client IP Addresses

/ ip address add address=192.168.0.2/24 interface=ether1 disabled=no

/ ip address add address=192.168.1.2/24 interface=wlan1 disabled=no


Recommended