Wireless issues on new install
Final issue I will bring up for a while (I hope, but can't promise): On the Acer Aspire One I installed on I added the wlan adapter to the interfaces file: # wireless adapter with dhcp auto wlp2s0 iface wlp2s0 inet dhcp wpa-ssid myssid wpa-key-mgmt WPA-PSK wpa-group TKIP CCMP wpa-psk mypasskey After doing this I ran across the script in the asl-menu for setting up wireless and ran it - it looked like it added info to the wpa.supplicant (I verified it's all info was correct). Ok, so here is the issue - the wlan connects and gets proper addresses and dns - I can ping anything and get responses, I can ssh to other systems on my network, there seems to be no problem with bi-directional communications *if* originated from the system. The same cannot be said for incoming - no ping response, no ssh, apparently nothing connects when coming in. I don't think it's an issue with the adapter or driver, also it was working (after manually adding to interfaces) on the previous image. I am not sure where to start but hoping someone can help direct my focus and efforts. Thanks again!Stacey - KB7YS
It may be a firewall issue. I'll copy Nate on this. On 3/22/2018 3:53 PM, KB7YS-Stacey wrote:
Final issue I will bring up for a while (I hope, but can't promise):
On the Acer Aspire One I installed on I added the wlan adapter to the interfaces file:
# wireless adapter with dhcp auto wlp2s0 iface wlp2s0 inet dhcp wpa-ssid myssid wpa-key-mgmt WPA-PSK wpa-group TKIP CCMP wpa-psk mypasskey
After doing this I ran across the script in the asl-menu for setting up wireless and ran it - it looked like it added info to the wpa.supplicant (I verified it's all info was correct).
Ok, so here is the issue - the wlan connects and gets proper addresses and dns - I can ping anything and get responses, I can ssh to other systems on my network, there seems to be no problem with bi-directional communications *if* originated from the system. The same cannot be said for incoming - no ping response, no ssh, apparently nothing connects when coming in.
I don't think it's an issue with the adapter or driver, also it was working (after manually adding to interfaces) on the previous image. I am not sure where to start but hoping someone can help direct my focus and efforts.
Thanks again! Stacey - KB7YS
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Stacey, I have a similar problem on my LAN with a Technicolor CableModem. Internet connectivity works fine, but I can't always ping or SSH into other LAN WiFi devices. I ended up writing a cron script to reset WiFi if connectivity goes away. Never had this LAN issue with other WiFi modem/routers. -AndyPB7B/KB7B42432 From: Steve Zingman <szingman@msgstor.com> To: Users of Asterisk app_rpt <app_rpt-users@lists.allstarlink.org>; KB7YS-Stacey <kb7ys_sk-asl@yahoo.com> Sent: Friday, March 23, 2018 3:00 PM Subject: Re: [App_rpt-users] Wireless issues on new install It may be a firewall issue. I'll copy Nate on this. On 3/22/2018 3:53 PM, KB7YS-Stacey wrote: Final issue I will bring up for a while (I hope, but can't promise): On the Acer Aspire One I installed on I added the wlan adapter to the interfaces file: # wireless adapter with dhcp auto wlp2s0 iface wlp2s0 inet dhcp wpa-ssid myssid wpa-key-mgmt WPA-PSK wpa-group TKIP CCMP wpa-psk mypasskey After doing this I ran across the script in the asl-menu for setting up wireless and ran it - it looked like it added info to the wpa.supplicant (I verified it's all info was correct). Ok, so here is the issue - the wlan connects and gets proper addresses and dns - I can ping anything and get responses, I can ssh to other systems on my network, there seems to be no problem with bi-directional communications *if* originated from the system. The same cannot be said for incoming - no ping response, no ssh, apparently nothing connects when coming in. I don't think it's an issue with the adapter or driver, also it was working (after manually adding to interfaces) on the previous image. I am not sure where to start but hoping someone can help direct my focus and efforts. Thanks again! Stacey - KB7YS _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
maybe drop the output of iptable rules here, we could see if it is related to firewall??? sudo iptables -L 2018-03-23 10:00 GMT-04:00 Steve Zingman <szingman@msgstor.com>:
It may be a firewall issue. I'll copy Nate on this.
On 3/22/2018 3:53 PM, KB7YS-Stacey wrote:
Final issue I will bring up for a while (I hope, but can't promise):
On the Acer Aspire One I installed on I added the wlan adapter to the interfaces file:
# wireless adapter with dhcp auto wlp2s0 iface wlp2s0 inet dhcp wpa-ssid myssid wpa-key-mgmt WPA-PSK wpa-group TKIP CCMP wpa-psk mypasskey
After doing this I ran across the script in the asl-menu for setting up wireless and ran it - it looked like it added info to the wpa.supplicant (I verified it's all info was correct).
Ok, so here is the issue - the wlan connects and gets proper addresses and dns - I can ping anything and get responses, I can ssh to other systems on my network, there seems to be no problem with bi-directional communications *if* originated from the system. The same cannot be said for incoming - no ping response, no ssh, apparently nothing connects when coming in.
I don't think it's an issue with the adapter or driver, also it was working (after manually adding to interfaces) on the previous image. I am not sure where to start but hoping someone can help direct my focus and efforts.
Thanks again! Stacey - KB7YS
_______________________________________________ App_rpt-users mailing listApp_rpt-users@lists.allstarlink.orghttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Stacey, Please don't hesitate to bring up issues as you find them. The menu system is new. Nate, N8THN did one heck of a job with them. I'm sure there will be bugs and we will squash them throughout the system. That is one of the reasons we moved to a apt-get install method, to all faster bug fixes and easier for users it apply. 73, Steve N4IRS On 3/22/2018 3:53 PM, KB7YS-Stacey wrote:
Final issue I will bring up for a while (I hope, but can't promise):
On the Acer Aspire One I installed on I added the wlan adapter to the interfaces file:
# wireless adapter with dhcp auto wlp2s0 iface wlp2s0 inet dhcp wpa-ssid myssid wpa-key-mgmt WPA-PSK wpa-group TKIP CCMP wpa-psk mypasskey
After doing this I ran across the script in the asl-menu for setting up wireless and ran it - it looked like it added info to the wpa.supplicant (I verified it's all info was correct).
Ok, so here is the issue - the wlan connects and gets proper addresses and dns - I can ping anything and get responses, I can ssh to other systems on my network, there seems to be no problem with bi-directional communications *if* originated from the system. The same cannot be said for incoming - no ping response, no ssh, apparently nothing connects when coming in.
I don't think it's an issue with the adapter or driver, also it was working (after manually adding to interfaces) on the previous image. I am not sure where to start but hoping someone can help direct my focus and efforts.
Thanks again! Stacey - KB7YS
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (4)
-
Andy KB7B -
KB7YS-Stacey -
Pierre Martel -
Steve Zingman