User Profile: support

Forum Replies Created

Viewing 15 posts - 241 through 255 (of 1,270 total)
  • Author
    Posts
  • in reply to: Pause traffic on a VLAN during a window of time #5445
    support
    Keymaster

    Thanks for the suggestion. So far we haven’t had a strong use case for this. Maybe you can achieve what you want to do with a calendar on the device. I.e., create a profile for the device, then add a calendar to the profile.

    in reply to: Compatible routers? #5442
    support
    Keymaster

    The TP-Link build is only for ““TP-Link Archer C7 v2”, not the v5. You can try “TP-Link Archer A7 v5” or “Linksys WRT1900ACS”.

    in reply to: Login page not showing credentials boxes #5432
    support
    Keymaster

    The router restricts access to the login page from a VLAN that does not have LAN access. For example, if you have an SSID for Guest and blocked LAN access from the Guest network, then when you are connected to the Guest SSID, you’ll only see “My local IP Address” and “Adblock Control”.

    in reply to: No 'Access Control' icon under Apps #5427
    support
    Keymaster

    Please send a screenshot of the Status page to [email protected].

    in reply to: 'Restrict router access' does not allow me to add device #5424
    support
    Keymaster

    On the Status page, click on the name of your PC. A popup box will be displayed for you to enter a name for the PC. Enter the name and click Save.

    After that, your PC will be displayed in the “Restrict router access” dialog.

    in reply to: No internet when connected to modem #5413
    support
    Keymaster

    This problem usually happens when you have a cable modem. Usually cloning the MAC address from your old router helps resolve this issue. On the Internet Settings page, enter the MAC address of your old router into the “Override MAC address” field and click Save.

    Alternatively, you may call your ISP (Internet Service Provider) and let them know that you have a new router. They can help you to associate your service with the new router.

    support
    Keymaster

    The official OpenVPN client does not support scramble. You’ll need a client that has the scramble patch (e.g., https://www.tunnelblick.net/cOpenvpn_xorpatch.html). The StrongVPN client supports scramble, not sure if it can be used to connect to your own server.

    in reply to: Help With VLANs #5411
    support
    Keymaster

    Under normal circumstances you don’t need to check the “Tagged” checkbox. So let’s assume the Ethernet ports are not tagged.

    If you’ve assigned port 1 to X1 and connected your switch to port 1, then all devices connected to the switch will be on the X1 VLAN as the router sees it. Let’s further assume that you’ve configured that X1 should be tunneled through a VPN, then all devices connected to the switch will be tunneled through the VPN.

    If you’ve left other Ethernet ports on LAN, then devices connected to these ports on the router will be on LAN, and will not be going through the VPN (if LAN is not configured to go through VPN).

    support
    Keymaster

    Yes. You can block youtube.com and white list accounts.youtube.com.

    in reply to: Status Page – Load Average? #5394
    support
    Keymaster

    The three numbers are “system load” averages over the past 1, 5 and 15 minutes. Usually, you’d expect to see these numbers below 1.

    in reply to: Adding Fitbit Aria Scale (Model 1) #5390
    support
    Keymaster

    @trust_in_wrt Your custom settings will survive an upgrade. But of you reset the router to factory defaults, then you need to update the config file again.

    in reply to: Adding Fitbit Aria Scale (Model 1) #5388
    support
    Keymaster

    The WiFi mode setting affects all WiFi networks associated with the band. E.g., if you set it to 11b only, then both LAN and guest will have 11b. The default setting for 2.4GHz is b/g/n mixed.

    You can change the setting in “/etc/config/wireless”. In the example below, wifimode is set to ‘1’, which is “11b only”.

    config wifi-device 'ra0'
            option type 'mt7603e'
            option vendor 'ralink'
            option band '2.4G'
            option wifimode '1'

    Other options are:

    • 0: 11b/g mixed
    • 3: 11a/b/g mixed
    • 5: 11a/b/g/n mixed
    • 9: 11b/g/n mixed (default setting)
    in reply to: Adding Fitbit Aria Scale (Model 1) #5386
    support
    Keymaster

    By the log, the router assigned IP address 10.159.157.55 to the Aria. You should be able to see it listed under the “Connected Devices” section on the Status page. Unless “[redacted]:ef:d9” was your iPhone?

    The 2.4GHz band operates in b/g/n mixed mode, so there’s no need to specifically enable b mode.

    in reply to: Adding Fitbit Aria Scale (Model 1) #5384
    support
    Keymaster

    You’ll need to ssh into the router. Enter “logread -f” into the ssh session, then connect your Aria again. The “logread -f” command will print new log lines when a device tries to connect to the router.

    For a successful connection, you’ll see lines like these:

    Fri Jul 17 06:34:19 2020 kern.warn kernel: [ 4289.255394] ASSOC - Assign AID=1 to 2.4GHz AP 8c:70:5a:00:01:02
    Fri Jul 17 06:34:19 2020 kern.warn kernel: [ 4289.261522] ASSOC - HT support STA. Update AP OperaionMode=2, fAnyStationIsLegacy=0, fAnyStation20Only=1, fAnyStationNonGF=1
    Fri Jul 17 06:34:25 2020 daemon.info dnsmasq-dhcp[21721]: DHCPDISCOVER(br-lan) 192.168.101.229 8c:70:5a:00:01:02
    Fri Jul 17 06:34:25 2020 daemon.info dnsmasq-dhcp[21721]: DHCPOFFER(br-lan) 192.168.10.229 8c:70:5a:00:01:02

    If Wifi connection is not successful, you won’t see the DHCP lines.

    in reply to: Adding Fitbit Aria Scale (Model 1) #5382
    support
    Keymaster

    Did you use a computer to set up the scale? Was the computer connected to the same guest network on the 2.4GHz band?

Viewing 15 posts - 241 through 255 (of 1,270 total)