Go to advanced search

by epoch1970
Fri Jul 22, 2016 3:11 pm
Forum: Networking and servers
Topic: Guide to installing Webmin?
Replies: 2
Views: 3719

Re: Guide to installing Webmin?

There is nothing special to do on Raspbian Lite (jessie), IIRC. Perhaps "sudo systemctl enable webmin" is needed after install?
by epoch1970
Fri Jul 22, 2016 12:37 pm
Forum: Networking and servers
Topic: VPN: OpenVPN Client Key Generation - 3DES Encryption?
Replies: 3
Views: 2466

Re: VPN: OpenVPN Client Key Generation - 3DES Encryption?

Nevermind the cipher, have a look at this: BEWARE: One common mistake when setting up a new CA is to place all the CA files on the OpenVPN server. DO NOT DO THAT! A CA requires a private key which is used for signing the certificates your clients and servers will use. If you loose control of your CA...
by epoch1970
Fri Jul 22, 2016 10:53 am
Forum: Troubleshooting
Topic: Cannot SSH to my Raspberry Pi 2
Replies: 9
Views: 1408

Re: Cannot SSH to my Raspberry Pi 2

This is fsck complaining (repeatedly) of a syntax error. The command DougieLawson gave you is valid only if: - you type it exactly as is - you run it from your Pi running Raspbian, with the SD card reader alone connected to the Pi. That is: only kbd/mouse + SD reader w/ card inserted. Remove all oth...
by epoch1970
Wed Jul 20, 2016 5:30 pm
Forum: Français
Topic: Modération
Replies: 3
Views: 1068

Re: Modération

memberlist.php?mode=leaders

J'ai l'impression qu'IrishFramboise est le seul (la seule :) mod francophone.
by epoch1970
Wed Jul 20, 2016 9:47 am
Forum: Networking and servers
Topic: reroute traffic to sender
Replies: 7
Views: 1329

Re: reroute traffic to sender

I don't get it... too many commands :? can you please provide a step-by-step guide? Why sure, what else would I have to do today? Anyways. Follow this: https://frillip.com/using-your-raspberry-pi-3-as-a-wifi-access-point-with-hostapd/ and you'll get a non-bridged AP Once you get it working, add thi...
by epoch1970
Wed Jul 20, 2016 9:22 am
Forum: Troubleshooting
Topic: Cannot SSH to my Raspberry Pi 2
Replies: 9
Views: 1408

Re: Cannot SSH to my Raspberry Pi 2

That's a kernel panic trace. The system has crashed at boot, no wonder you can't ssh into it then.

The SD might be damaged or dead, the Pi might be damaged (less likely.)
Have you changed anything to the Pi recently, software of hardware-wise?
How old is the SD?
by epoch1970
Tue Jul 19, 2016 5:22 pm
Forum: Networking and servers
Topic: reroute traffic to sender
Replies: 7
Views: 1329

Re: reroute traffic to sender

Unbridge eth0. Select an address on another network for wlan0. Add dnsmasq and tell it to listen on wlan0 and serve that network. In dnsmasq config remove the default gateway declaration among the data the DHCP server sends to the client. Then try to connect a device and see if it uses both the AP a...
by epoch1970
Tue Jul 19, 2016 1:40 pm
Forum: Beginners
Topic: How to install kernel-headers
Replies: 13
Views: 68519

Re: How to install kernel-headers

You can try "sudo apt-get install raspberrypi-kernel-headers" if you're running raspbian.
by epoch1970
Tue Jul 19, 2016 12:55 pm
Forum: Networking and servers
Topic: Setting up RPI3 as access point
Replies: 3
Views: 862

Re: Setting up RPI3 as access point

I meant remove the bridge declaration in hostapd.conf

(You can run hostapd as a service, that's the usual way.)
by epoch1970
Tue Jul 19, 2016 8:38 am
Forum: Networking and servers
Topic: Setting up RPI3 as access point
Replies: 3
Views: 862

Re: Setting up RPI3 as access point

Looks like you've made a mashup of a bridged and a routed configuration... From reading the conf I think you just want to remove the br0 declaration in /etc/network/interfaces and hostpad.conf. I don't know what this thing is: "hostapd /etc/hostapd/hostapd.conf" in /etc/network/interfaces. Overall, ...
by epoch1970
Mon Jul 18, 2016 5:53 pm
Forum: General discussion
Topic: USB folder question
Replies: 2
Views: 651

Re: USB folder question

My guess is: 1) You had a file opened within /media/pi/4315-585D 2) You removed the USB key, but since a file was opened, unmount was not (completely?) successful and the directory remained 3) You plugged back the same key (same UUID), the normal directory name was in use, so the machine incremented...
by epoch1970
Mon Jul 18, 2016 1:23 pm
Forum: Beginners
Topic: Reloading wifi when connection is dropped unexpectedly
Replies: 1
Views: 725

Re: Reloading wifi when connection is dropped unexpectedly

There would be a solution using the watchdog package, which more or less resembles your python snippet, except the process will not be easily stopped and reboot is more likely to be obtained if needed. (If you go with your own python daemon, make it more efficient than that by pinging an address on ...
by epoch1970
Mon Jul 18, 2016 1:11 pm
Forum: Beginners
Topic: Hard Drive won't show up on network through Raspberry Pi
Replies: 3
Views: 711

Re: Hard Drive won't show up on network through Raspberry Pi

I don't know what Kodi can provide. Generally speaking (or speaking of Raspbian): - For the Mac Finder to access the drive you need to install a network file service on the Pi. The usual suspect is Samba but there are other (less popular I think) options. That would give you the ability to copy/dele...
by epoch1970
Mon Jul 18, 2016 12:57 pm
Forum: Troubleshooting
Topic: Cannot SSH to my Raspberry Pi 2
Replies: 9
Views: 1408

Re: Cannot SSH to my Raspberry Pi 2

Welcome. Any log in the router when the Pi comes up on the network? You can also try to connect another computer than the Pi to the same cable, and see if the router gives it an address. Before reinstalling you could try to connect a screen and keyboard to the machine, at boot you will see if someth...
by epoch1970
Mon Jul 18, 2016 12:47 pm
Forum: Troubleshooting
Topic: ##RESOLVED## OVPN PI vs OVPN Synology SRM
Replies: 3
Views: 1271

Re: OVPN PI vs OVPN Synology SRM

To troubleshoot something like this, I'd recommend:
- make the tunnel work with 2 computers (e.g. 2 laptops, 2 pis...) before using appliances
- use netcat in client + server mode (wikipedia page) and check the connexion goes through before running the OpenVPN tunnel
by epoch1970
Mon Jul 18, 2016 12:33 pm
Forum: Networking and servers
Topic: reroute traffic to sender
Replies: 7
Views: 1329

Re: reroute traffic to sender

Create an access point with a DHCP server to give an address on your network, with the twist that the DHCP server does not inform the client of a default gateway. With that, your mobile client should be able to participate in the local wifi network yet keep its native link to the internet. It's not ...
by epoch1970
Sat Jul 16, 2016 9:30 pm
Forum: Français
Topic: Accès SSH direct sur RPI3 par wifi avec smarmtphone
Replies: 17
Views: 3213

Re: Accès SSH direct sur RPI3 par wifi avec smarmtphone

Oops. sudo apt-get install ieee-data
Sorry...
by epoch1970
Sat Jul 16, 2016 11:26 am
Forum: General discussion
Topic: Reliable remote access?
Replies: 10
Views: 2732

Re: Reliable remote access?

Here is my recipe for doing this: - Parent's site = "A", my site = "B" - OpenVPN between the 2 sites, site A calls site B continuously. Site B has (=I have) to maintain reachability (port forwarding, dyndns...) - Pi at site A running watchdog: restart the machine when site A's router can't be reache...
by epoch1970
Fri Jul 15, 2016 5:46 pm
Forum: Troubleshooting
Topic: WIFI Dongle Edimax EW7811UN not working after last update
Replies: 33
Views: 15706

Try with the standard hostapd package

Guys, I have this setup working: uname -a Linux berck 4.4.13-v7+ #894 SMP Mon Jun 13 13:13:27 BST 2016 armv7l GNU/Linux lsusb | grep RTL Bus 001 Device 004: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS] dpkg -l | grep hostapd ii hostapd 1:2.3-1+deb8u...
by epoch1970
Fri Jul 15, 2016 3:32 pm
Forum: Troubleshooting
Topic: RaspberryPi 3 looses network connectivity
Replies: 4
Views: 1113

Re: RaspberryPi 3 looses network connectivity

Don't use 2 interfaces at the same time on the same network with linux. Behavior is unspecified in this case unless you tweak the networking stack heavily.
Use one interface at a time and the system ins standard configuration should be happy.
by epoch1970
Fri Jul 15, 2016 3:06 pm
Forum: Français
Topic: Accès SSH direct sur RPI3 par wifi avec smarmtphone
Replies: 17
Views: 3213

Re: Accès SSH direct sur RPI3 par wifi avec smarmtphone

1- y a-t-il une commande pour voir qui est connecté sur mon RPI3 ? 2- selon toi, est-ce vraiment nécessaire de faire une config DHCP, vu ce que je veux faire ? 3- si oui, l'installation de dnsmasq suffit-elle ? 4- me permets-tu de t'écrire en MP si j'ai d'autres questions ? 1 - Oui, dans hostapd.co...
by epoch1970
Thu Jul 14, 2016 8:47 pm
Forum: Raspberry Pi OS
Topic: Jessie, systemd, drbd and more
Replies: 1
Views: 960

Re: Jessie, systemd, drbd and more

I solved your 3rd point by simply purging the package.
Dhcpcd AFAIK is not a Debian thing, it's a Raspbian thing.
My plate is full with systemd already...
by epoch1970
Thu Jul 14, 2016 8:27 pm
Forum: Français
Topic: Accès SSH direct sur RPI3 par wifi avec smarmtphone
Replies: 17
Views: 3213

Re: Accès SSH direct sur RPI3 par wifi avec smarmtphone

J'ai connecté un iPhone et un Mac en utilisant ton fichier (ht_capab supprimé) et en donnant l'adresse 192.168.3.1/24 à la carte wifi. Le Mac comme l'iPhone ont eu le même comportement, ils donnaient l'impression de tourner dans le vide, en fait ils attendaient une adresse IP... Pendant que la roue ...

Go to advanced search