Skip to content

Commit

Permalink
Update access-point.md
Browse files Browse the repository at this point in the history
Changed the ssh and the dhcp to manual
  • Loading branch information
SurferTim committed Sep 25, 2017
1 parent 252269b commit 6bc5839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/wireless/access-point.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Using a wireless device, search for networks. The network SSID you specified in
If SSH is enabled on the Raspberry Pi access point, it should be possible to connect to it from another Linux box (or a system with SSH connectivity present) as follows, assuming the `pi` account is present: If SSH is enabled on the Raspberry Pi access point, it should be possible to connect to it from another Linux box (or a system with SSH connectivity present) as follows, assuming the `pi` account is present:


``` ```
ssh pi@192.168.0.1 ssh pi@192.168.4.1
``` ```


By this point, the Raspberry Pi is acting as an access point, and other devices can associate with it. Associated devices can access the Raspberry Pi access point via its IP address for operations such as `rsync`, `scp`, or `ssh`. By this point, the Raspberry Pi is acting as an access point, and other devices can associate with it. Associated devices can access the Raspberry Pi access point via its IP address for operations such as `rsync`, `scp`, or `ssh`.
Expand Down Expand Up @@ -184,7 +184,7 @@ Add the bridging information at the end of the file.
``` ```
# Bridge setup # Bridge setup
auto br0 auto br0
iface br0 inet dhcp iface br0 inet manual
bridge_ports eth0 wlan0 bridge_ports eth0 wlan0
``` ```


Expand Down

2 comments on commit 6bc5839

@hsmith40
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have tried this 3 times and it just doesn't work. I am using Stretch 2.8 on a Raspberry Pi 3B. After I downloaded hostapd and dnsmasq, I killed the wifi. I did the update using keyboard, mouse and monitor.

I will send you any info I have.
Thanks,

Henry Smith

@subice21
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

address=/#/192.168.4.1 @ dnsmasq.conf for the router to know to redirect

Please sign in to comment.