Forums

fabri
fabri
Offline
Resolved
0 votes
Ciao,

I have clearos to my work (i am so noob for te moment :) ) and i am start to use it to my house.

I have a a supermicro motherboard whit atom 8 core 4 ethernet port and a PCIE wireless asus ac88.

I have an issue whit my PCIE wireless asus ac88. After reading lot of post seems that the driver doesn't working fine... please help me to confirm it or said me that i am wrong...

From my android smartphone i can see the ssid WIFI, but if i try connect to it i got the error "unable to obtain ip address"

here some detail:

i have installed


[root@gateway ~]# cd /etc/sysconfig/network-scripts/
[root@gateway network-scripts]# ls
ifcfg-br0 ifcfg-eno3 ifcfg-wlp2s0 ifdown-eth ifdown-isdn ifdown-routes ifdown-TeamPort ifup-aliases ifup-ippp ifup-plip ifup-ppp ifup-Team ifup-wireless network-functions-ipv6
ifcfg-eno1 ifcfg-eno4 ifdown ifdown-ippp ifdown-post ifdown-sit ifdown-tunnel ifup-bnep ifup-ipv6 ifup-plusb ifup-routes ifup-TeamPort init.ipv6-global
ifcfg-eno2 ifcfg-lo ifdown-bnep ifdown-ipv6 ifdown-ppp ifdown-Team ifup ifup-eth ifup-isdn ifup-post ifup-sit ifup-tunnel network-functions



[root@gateway network-scripts]# cat ifcfg-wlp2s0
DEVICE=wlp2s0
TYPE="BridgeChild"
ONBOOT="yes"
USERCTL="no"
BRIDGE="br0"
PROMISC="yes"




[root@gateway ~]# lspci | egrep -i --color 'network|ethernet'
02:00.0 Network controller: Broadcom Inc. and subsidiaries Device 43c3 (rev 04)
06:00.0 Ethernet controller: Intel Corporation Ethernet Connection X553 1GbE (rev 11)
06:00.1 Ethernet controller: Intel Corporation Ethernet Connection X553 1GbE (rev 11)
07:00.0 Ethernet controller: Intel Corporation Ethernet Connection X553 1GbE (rev 11)
07:00.1 Ethernet controller: Intel Corporation Ethernet Connection X553 1GbE (rev 11)
[root@gateway network-scripts]# ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br0 state DOWN mode DEFAULT group default qlen 1000
link/ether ac:1f:6b:b0:06:34 brd ff:ff:ff:ff:ff:ff
3: eno2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br0 state DOWN mode DEFAULT group default qlen 1000
link/ether ac:1f:6b:b0:06:35 brd ff:ff:ff:ff:ff:ff
4: eno3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master br0 state DOWN mode DEFAULT group default qlen 1000
link/ether ac:1f:6b:b0:06:36 brd ff:ff:ff:ff:ff:ff
5: eno4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether ac:1f:6b:b0:06:37 brd ff:ff:ff:ff:ff:ff
6: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br0 state UP mode DEFAULT group default qlen 1000
link/ether 2c:fd:a1:ce:33:9d brd ff:ff:ff:ff:ff:ff
7: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 2c:fd:a1:ce:33:9d brd ff:ff:ff:ff:ff:ff
root@gateway network-scripts]# lspci -knn | egrep -i eth -A 3
06:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection X553 1GbE [8086:15e4] (rev 11)
Subsystem: Intel Corporation Device [8086:0000]
Kernel driver in use: ixgbe
Kernel modules: ixgbe
06:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Connection X553 1GbE [8086:15e4] (rev 11)
Subsystem: Intel Corporation Device [8086:0000]
Kernel driver in use: ixgbe
Kernel modules: ixgbe
07:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection X553 1GbE [8086:15e4] (rev 11)
Subsystem: Intel Corporation Device [8086:0000]
Kernel driver in use: ixgbe
Kernel modules: ixgbe
07:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Connection X553 1GbE [8086:15e4] (rev 11)
Subsystem: Intel Corporation Device [8086:0000]
Kernel driver in use: ixgbe
Kernel modules: ixgbe


[root@gateway network-scripts]# lspci -knn | egrep -i wifi -A 3
[root@gateway network-scripts]#
<doesn't show nothing>




<if i stop in che console the wireless access point and start manually:
hostapd /etc/hostapd/hostapd.conf


[root@gateway network-scripts]# hostapd /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
Failed to create interface mon.wlp2s0: -95 (Operation not supported)
wlp2s0: Could not connect to kernel driver
Using interface wlp2s0 with hwaddr 2c:fd:a1:ce:33:9d and ssid "fabriprovawifi"
wlp2s0: interface state UNINITIALIZED->ENABLED
wlp2s0: AP-ENABLED



<from this point i make a tap in the smartphone screen for connecto to my ssid wifi>


wlp2s0: STA d4:e6:b7:8f:34:1f IEEE 802.11: associated
wlp2s0: AP-STA-CONNECTED d4:e6:b7:8f:34:1f
wlp2s0: STA d4:e6:b7:8f:34:1f RADIUS: starting accounting session ADBD21FF6276454E
wlp2s0: STA d4:e6:b7:8f:34:1f WPA: pairwise key handshake completed (WPA)
wlp2s0: STA d4:e6:b7:8f:34:1f WPA: group key handshake completed (WPA)



THANKS FOR YOUR TIME
Tuesday, May 05 2020, 09:15 AM
Share this post:
Responses (24)
  • Accepted Answer

    Monday, May 11 2020, 03:53 PM - #Permalink
    Resolved
    0 votes
    If that is the case, we probably don't support it.
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Monday, May 11 2020, 03:34 PM - #Permalink
    Resolved
    0 votes
    Nick Howitt wrote:

    It looks like RFC 2684 replaces 1483 so may still be a PPPoE connection. One thing worth looking out for is if your ISP requires a VLAN tag. My Draytek 130 supplies mine (101) but it can be done through the webconfig (with a bit of effort with the production version, but should be easier with the beta version).

    Just give it a try. Delete the PPPoE interface in ClearOS to revert.


    Can't do it, because i don't have (in IPoE doesn't exist) username and password value.

    If can help just to clarify RFC 2684 Bridged (dynamic) = IPoE
    The reply is currently minimized Show
  • Accepted Answer

    Monday, May 11 2020, 01:50 PM - #Permalink
    Resolved
    0 votes
    It looks like RFC 2684 replaces 1483 so may still be a PPPoE connection. One thing worth looking out for is if your ISP requires a VLAN tag. My Draytek 130 supplies mine (101) but it can be done through the webconfig (with a bit of effort with the production version, but should be easier with the beta version).

    Just give it a try. Delete the PPPoE interface in ClearOS to revert.
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Monday, May 11 2020, 01:20 PM - #Permalink
    Resolved
    0 votes
    Nick Howitt wrote:

    You should ever use the base address of your subnet as an IP address anywhere on your system. E.g if your subnet is 10.0.0.0/24, never use the address 10.0.0.0 anywhere on your network. I believe Windows can work with it but it is not valid. Some O/S's will not work with it.

    I don't know the issues about WiFi isolation. I also have never used casting. Let us know what you find out.


    There is a bug opened in openwrt project... but it seems not related to hostapd.
    Just sent an email to developer, i am waiting a response.

    ---------

    Another point... i am configuring clearos in full bridge whit draytek 165 modem... but my ISP doesn't support pppoe.
    My ISP instead support RFC 2684 Bridged (dynamic).

    Do you know if clearos support in some way Protocol RFC 2684 Bridged (dynamic)?

    Below other synonymous that refer to the same protocol
    l Protocol: Dynamic IP
    l Protocol: IP over RFC 1483 Bridged
    l Connection type: RFC 2684 Bridged (dynamic)
    l Channel Mode: 1483 MER / Bridged
    l Connection type: Dynamic (1483 Bridged)
    l Connection type: 1483 Bridged IP

    If i go in Settings - IP Settings - Edit eno1 - Connection Type i can see only this value dhcp - static - pppoe - no ip ...
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 08 2020, 08:41 PM - #Permalink
    Resolved
    0 votes
    You should ever use the base address of your subnet as an IP address anywhere on your system. E.g if your subnet is 10.0.0.0/24, never use the address 10.0.0.0 anywhere on your network. I believe Windows can work with it but it is not valid. Some O/S's will not work with it.

    I don't know the issues about WiFi isolation. I also have never used casting. Let us know what you find out.
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Friday, May 08 2020, 02:58 PM - #Permalink
    Resolved
    0 votes
    Nick Howitt wrote:

    I am not following your current post properly.

    For IP's, did you by any chance set the NIC to 10.10.10.0? If so it is not allowed but I believe Windows can work with it. Typically you set the router to .1 or .254 in a /24 subnet but it is not mandatory.

    With the WiFi out of the bridge, it has to be on a separate subnet from the bridge. I've no idea how Chromecast works, but only standard subnet-subnet traffic passes between subnets. Uni/Multi-cast does not so this could be an issue. My suggestion is to get the AP working on its own LAN. Once it is working, then try joining it back into the bridge.


    I haven't try whit 10.10.10.0, i have try whit 10.0.0.0 and 10.10.0.0 (should be the same).
    If NIC br0 got this 2 ips, android device doesn't working fine instead of laptop windows that working fine.

    About "Chromecast" issue:
    More in general the client isolation in the wlp2s0 (wifi) is enable, so the wifi client aren't able to ping each other.
    (but from enoX interface i am able to ping wireless device connected to wlp2s0)

    Also if "ap_isolate=0" and/or "multicast_to_unicast=1" are set in the hostapd.conf

    reading from this post

    https:// forum. openwrt .org/t/clients-in-same-wlan-cant-reach-each-other/2501/22

    the only way to fix it is to setup hairpin_mode to 1.


    echo 1 > /sys/devices/virtual/net/br0/lower_wlp2s0/brport/hairpin_mode


    Now i am able to ping a device in the same wifi ssid, and the chromecast, android TV remote, shied tv are correctly recognized.

    The problem is that this fix will be clean after a reboot and is not permanent.
    What do you think about this resolution?


    @Nik do you have a chromecast (or a divice compatible for cast) in your device?
    How do you solve this issue?



    UPDATE

    The method to set hairpin_mode isn't so much usable... because hairpin_mode do not permit to you to login in this way.

    Before login you need to set it to 0 then you can re-set it to 1 when the access to wifi is done... i don't know why it append... just based on my simple test.

    do you have some idea?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 08 2020, 10:29 AM - #Permalink
    Resolved
    0 votes
    I am not following your current post properly.

    For IP's, did you by any chance set the NIC to 10.10.10.0? If so it is not allowed but I believe Windows can work with it. Typically you set the router to .1 or .254 in a /24 subnet but it is not mandatory.

    With the WiFi out of the bridge, it has to be on a separate subnet from the bridge. I've no idea how Chromecast works, but only standard subnet-subnet traffic passes between subnets. Uni/Multi-cast does not so this could be an issue. My suggestion is to get the AP working on its own LAN. Once it is working, then try joining it back into the bridge.
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Friday, May 08 2020, 09:59 AM - #Permalink
    Resolved
    0 votes
    Thanks Nick

    Checking with "my devops lead" seems there are some ip conflict not properly clear for me... now i have put the bridge (and dhcp) to 10.10.10.10... without taking the firs 10 ips as best practice.

    In this way all client can connect on wifi/cable without issue.
    I am so sure that this si the only difference from previous configuration because i have tried several clean configuration.

    Except that i am not able to ping with each other also if in hostapd the AP Isolation is disabled.
    Also, as consequence i think, the chromecast of nvidia shield does not work. Any suggestion are welcome :)

    For an in house use, i think this is last point to address.

    Than after a 1to1 hdd clone, i will install also testing wireless app to check it :)
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 07 2020, 07:29 PM - #Permalink
    Resolved
    0 votes
    The best thing to do for the moment is install the testing version of app-network. There are some bugs, mainly around external VLANs, but you will be able to see your WiFi interface. Otherwise you just have to configure the ifcfg-wlp2s0 file and /etc/clearos/network.conf manually. To update do a:
    yum update app-network --enablerepo=clearos-updates-testing
    To revert do a:
    yum downgrade app-network app-network-core


    The new version of app-wireless does not use hostapd.conf. It uses hoatapd-wlp2s0.conf. If it does not run (the start/stop widget does not work properly), to manipulate it from the command line, you can use:
    systemctl start hostpad-multi
    systemctl stop hostpad-multi
    systemctl status hostpad-multi
    And make sure hostapd itself is stopped.
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Thursday, May 07 2020, 03:56 PM - #Permalink
    Resolved
    0 votes
    I have installed the package ...


    yum install hostapd --enablerepo=epel-testing-unverified
    wget https://www.howitts.co.uk/clearos/ClearOS_7.x/app-wireless-2.3.1-1.clearos7.njh.noarch.rpm
    wget https://www.howitts.co.uk/clearos/ClearOS_7.x/app-wireless-core-2.3.1-1.clearos7.njh.noarch.rpm
    yum install app-wireless-*.rpm


    but the wireless ui became no more reachable... and after reboot the wifi doesn't working fine because it rewrite hostapd.conf

    no way :S
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Thursday, May 07 2020, 11:47 AM - #Permalink
    Resolved
    0 votes
    Removing the bridge br0, in order to separate my wifi from eth interface in a different subnet, i noticed that..

    wlp2s0 doens't appear in the list of interface settings > ip settings > networkinterface

    and it isn't present in the list of configurable subnets infrastructure > dhcp server > subnets.

    It's correct don't see it?

    how can i configure wlp2s0 in a different subnet (so i can have different ip class) ?


    UPDATE: Also Network Visualiser App doesn't working fine... the wheel still loading without data after 30 minute

    img attached.
    thanks again :)
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 06 2020, 02:41 PM - #Permalink
    Resolved
    0 votes
    I don't know what is going wrong. I've just brought up my test AP on my test box and my phone could connect through it to the internet directly. This is running Todd's app and my hostapd-wlp0s16u3.conf reads:
    interface=wlp0s16u3
    driver=nl80211
    ctrl_interface=/var/run/hostapd
    ctrl_interface_group=0
    wds_sta=1
    ssid=Microserver
    hw_mode=g
    channel=3
    max_num_sta=128
    disassoc_low_ack=1
    auth_algs=1
    wpa=2
    wpa_key_mgmt=WPA-PSK
    wpa_passphrase=********
    country_code=EU
    ieee80211n=1
    ht_capab=[DSSS_CCK-40][MAX-AMSDU-7935][SHORT-GI-40][SHORT-GI-20]
    vht_capab=[MAX-A-MPDU-LEN-EXP3]
    uapsd_advertisement_enabled=1
    wmm_enabled=1
    wmm_ac_bk_cwmin=4
    wmm_ac_bk_cwmax=10
    wmm_ac_bk_aifs=7
    wmm_ac_bk_txop_limit=0
    wmm_ac_bk_acm=0
    wmm_ac_be_aifs=3
    wmm_ac_be_cwmin=4
    wmm_ac_be_cwmax=10
    wmm_ac_be_txop_limit=0
    wmm_ac_be_acm=0
    wmm_ac_vi_aifs=2
    wmm_ac_vi_cwmin=3
    wmm_ac_vi_cwmax=4
    wmm_ac_vi_txop_limit=9
    wmm_ac_vi_acm=0
    wmm_ac_vo_aifs=2
    wmm_ac_vo_cwmin=2
    wmm_ac_vo_cwmax=3
    wmm_ac_vo_txop_limit=47
    wmm_ac_vo_acm=0
    tx_queue_data3_aifs=7
    tx_queue_data3_cwmin=15
    tx_queue_data3_cwmax=1023
    tx_queue_data3_burst=0
    tx_queue_data2_aifs=3
    tx_queue_data2_cwmin=15
    tx_queue_data2_cwmax=63
    tx_queue_data2_burst=0
    tx_queue_data1_aifs=1
    tx_queue_data1_cwmin=7
    tx_queue_data1_cwmax=15
    tx_queue_data1_burst=3.0
    tx_queue_data0_aifs=1
    tx_queue_data0_cwmin=3
    tx_queue_data0_cwmax=7
    tx_queue_data0_burst=1.5
    chanlist=
    wpa_pairwise=CCMP
    vht_oper_centr_freq_seg0_idx=5

    The only main difference between my set up and yours is that I have not bridged my wireless interface so it runs on its own subnet, but if your set up works with a laptop, that should not be an issue to you. This NIC is 802.11n capable but not 5GHz. I can test 5GHz on another server with another box, but I's need to do a bit of work to set it up. I am pretty sure it works.
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Wednesday, May 06 2020, 11:56 AM - #Permalink
    Resolved
    0 votes
    I have fixed hostapd.conf now my wifi go so fast in ac mode, in any case i would install the todd app that seems so great.

    But i would also fix the issue compatibility whit android...

    i have checked that 3 different android device can't connect to internet via wifi (nvidia shield, samsung, xiaomi) ... that's so curious...
    Via laptop windows i am able to connect to the same wifi ssid without issue.

    i have also added below firewall rule but didn't fix.
    GooglePlayTCP TCP 5228
    GooglePlayUDP UDP 5228

    do you know how to can go deep in the analisys?
    some check that i can do?

    i am able to ping google from windows laptop ... ping 8.8.8.8
    but can't from android device...



    If someone need below hostapd.conf

    ctrl_interface=/var/run/hostapd
    ctrl_interface_group=wheel

    # General settings
    bridge=br0
    interface=wlp2s0
    driver=nl80211

    ssid=
    wpa=2
    wpa_key_mgmt=WPA-PSK
    rsn_pairwise=CCMP
    wpa_passphrase=aaaaasssss
    # 1=wpa, 2=wep, 3=both
    auth_algs=1

    country_code=IT
    ieee80211d=1

    # a simply means 5GHz
    hw_mode=a


    # HT = high throughput (n speeds)
    ieee80211n=1
    ht_capab=[HT40+][SHORT-GI-40][DSSS_CCK-40]
    wme_enabled=1
    # # QoS support, needed for full HT apparently
    wmm_enabled=1

    # VHT = very high throughput (ac speeds)
    ieee80211ac=1
    vht_capab=[SHORT-GI-80][MU-BEAMFORMER]
    vht_oper_chwidth=1
    # # vht_oper_centr_freq_seg0_idx = channel + 6
    # # 2.4 Ghz channel in set [1 2 3 4 5 6 7 8 9 10 11 12 13]
    # # 5 Ghz channel in set [36 40 44 48 52 56 60 64 100 104 108 112 116 132 136 140]
    channel=40
    vht_oper_centr_freq_seg0_idx=42

    # logging
    #logger_syslog=0
    #logger_syslog_level=4
    #logger_stdout=-1
    #logger_stdout_level=0
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 06 2020, 10:41 AM - #Permalink
    Resolved
    0 votes
    Instructions are in the thread here. You may need to install wget with "yum install wget". You don't need to install hostapd as you already have it.
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Wednesday, May 06 2020, 10:19 AM - #Permalink
    Resolved
    0 votes
    Nick Howitt wrote:

    I assume the laptop is wireless as well? There should not be any differences. Having said that, I suggest you research the settings. The hostapd config you show only covers 802.11g so a maximum of 54Mbps (shared) which is slow.You really want to enable 802.11n and 802.11ac. Todd's app can do this. I have no idea if it supports dual radios appearing as a single device and I've no idea of the capabilities of your card. You may have to research hostapd configurations.


    Yes my laptop working fine in wireless and cable. Thant's strange... for the moment i haven't no idea on the difference...

    You have right, I need to tune hostapd.conf, i am checking how to install Todd's app and working on hostapd.conf.

    I have some little background of php/javascript and Git...
    Let me ask some stupid question :)

    There are some rpm repo or command to install it?
    If not... Where i should deploy/unzip the package https://gitlab.com/gs_clearos/app-wireless-ap? i mean the path on the clearos server
    For install it i should only run ./install located in deploy folder?

    Thanks once again Nick
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, May 05 2020, 09:14 PM - #Permalink
    Resolved
    0 votes
    I assume the laptop is wireless as well? There should not be any differences. Having said that, I suggest you research the settings. The hostapd config you show only covers 802.11g so a maximum of 54Mbps (shared) which is slow.You really want to enable 802.11n and 802.11ac. Todd's app can do this. I have no idea if it supports dual radios appearing as a single device and I've no idea of the capabilities of your card. You may have to research hostapd configurations.
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Tuesday, May 05 2020, 04:04 PM - #Permalink
    Resolved
    0 votes
    UPDATE :

    there are some issue with android smartphone... because my laptop is able to navigate correctly to internet.

    than't so strange... for the moment i didn't check any difference...

    any suggestion?
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Tuesday, May 05 2020, 02:06 PM - #Permalink
    Resolved
    0 votes
    Nick Howitt wrote:

    You need to make br0 Static and give it an IP in a different subnet from you external connection (and avoid 192.168.0.0/24). Then check the DHCP server is enabled for br0.


    It working! thanks! i am able to access from my smartphone in the wifi whit 10.10.0.xxx ip class!

    But can't go over internet...
    can be that the "Internet Hostname" is wrong? i have put gateway.server.com but i am not sure how it works...

    just to resume my configuration

    <ISP Router> eno4 exsternal dhcp <CLEAROS GATEWAY> br0 (eno1 eno2 eno3 wlp2s0 Static 10.10.0.0<CLIENT>



    from the ssh clearos server connection i am able to ping google dns

    [root@gateway hostapd]# ping 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
    64 bytes from 8.8.8.8: icmp_seq=1 ttl=56 time=19.7 ms
    64 bytes from 8.8.8.8: icmp_seq=2 ttl=56 time=19.3 ms
    64 bytes from 8.8.8.8: icmp_seq=3 ttl=56 time=19.3 ms
    64 bytes from 8.8.8.8: icmp_seq=4 ttl=56 time=19.2 ms
    64 bytes from 8.8.8.8: icmp_seq=5 ttl=56 time=19.0 ms
    64 bytes from 8.8.8.8: icmp_seq=6 ttl=56 time=19.5 ms
    64 bytes from 8.8.8.8: icmp_seq=7 ttl=56 time=19.4 ms
    64 bytes from 8.8.8.8: icmp_seq=8 ttl=56 time=19.1 ms
    64 bytes from 8.8.8.8: icmp_seq=9 ttl=56 time=19.4 ms
    64 bytes from 8.8.8.8: icmp_seq=10 ttl=56 time=18.9 ms
    64 bytes from 8.8.8.8: icmp_seq=11 ttl=56 time=18.9 ms
    64 bytes from 8.8.8.8: icmp_seq=12 ttl=56 time=19.4 ms
    64 bytes from 8.8.8.8: icmp_seq=13 ttl=56 time=19.1 ms
    64 bytes from 8.8.8.8: icmp_seq=14 ttl=56 time=19.4 ms
    64 bytes from 8.8.8.8: icmp_seq=15 ttl=56 time=19.4 ms
    64 bytes from 8.8.8.8: icmp_seq=16 ttl=56 time=19.4 ms
    ^C
    --- 8.8.8.8 ping statistics ---
    16 packets transmitted, 16 received, 0% packet loss, time 15024ms
    rtt min/avg/max/mdev = 18.938/19.322/19.753/0.278 ms


    also dynamicDNS works fine (schreenshot)


    In the near future the eno4 will be connected to a new modem in bridge mode (in order to become transparent). Any suggestion?



    Thanks also for Todd's thread! at the end i will update the wireless app
    https://www.clearos.com/clearfoundation/social/community/wireless-app-update/oldest
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, May 05 2020, 11:27 AM - #Permalink
    Resolved
    0 votes
    You need to make br0 Static and give it an IP in a different subnet from you external connection (and avoid 192.168.0.0/24). Then check the DHCP server is enabled for br0.
    Like
    1
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Tuesday, May 05 2020, 10:32 AM - #Permalink
    Resolved
    0 votes
    Thanks for replay...


    [root@gateway ~]# lspci -knn | grep Broadcom -A 3
    02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries Device [14e4:43c3] (rev 04)
    Subsystem: ASUSTeK Computer Inc. Device [1043:86fb]
    Kernel driver in use: brcmfmac
    Kernel modules: brcmfmac



    i have just tried to use the ethernet cable... it doesn't working also whit ethernet :S

    My laptop doesn't take the correct ip... or almost it take one that i never expected... 169.254.9.16

    without predifined gateway and DNS... what cam be happend?

    i have change also the ip rage of DNS but nothing change...


    PS C:\Users\fabrizio.belli> ipconfig

    Configurazione IP di Windows


    Scheda Ethernet Ethernet:

    Suffisso DNS specifico per connessione:
    Indirizzo IPv6 locale rispetto al collegamento . : fe80::f18b:b5e:3516:910%15
    Indirizzo IPv4 configurazione automatica : 169.254.9.16
    Subnet mask . . . . . . . . . . . . . : 255.255.0.0
    Gateway predefinito . . . . . . . . . :

    Scheda Ethernet Bluetooth Network Connection:

    Stato supporto. . . . . . . . . . . . : Supporto disconnesso
    Suffisso DNS specifico per connessione:

    Scheda Tunnel Microsoft IP-HTTPS Platform Interface:

    Stato supporto. . . . . . . . . . . . : Supporto disconnesso
    Suffisso DNS specifico per connessione:



    UPDATE ADDED SCREENSHOT


    UPDATE added new command.


    [root@gateway ~]# modinfo brcmfmac
    filename: /lib/modules/3.10.0-1062.9.1.el7.x86_64/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac.ko.xz
    license: Dual BSD/GPL
    description: Broadcom 802.11 wireless LAN fullmac driver.
    author: Broadcom Corporation
    firmware: brcm/brcmfmac4373-sdio.bin
    firmware: brcm/brcmfmac4356-sdio.bin
    firmware: brcm/brcmfmac4354-sdio.bin
    firmware: brcm/brcmfmac43455-sdio.bin
    firmware: brcm/brcmfmac43430-sdio.bin
    firmware: brcm/brcmfmac43430a0-sdio.bin
    firmware: brcm/brcmfmac4339-sdio.bin
    firmware: brcm/brcmfmac43362-sdio.bin
    firmware: brcm/brcmfmac4335-sdio.bin
    firmware: brcm/brcmfmac43340-sdio.bin
    firmware: brcm/brcmfmac4334-sdio.bin
    firmware: brcm/brcmfmac4330-sdio.bin
    firmware: brcm/brcmfmac4329-sdio.bin
    firmware: brcm/brcmfmac43241b5-sdio.bin
    firmware: brcm/brcmfmac43241b4-sdio.bin
    firmware: brcm/brcmfmac43241b0-sdio.bin
    firmware: brcm/brcmfmac43143-sdio.bin
    firmware: brcm/brcmfmac4373.bin
    firmware: brcm/brcmfmac43569.bin
    firmware: brcm/brcmfmac43242a.bin
    firmware: brcm/brcmfmac43236b.bin
    firmware: brcm/brcmfmac43143.bin
    firmware: brcm/brcmfmac4371-pcie.bin
    firmware: brcm/brcmfmac4366c-pcie.bin
    firmware: brcm/brcmfmac4366b-pcie.bin
    firmware: brcm/brcmfmac4365c-pcie.bin
    firmware: brcm/brcmfmac4365b-pcie.bin
    firmware: brcm/brcmfmac4359-pcie.bin
    firmware: brcm/brcmfmac4358-pcie.bin
    firmware: brcm/brcmfmac43570-pcie.bin
    firmware: brcm/brcmfmac4356-pcie.bin
    firmware: brcm/brcmfmac4350c2-pcie.bin
    firmware: brcm/brcmfmac4350-pcie.bin
    firmware: brcm/brcmfmac43602-pcie.bin
    retpoline: Y
    rhelversion: 7.7
    srcversion: 4658B375A0FF5976CB7F75A
    alias: usb:v04B4p0BDCd*dc*dsc*dp*ic*isc*ip*in*
    alias: usb:v0A5Cp0BDCd*dc*dsc*dp*ic*isc*ip*in*
    alias: usb:v043Ep3101d*dc*dsc*dp*ic*isc*ip*in*
    alias: usb:v04B4pBD29d*dc*dsc*dp*ic*isc*ip*in*
    alias: usb:v13B1p0039d*dc*dsc*dp*ic*isc*ip*in*
    alias: usb:v0A5CpBD27d*dc*dsc*dp*ic*isc*ip*in*
    alias: usb:v0A5CpBD1Fd*dc*dsc*dp*ic*isc*ip*in*
    alias: usb:v0A5CpBD17d*dc*dsc*dp*ic*isc*ip*in*
    alias: usb:v0A5CpBD1Ed*dc*dsc*dp*ic*isc*ip*in*
    alias: pci:v000014E4d0000440Dsv*sd*bc02sc80i*
    alias: pci:v000014E4d000043C5sv*sd*bc02sc80i*
    alias: pci:v000014E4d000043C4sv*sd*bc02sc80i*
    alias: pci:v000014E4d000043C3sv*sd*bc02sc80i*
    alias: pci:v000014E4d00004365sv000014E4sd00004365bc02sc80i*
    alias: pci:v000014E4d000043CCsv*sd*bc02sc80i*
    alias: pci:v000014E4d000043CBsv*sd*bc02sc80i*
    alias: pci:v000014E4d000043CAsv*sd*bc02sc80i*
    alias: pci:v000014E4d0000AA52sv*sd*bc02sc80i*
    alias: pci:v000014E4d000043BCsv*sd*bc02sc80i*
    alias: pci:v000014E4d000043BBsv*sd*bc02sc80i*
    alias: pci:v000014E4d000043BAsv*sd*bc02sc80i*
    alias: pci:v000014E4d000043EFsv*sd*bc02sc80i*
    alias: pci:v000014E4d000043E9sv*sd*bc02sc80i*
    alias: pci:v000014E4d000043D9sv*sd*bc02sc80i*
    alias: pci:v000014E4d000043D3sv*sd*bc02sc80i*
    alias: pci:v000014E4d000043ECsv*sd*bc02sc80i*
    alias: pci:v000014E4d000043A3sv*sd*bc02sc80i*
    alias: sdio:c*v02D0d4373*
    alias: sdio:c*v02D0d4356*
    alias: sdio:c*v02D0d4354*
    alias: sdio:c*v02D0dA9BF*
    alias: sdio:c*v02D0d4345*
    alias: sdio:c*v02D0dA9A6*
    alias: sdio:c*v02D0d4339*
    alias: sdio:c*v02D0d4335*
    alias: sdio:c*v02D0dA962*
    alias: sdio:c*v02D0dA94D*
    alias: sdio:c*v02D0dA94C*
    alias: sdio:c*v02D0d4334*
    alias: sdio:c*v02D0d4330*
    alias: sdio:c*v02D0d4329*
    alias: sdio:c*v02D0d4324*
    alias: sdio:c*v02D0dA887*
    depends: mmc_core,brcmutil,cfg80211
    intree: Y
    vermagic: 3.10.0-1062.9.1.el7.x86_64 SMP mod_unload modversions
    signer: CentOS Linux kernel signing key
    sig_key: 9E:88:C8:DF:D4:52:91:8C:83:21:F5:1E:BB:C7:92:4B:49:8B:BD:5A
    sig_hashalgo: sha256
    parm: txglomsz:Maximum tx packet chain size [SDIO] (int)
    parm: debug:Level of debug output (int)
    parm: p2pon:Enable legacy p2p management functionality (int)
    parm: feature_disable:Disable features (int)
    parm: alternative_fw_path:Alternative firmware path (string)
    parm: fcmode:Mode of firmware signalled flow control (int)
    parm: roamoff:Do not use internal roaming engine (int)



    <FILTERED>

    [root@gateway ~]# modinfo brcmfmac | grep 4366c-pcie
    firmware: brcm/brcmfmac4366c-pcie.bin


    this should be the correct driver : brcm/brcmfmac4366c-pcie.bin
    as per guide found on google... https://gist.github.com/picchietti/337029cf1946ff9e43b0f57aa75f6556

    so shouldn't be a driver wifi issue... imo
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, May 05 2020, 10:26 AM - #Permalink
    Resolved
    0 votes
    Can you do:
    lspci -knn | grep Broadcom -A 3
    I think that is your Wireless device. I suspect your fundamental problem is you don't have the drivers for it.

    As you see, WiFi configuration is somewhat lacking in ClearOS. What was there in Network Settings was removed over a year ago with the logic that the server is rarely placed in a good location for Wifi and a dedicated AP was normally a better solution. If you install the development version of app-network you can get to the IP setting part of the webconfig for wireless. App-wireless only works for 54g. Todd Lewis was developing something for 802.11ac and I have what he has done, but it never got to a releasable state. I tried fixing it a couple of times but could never get the start/stop widget to work. I'd really have to dig into things to see how it works and see if it could be packaged in any way.

    Hunting round, I've found Todd's thread here and it seems like I am hosting the app! I've just check the website and it is still there.
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Tuesday, May 05 2020, 09:19 AM - #Permalink
    Resolved
    0 votes
    I have forgot something...

    i have installed yum install app-wireless

    my clearos is a gateway whit eno1 eno2 eno3 wlp2s0 in bridge, and eno4 connected to my router/modem vDsl

    added in attach also hostapd.conf


    [root@gateway ~]# sudo iw reg set IT
    [root@gateway ~]# cat /etc/hostapd/hostapd.conf
    #
    # For more information, look here:
    #
    # http://wireless.kernel.org/en/users/Documentation/hostapd
    #

    ctrl_interface=/var/run/hostapd
    ctrl_interface_group=wheel

    # General settings
    bridge=br0
    interface=wlp2s0
    driver=nl80211
    hw_mode=g
    channel=6
    auth_algs=1
    ssid=fabriprovawifi
    macaddr_acl=0
    ignore_broadcast_ssid=0
    ieee8021x=0

    # Wireless N
    # wme_enabled=1
    # ieee80211n=1
    # ht_capab=[HT40-][SHORT-GI-40][DSSS_CCK-40]

    # WPA
    wpa=3
    wpa_key_mgmt=WPA-PSK
    wpa_passphrase=<CUT>
    wpa_pairwise=TKIP
    rsn_pairwise=CCMP
    wpa_group_rekey=300
    wpa_gmk_rekey=640
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Tuesday, May 05 2020, 09:19 AM - #Permalink
    Resolved
    0 votes
    duplicated deleted
    The reply is currently minimized Show
  • Accepted Answer

    fabri
    fabri
    Offline
    Tuesday, May 05 2020, 09:18 AM - #Permalink
    Resolved
    0 votes
    deleted
    The reply is currently minimized Show
Your Reply