Hi everyone.
I’m using Metal 2Shpn now, it basically running in home AP mode, so the WAN is ether1 with PPPoE to my ISP, the LAN is wlan1. Now I want to change PPPOE form wired to wireless connection, I’ll setup another pure AP with wired to modem, to be more clear:
Now: Internet—modem—Mikrotik ETHER—PPPOE—Mikrotik WLAN—LAN users
I want: Internet—modem—AP—Mikrotik WLAN—PPPOE—Mikrotik WLAN—LAN users
Is that possible and how can I do it?
Thank you all!
What do you want to accomplish exactly? A wireless link between both APs?
Thank you, I want it to dial PPPOE to ISP using WLAN1 instead of ETHER1 while remain the wireless router function on WLAN1.
I want to dial PPPOE through WLAN1 to internet while use WLAN1 as the router LAN port at the same time.
If I understood correctly you want one wireless interface to be station and AP at the same time? That is not possible.
wireless interface can be eiter AP or station but not both.
Thank you, but sorry I mean I want one wireless interface to be station and client at the same time, it receives from an AP.
Someone says this could be done by VLAN, is it right?
Yes, in that case you do this with vlans.
Thank you.