Xbian working as an Access Point for WLAN0
|
6th Dec, 2015, 12:56 AM
Post: #1
|
|||
|
|||
Xbian working as an Access Point for WLAN0
Hi, i have a question about Xbian working as an Access Point on an RPI2.
I Installed build-essential, htop, mc, hostapd, bind9, nslint, isc-dhcp-server, apache2, squid3, openssh-server, ntp, locate, nmap, tcpdump, wireshark, psmisc, tree, vim, apt-file, aptitude, hwinfo, lsscsi, lvm2, mdadm, xfsprogs, cups, nfs-kernel-server, samba, cryptsetup, rsync, incron and autofs LAN=WAN (Router) WLAN= AP with WPS2 First Problem: lvm2 (2.02.111-2.2) wird eingerichtet ... [....] Setting up LVM Volume Groups... No volume groups found done. update-initramfs: deferring update (trigger activated) liblvm2cmd2.02:armhf (2.02.111-2.2) wird eingerichtet ... Trigger für libc-bin (2.19-18+deb8u1) werden verarbeitet ... Trigger für initramfs-tools (0.120) werden verarbeitet ... update-initramfs: Not updating initramfs. Trigger für systemd (215-17+deb8u2) werden verarbeitet ... root@xbian:/home/xbian# Second Problem: sudo su cd /etc/dhcp/ vim dhclient.conf Code: #************************************************* vim /etc/resolv.conf Code: #************************************************* vim /etc/network/interfaces Code: #************************************************* Code: echo 1 > /proc/sys/net/ipv4/ip_forward Code: cat /proc/sys/net/ipv4/ip_forward -> 1 Code: iptables -A POSTROUTING -t nat -o eth0 -j MASQUERADE vim /etc/sysctl.conf Code: #net.ipv4.ip_forward=1 vim /etc/rc.local Code: #************************************************* Code: cp /etc/dhcp/dhcpd.conf /etc/dhcp/dhcpd.conf.orig vim /etc/dhcp/dhcpd.conf Code: ddns-update-style none; touch /etc/hostapd/hostapd.conf vim /etc/hostapd/hostapd.conf Code: #************************************************* /etc/init.d/hostapd restart I got an error: Code: [ ok ] Stopping advanced IEEE 802.11 management: hostapd. journalctl told me nothing and there is no /var/log/daemon.log What is the problem? And how can I figure out by myself? BTW: I do not like to BRIDGE from ETH0 to WLAN0, is that my problem? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Xbian working as an Access Point for WLAN0 - duno - 6th Dec, 2015 12:56 AM
RE: Xbian working as an Access Point for WLAN0 - duno - 28th Jan, 2016, 03:04 AM
RE: Xbian working as an Access Point for WLAN0 - tijundonghua60 - 11th Aug, 2022, 01:31 PM
RE: Xbian working as an Access Point for WLAN0 - Nachteule - 28th Jan, 2016, 10:20 AM
|