[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:network_services:wifi_to_eth_bridge_routing [2017/08/02 13:06 (UTC)] – [Sources] slackerhowtos:network_services:wifi_to_eth_bridge_routing [2017/08/02 13:10 (UTC)] – [Solution for Slackware, step-by-step] slacker
Line 57: Line 57:
  
 4. set /etc/rc.d/rc.ip_forward executable:\\ 4. set /etc/rc.d/rc.ip_forward executable:\\
-       <code>chmod +x /etc/rc.d/rc.ip_forward</code>+       chmod +x /etc/rc.d/rc.ip_forward
 5. add a line:\\ 5. add a line:\\
-      <code>/usr/local/sbin/parprouted wlan0 eth0</code>  +      /usr/local/sbin/parprouted wlan0 eth0 
-        into **/etc/rc.d/rc.local** and make this file executable+into **/etc/rc.d/rc.local** and make this file executable
  
 That's all. Reboot and you have a working WiFi - eth bridge, also called WiFi extender or WiFi Internet share.\\ That's all. Reboot and you have a working WiFi - eth bridge, also called WiFi extender or WiFi Internet share.\\
 howtos:network_services:wifi_to_eth_bridge_routing ()