How Do I Connect RBSXTG2HnD To RB2011UAS-2HnD?

Hi all,

Thanks to forum user “plisken”, i hv managed to resolve a issue with the Aztech Homeplug.

Now, I would like to expand further the wireless access to another 3 floors building which is just 50 feet away from the main church office which house the RB2011UAS-2HnD.

Here’s the updates high level diagram:-


RB2011UAS-2HnD

  • — Wireless PRIVATE —> 192.168.8.x ----> SSID Office
    |
    ±-- Wireless PUBLIC -----> 192.168.9.x ----> SSID Guest
    |
  • ether2 → server (192.168.8.x)
  • ether5 ----> HL119EP -----> HL117EW —> SSID Guest2 (192.168.9.x)
  • ether9 → printer (192.168.8.x)
  • ether10 —> ISP
    |
    |
  • ether1 —> RBSXTG2HnD
    |—> Wireless PRIVATE —> 192.168.8.x ----> SSID Office3
    |—> Wireless PUBLIC -----> 192.168.9.x ----> SSID Guest3

As you can see above:-

  1. How can i configure RBSXTG2HnD to 2 SSIDs? I hv got a general idea abt how to do this, but i wish to hv a guideline to follow written by experts.

  2. How can i configure ether1 to hv 2 different subnets?

TQ in advance.

I don’t understand your question.
What wil you do with the SXT? use as accesspoint with different subnets?

Maby a network diagram

The STX is configured as a AccessPoint. And STX will have the subnet of 192.168.8.x and 192.168.9.x.

thanks

You must use vlan fot this
Can you post the config from your routerboard here? (export)
Remove sensitive data like passwords.

I have no SXT on 2.4 GHz but i give you the config with a groove

ether1 from your SXT = trunk you must this connect with a ether interface that is free on your routerboard.
Use this ether interface also as trunk
vlan identication = 300 for office and 400 for guest

Reset the SXT without default configuration.
Copy this script and paste this script into the window in "new terminal


See the configuration

/interface bridge
add mtu=1500 name=bridge-guest
add mtu=1500 name=bridge-office
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no frequency=2412
l2mtu=1600 mode=ap-bridge name=wlan-office ssid=office
/interface vlan
add interface=ether1 l2mtu=1596 name=vlan-guest vlan-id=400
add interface=ether1 l2mtu=1596 name=vlan-office vlan-id=300
/interface wireless
add disabled=no l2mtu=1600 mac-address=D6:CA:6D:1F:98:8D master-interface=
wlan-office name=wlan-guest ssid=guest wds-cost-range=0 wds-default-cost=
0
/system logging action
set 2 remember=yes
/interface bridge port
add bridge=bridge-guest interface=vlan-guest
add bridge=bridge-office interface=vlan-office
add bridge=bridge-office interface=wlan-office
add bridge=bridge-guest interface=wlan-guest
/ip upnp
set allow-disable-external-interface=no
/snmp
set trap-community=public
/system leds
set 0 interface=wlan-office

You must also configure VLAN on your routerboard