Page 1 of 2

Acess point

Posted: Thu Oct 17, 2019 4:08 pm
by SirSWE
I cant understand how is this so complicated to set my router as an access point? Tried diffrent guides cant get it to work. Anyone have an gargoyle router as an access point? Please help.

Re: Acess point

Posted: Thu Oct 17, 2019 6:01 pm
by Lantis
Just an access point? No DHCP no firewall?

Connect Via: Disabled
Configure wireless
Disable DHCP if it is on.
Connect cable from upstream to any LAN port.

Re: Acess point

Posted: Thu Oct 17, 2019 8:35 pm
by ispyisail
I suspect he/she just wants the default setting but has plugged in the cables wrong or has over complicated the configuration?

Re: Acess point

Posted: Fri Oct 18, 2019 1:18 am
by SirSWE
Its setup as gateway.

Internet / Wan
Connect Via: disabled
Wan Ethernet port: bridge to lan

Firewall qos disabled.

Re: Acess point

Posted: Fri Oct 18, 2019 2:41 am
by Lantis
So what problem are you having? Besides checking DHCP is off, That's all that is required.

No Wi-Fi?
No internet connection?

Re: Acess point

Posted: Fri Oct 18, 2019 6:54 am
by SirSWE
Its working now. Couldnt find clear info about it and I was frustrated because I had issues. I tried to enable it as wireless bridge/repeater but the wifi didnt show up. But it works now as ”gateway” and no dhcp and bridge to lan

Re: Acess point

Posted: Fri Oct 18, 2019 7:28 am
by RomanHK
Yes, here on the forum it is already mentioned somewhere. If the router is set to "Wireless Bridge/Repeater", Gargoyle AP (SSID to Broadcast) will not transmit until Gargoyle is connected to the guest AP (SSID to Join).

Re: Acess point

Posted: Fri Oct 18, 2019 7:58 am
by RomanHK
I found it in the documentation https://www.gargoyle-router.com/wiki/do ... e_repeater , but I don't know if I would understand it correctly.

Image

Re: Acess point

Posted: Tue Oct 22, 2019 10:29 am
by SirSWE
I see cool thnx for your help. Just one more thing, how do I disable the firewall?
According openwrt they recommend disabling firewall, dnsmasq and odhcpd. Should I do the same? https://openwrt.org/docs/guide-user/network/wifi/dumbap

Re: Acess point

Posted: Tue Oct 22, 2019 12:19 pm
by RomanHK
Turning off daemons is not a requirement, but you can do it for sure. You can do this using commands via ssh (odhcpd IPv6 does not support Gargoyle):

Code: Select all

/etc/init.d/dnsmasq stop
/etc/init.d/dnsmasq disable
/etc/init.d/firewall stop
/etc/init.d/firewall disable