[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:configuring_a_wireless_access_point [2012/11/19 15:54 (UTC)] – [Configuring the client] populated markushhowtos:network_services:configuring_a_wireless_access_point [2012/12/04 14:19 (UTC)] – [IP_forwarding and routing] typo markush
Line 63: Line 63:
 === Enable IP forwarding === === Enable IP forwarding ===
  
-<code>echo "1" > /proc/sys/net/ipv4/ip_forwarding</code>+<code>echo "1" > /proc/sys/net/ipv4/ip_forward</code>
  
 === Internet Connection Sharing === === Internet Connection Sharing ===
Line 70: Line 70:
 In this case eth0 is the interface which is connected to the internet. If your computer has a connection via ppp you shouls use ppp0 instead of eth0. In this case eth0 is the interface which is connected to the internet. If your computer has a connection via ppp you shouls use ppp0 instead of eth0.
  
-==== Starting the Accesspoint ====+===== Starting the Accesspoint =====
  
 <code>ifconfig wlan0 192.168.45.1 up <code>ifconfig wlan0 192.168.45.1 up
 howtos:network_services:configuring_a_wireless_access_point ()