[ Date Index ]
[ Thread Index ]
[ <= Previous by date /
thread ]
[ Next by date /
thread => ]
[LUG] networking things
- To: Devon/Cornwall GNU LUG <list@xxxxxxxxxxxxx>
- Subject: [LUG] networking things
- From: Tom <madtom1999@xxxxxxxxxxxxxx>
- Date: Sun, 20 Sep 2015 16:02:46 +0100
- Delivered-to: dclug@xxxxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dcglug.org.uk; s=1428397562; h=Sender:Content-Type:Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Unsubscribe:List-Id:Reply-To:Subject:MIME-Version:Date:Message-ID:From:To; bh=KmJHDyByVvlpT8gn6O66YKSl8vECCoOpJwbulZtM4Zg=; b=RvtCt861tJMAZLnp8/soZ4815SI8gtauX8eAt0MKZcgNS3/RzsJqWLQP0z2oRqv0scYS53N7ZGhqAmkmUbDxzedHOuUMRvX56Y6anxYNvqFzXG7KytCDOIbhh7EjF0nc5VKAQ8hzJTyhGz2qxP/3Nvtcv9EZDTOyPF4/c2cNXug=;
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=tozXQ3+Nl6WmaVPwG9a7M2xrXK+SyqOZtq+oZwhQKNA=; b=BSzmxIqY4GmbDv/T2FnXI7AJuiOtJrN+2+sGDMCvsUEo+IwILHE+n692iWmnTL78Wj ii6EXgRW433Qk4TTSK1AH0kwG3dDNKTQ5CYADPxgNZvc74JB4sTOTZQ7s4F7ce0q5RxK zMU+m2gq7cTKlzWV/Cq781qumJjMzE+JWGnJTaHUfQ5iTv2i50prR7Tkga/uLr1+fys8 ZRciPrX9G3Dgp4uJY91VtqyNHJl/8+doOqT6Ox9kRtxOz4LubANPzxTKZ+VPJjegF3C9 eH0a4tm6r5L88w6xuGJG2NfhxIOHpsQ1h3HBKyXzHFitJvj/lFf1vvWV58BwSqJVe+wI 69dw==
Got my pi configured to be a wireless hotspot forwarding my wireless
(from
https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point/install-software
mainly)
/etc/network/interfaces is as follows
------------------------------------
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid BTHub4-KZ3G
wpa-psk xz;lvv;mds'sd
allow-hotplug wlan1
iface wlan1 inet static
address 192.168.10.1
netmask 255.255.255.0
#iface wlan0 inet manual
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
#iface default inet dhcp
up iptables-restore </etc/iptables.ipv4.nat
---------------------------------------
But on reboot the dhcp server hasnt started so I have to
---------------------------------------
sudo ifconfig wlan1 192.168.10.1
sudo service isc-dhcp-server start
---------------------------------------
to get it up and running properly
wlan0 is always up and happy.
Any clues as to how to get this to start properly on reboot.
Tom te tom te tom
--
The Mailing List for the Devon & Cornwall LUG
http://mailman.dclug.org.uk/listinfo/list
FAQ: http://www.dcglug.org.uk/listfaq