WIFI Hostapd router serves only several internet sites












0















I have built a server on Debian Stretch. It has two ethernet cards and ond one wifi card Gemtek WPIA-116G https://wikidevi.com/wiki/Gemtek_WPIA-116G



When a cable is connected it works well. But without the cable, by wifi, a client computer gets a connection but does not open some sites in browsers. The same on my tablet.



So it opens google.com and wikipedia but does not open github and testmy.net.



When it tries to open github or testmy.net such an info is displayed at the bottom of a browser Establishing secure connection... and it is in stack.



Here you are my config:



root@ruter-adam:/home/s# cat /etc/hostapd/hostapd.conf
interface=wlp2s5
bridge=br0
driver=nl80211
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=abcabc
country_code=PL
ieee80211d=1
hw_mode=g
channel=8
beacon_int=100
dtim_period=2
max_num_sta=255
rts_threshold=2347
fragm_threshold=2346
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
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=94
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
ap_max_inactivity=600
#ieee80211n=1
require_ht=0
eapol_version=2
eapol_key_index_workaround=0
eap_server=0
own_ip_addr=127.0.0.1
wpa=2
wpa_psk=6d68b63bdc2dff68cbe7cee4aa104882e8e40123456789ef35069ad2edf81579
wpa_key_mgmt=WPA-PSK WPA-PSK-SHA256
wpa_pairwise=CCMP
rsn_pairwise=CCMP
wpa_group_rekey=600
wpa_gmk_rekey=21600
peerkey=1
wps_state=0

root@ruter-adam:/home/s#




root@ruter-adam:/home/s# cat /etc/wpa_supplicant/wpa_supplicant.conf 
network={
id_str="home_wifi_static"
priority=5
ssid="abcabc"
psk=363686d31b1fda24ef42b86401234567890faa3f35df2f8ad04a7884213e7916
proto=RSN
key_mgmt=WPA-PSK-SHA256
pairwise=CCMP
group=CCMP
auth_alg=OPEN
scan_ssid=0
disabled=0
}
root@ruter-adam:/home/s#


How to fix it?










share|improve this question

























  • does it work with rts_threshold=-1 and fragm_threshold=-1 , both at the same time? I suspect you are having MTU issues, but that should be a clue some configuration is not ok at lower level. Does that WiFi configuration work well with that chipset when connecting as a client to an ac router?

    – Rui F Ribeiro
    3 hours ago


















0















I have built a server on Debian Stretch. It has two ethernet cards and ond one wifi card Gemtek WPIA-116G https://wikidevi.com/wiki/Gemtek_WPIA-116G



When a cable is connected it works well. But without the cable, by wifi, a client computer gets a connection but does not open some sites in browsers. The same on my tablet.



So it opens google.com and wikipedia but does not open github and testmy.net.



When it tries to open github or testmy.net such an info is displayed at the bottom of a browser Establishing secure connection... and it is in stack.



Here you are my config:



root@ruter-adam:/home/s# cat /etc/hostapd/hostapd.conf
interface=wlp2s5
bridge=br0
driver=nl80211
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=abcabc
country_code=PL
ieee80211d=1
hw_mode=g
channel=8
beacon_int=100
dtim_period=2
max_num_sta=255
rts_threshold=2347
fragm_threshold=2346
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
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=94
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
ap_max_inactivity=600
#ieee80211n=1
require_ht=0
eapol_version=2
eapol_key_index_workaround=0
eap_server=0
own_ip_addr=127.0.0.1
wpa=2
wpa_psk=6d68b63bdc2dff68cbe7cee4aa104882e8e40123456789ef35069ad2edf81579
wpa_key_mgmt=WPA-PSK WPA-PSK-SHA256
wpa_pairwise=CCMP
rsn_pairwise=CCMP
wpa_group_rekey=600
wpa_gmk_rekey=21600
peerkey=1
wps_state=0

root@ruter-adam:/home/s#




root@ruter-adam:/home/s# cat /etc/wpa_supplicant/wpa_supplicant.conf 
network={
id_str="home_wifi_static"
priority=5
ssid="abcabc"
psk=363686d31b1fda24ef42b86401234567890faa3f35df2f8ad04a7884213e7916
proto=RSN
key_mgmt=WPA-PSK-SHA256
pairwise=CCMP
group=CCMP
auth_alg=OPEN
scan_ssid=0
disabled=0
}
root@ruter-adam:/home/s#


How to fix it?










share|improve this question

























  • does it work with rts_threshold=-1 and fragm_threshold=-1 , both at the same time? I suspect you are having MTU issues, but that should be a clue some configuration is not ok at lower level. Does that WiFi configuration work well with that chipset when connecting as a client to an ac router?

    – Rui F Ribeiro
    3 hours ago
















0












0








0








I have built a server on Debian Stretch. It has two ethernet cards and ond one wifi card Gemtek WPIA-116G https://wikidevi.com/wiki/Gemtek_WPIA-116G



When a cable is connected it works well. But without the cable, by wifi, a client computer gets a connection but does not open some sites in browsers. The same on my tablet.



So it opens google.com and wikipedia but does not open github and testmy.net.



When it tries to open github or testmy.net such an info is displayed at the bottom of a browser Establishing secure connection... and it is in stack.



Here you are my config:



root@ruter-adam:/home/s# cat /etc/hostapd/hostapd.conf
interface=wlp2s5
bridge=br0
driver=nl80211
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=abcabc
country_code=PL
ieee80211d=1
hw_mode=g
channel=8
beacon_int=100
dtim_period=2
max_num_sta=255
rts_threshold=2347
fragm_threshold=2346
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
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=94
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
ap_max_inactivity=600
#ieee80211n=1
require_ht=0
eapol_version=2
eapol_key_index_workaround=0
eap_server=0
own_ip_addr=127.0.0.1
wpa=2
wpa_psk=6d68b63bdc2dff68cbe7cee4aa104882e8e40123456789ef35069ad2edf81579
wpa_key_mgmt=WPA-PSK WPA-PSK-SHA256
wpa_pairwise=CCMP
rsn_pairwise=CCMP
wpa_group_rekey=600
wpa_gmk_rekey=21600
peerkey=1
wps_state=0

root@ruter-adam:/home/s#




root@ruter-adam:/home/s# cat /etc/wpa_supplicant/wpa_supplicant.conf 
network={
id_str="home_wifi_static"
priority=5
ssid="abcabc"
psk=363686d31b1fda24ef42b86401234567890faa3f35df2f8ad04a7884213e7916
proto=RSN
key_mgmt=WPA-PSK-SHA256
pairwise=CCMP
group=CCMP
auth_alg=OPEN
scan_ssid=0
disabled=0
}
root@ruter-adam:/home/s#


How to fix it?










share|improve this question
















I have built a server on Debian Stretch. It has two ethernet cards and ond one wifi card Gemtek WPIA-116G https://wikidevi.com/wiki/Gemtek_WPIA-116G



When a cable is connected it works well. But without the cable, by wifi, a client computer gets a connection but does not open some sites in browsers. The same on my tablet.



So it opens google.com and wikipedia but does not open github and testmy.net.



When it tries to open github or testmy.net such an info is displayed at the bottom of a browser Establishing secure connection... and it is in stack.



Here you are my config:



root@ruter-adam:/home/s# cat /etc/hostapd/hostapd.conf
interface=wlp2s5
bridge=br0
driver=nl80211
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=abcabc
country_code=PL
ieee80211d=1
hw_mode=g
channel=8
beacon_int=100
dtim_period=2
max_num_sta=255
rts_threshold=2347
fragm_threshold=2346
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
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=94
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
ap_max_inactivity=600
#ieee80211n=1
require_ht=0
eapol_version=2
eapol_key_index_workaround=0
eap_server=0
own_ip_addr=127.0.0.1
wpa=2
wpa_psk=6d68b63bdc2dff68cbe7cee4aa104882e8e40123456789ef35069ad2edf81579
wpa_key_mgmt=WPA-PSK WPA-PSK-SHA256
wpa_pairwise=CCMP
rsn_pairwise=CCMP
wpa_group_rekey=600
wpa_gmk_rekey=21600
peerkey=1
wps_state=0

root@ruter-adam:/home/s#




root@ruter-adam:/home/s# cat /etc/wpa_supplicant/wpa_supplicant.conf 
network={
id_str="home_wifi_static"
priority=5
ssid="abcabc"
psk=363686d31b1fda24ef42b86401234567890faa3f35df2f8ad04a7884213e7916
proto=RSN
key_mgmt=WPA-PSK-SHA256
pairwise=CCMP
group=CCMP
auth_alg=OPEN
scan_ssid=0
disabled=0
}
root@ruter-adam:/home/s#


How to fix it?







debian networking wifi wpa-supplicant hostapd






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 3 hours ago









Rui F Ribeiro

41.3k1481140




41.3k1481140










asked 4 hours ago









trzczytrzczy

273214




273214













  • does it work with rts_threshold=-1 and fragm_threshold=-1 , both at the same time? I suspect you are having MTU issues, but that should be a clue some configuration is not ok at lower level. Does that WiFi configuration work well with that chipset when connecting as a client to an ac router?

    – Rui F Ribeiro
    3 hours ago





















  • does it work with rts_threshold=-1 and fragm_threshold=-1 , both at the same time? I suspect you are having MTU issues, but that should be a clue some configuration is not ok at lower level. Does that WiFi configuration work well with that chipset when connecting as a client to an ac router?

    – Rui F Ribeiro
    3 hours ago



















does it work with rts_threshold=-1 and fragm_threshold=-1 , both at the same time? I suspect you are having MTU issues, but that should be a clue some configuration is not ok at lower level. Does that WiFi configuration work well with that chipset when connecting as a client to an ac router?

– Rui F Ribeiro
3 hours ago







does it work with rts_threshold=-1 and fragm_threshold=-1 , both at the same time? I suspect you are having MTU issues, but that should be a clue some configuration is not ok at lower level. Does that WiFi configuration work well with that chipset when connecting as a client to an ac router?

– Rui F Ribeiro
3 hours ago












0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505415%2fwifi-hostapd-router-serves-only-several-internet-sites%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505415%2fwifi-hostapd-router-serves-only-several-internet-sites%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

濃尾地震

How to rewrite equation of hyperbola in standard form

No ethernet ip address in my vocore2