Search found 24 matches
- Thu Oct 29, 2020 5:56 pm
- Forum: Networking and servers
- Topic: Can't Install Samba on Pi 4 (Debian Buster)
- Replies: 3
- Views: 380
Re: Can't Install Samba on Pi 4 (Debian Buster)
Turns out the problem was a missing config file, /etc/samba/smb.conf. Why the installation routines didn't create/copy it when it was missing is an interesting question. But copying it manually allowed the installation to succeed. For a more in-depth write-up of how I got this working please see htt...
- Thu Oct 29, 2020 2:41 am
- Forum: Networking and servers
- Topic: Can't Install Samba on Pi 4 (Debian Buster)
- Replies: 3
- Views: 380
Can't Install Samba on Pi 4 (Debian Buster)
If I follow the instructions for installing samba at https://www.raspberrypi.org/documentation/remote-access/samba.md I get the following error: ...earlier status messages not shown Setting up samba-common-bin (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Checking smb.conf with testparm Load smb config files fr...
- Wed Oct 21, 2020 5:06 pm
- Forum: Networking and servers
- Topic: OpenVPN: No Gateway
- Replies: 2
- Views: 235
Re: OpenVPN: No Gateway
Turns out most of the problem I was having was caused by a bug in the OpenVPN iOS client. Here's a write-up on what I did to finally get things working: https://imperfect.olbert.com/my-vpn-saga-take-two/
- Sat Oct 17, 2020 6:05 pm
- Forum: Networking and servers
- Topic: OpenVPN: No Gateway
- Replies: 2
- Views: 235
Re: OpenVPN: No Gateway
I neglected to include my current routing parameters. Here's what route -n shows on the Pi: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.1.254 0.0.0.0 UG 202 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0 192.168.5.0 0.0.0.0 255.255.255.0 ...
- Sat Oct 17, 2020 5:37 pm
- Forum: Networking and servers
- Topic: OpenVPN: No Gateway
- Replies: 2
- Views: 235
OpenVPN: No Gateway
I am trying to configure an OpenVPN-based solution allowing me to access my home LAN remotely. While my setup seems simple -- to me, at least :) -- I'm having a problem getting the clients connected through the VPN to access my home LAN and its internet connection. For example, if I try to connect t...
- Tue May 28, 2019 11:25 pm
- Forum: Networking and servers
- Topic: Installing OpenVPN on a Pi
- Replies: 3
- Views: 957
Installing OpenVPN on a Pi
I really appreciated the help I got from several people on this forum when I was trying to configure a VPN server on my Pi. I thought I'd "pay it forward" by sharing an article I wrote about what I learned.
https://imperfect.olbert.com/2019/05/28 ... tunneling/
Enjoy!
- Mark
https://imperfect.olbert.com/2019/05/28 ... tunneling/
Enjoy!
- Mark
- Thu May 23, 2019 4:30 am
- Forum: Networking and servers
- Topic: Letting OpenVPN subnet see my LAN
- Replies: 2
- Views: 931
Re: Letting OpenVPN subnet see my LAN
Thanx for the quick reply. Turns out I'd made a stupid mistake because I'd been spending hours trying to get an openvpn tap setup working -- which involves creating a bridge out of eth0 and tap0 -- and I forgot that the tun0 interface set up by openvpn when it's running in tunnel mode isn't automati...
- Wed May 22, 2019 11:01 pm
- Forum: Networking and servers
- Topic: Letting OpenVPN subnet see my LAN
- Replies: 2
- Views: 931
Letting OpenVPN subnet see my LAN
I have set up OpenVPN on my Pi3 running Stretch, in tunneling mode, on my LAN, and can access it remotely (e.g., from my iPhone). The VPN connection gets an address assigned to it from the subnet I configured within server.conf (192.168.5.0/24, in my case). The Pi also runs dnsmasq for my LAN. The L...
- Wed May 22, 2019 7:12 pm
- Forum: Networking and servers
- Topic: OpenVPN in bridge mode: internet connectivity lost
- Replies: 10
- Views: 1442
Re: OpenVPN in bridge mode: internet connectivity lost
Interesting directory structure, I may switch to that. Yes, I did reboot between attempts (thank goodness the Pi3 is so much faster than the Pi1 :)). I am able to change the tap0 MAC address from the command line by running the commands manually. For fun, I tried changing the line which sets the MAC...
- Wed May 22, 2019 4:31 pm
- Forum: Networking and servers
- Topic: OpenVPN in bridge mode: internet connectivity lost
- Replies: 10
- Views: 1442
Re: OpenVPN in bridge mode: internet connectivity lost
Thanx for the continued help. Sadly, not even the heavy-handed approach worked -- tap0 insists on setting its own random MAC address. I've worked around that by explicitly configuring br0 in dhcpcd.conf, which appears to work, so it's not that big a deal. But it would be nice to be able to rely on t...
- Wed May 22, 2019 4:30 am
- Forum: Networking and servers
- Topic: OpenVPN in bridge mode: internet connectivity lost
- Replies: 10
- Views: 1442
Re: OpenVPN in bridge mode: internet connectivity lost
Can't say I understand what's going on yet, but at least I've been learning stuff about configuring network interfaces that I never understood :) I have a configuration that appears to be working "locally", meaning that devices on my LAN have internet access, and DNS resolution via dnsmasq...
- Tue May 21, 2019 11:30 pm
- Forum: Networking and servers
- Topic: OpenVPN in bridge mode: internet connectivity lost
- Replies: 10
- Views: 1442
Re: OpenVPN in bridge mode: internet connectivity lost
I'm posting this as a separate entry just to keep things clear (to me :)). I'm having trouble getting the right IP addresses assigned to the right interfaces. tap0 ends up coming up with a 169.x.x.x address, which I recognize as "no IP address assigned so you get a default one". tap0 is be...
- Tue May 21, 2019 10:35 pm
- Forum: Networking and servers
- Topic: OpenVPN in bridge mode: internet connectivity lost
- Replies: 10
- Views: 1442
Re: OpenVPN in bridge mode: internet connectivity lost
I tried to delete this post but found I was unable to do so, so I've just deleted the content (I made a dumb mistake in applying your instructions).
- Tue May 21, 2019 5:10 pm
- Forum: Networking and servers
- Topic: OpenVPN in bridge mode: internet connectivity lost
- Replies: 10
- Views: 1442
Re: OpenVPN in bridge mode: internet connectivity lost
Back again... :) Here's the output from "ip a" when the openvpn service is running and I don't have internet connectivity: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scop...
- Tue May 21, 2019 5:03 pm
- Forum: Networking and servers
- Topic: OpenVPN in bridge mode: internet connectivity lost
- Replies: 10
- Views: 1442
OpenVPN in bridge mode: internet connectivity lost
Apologies in advance for the length of this. As I'm not sure what's causing the problem I've included info on things I think may be playing a role. I am trying to set up a Pi3 as an OpenVPN server on my home LAN, in bridge mode so that I can access network resources and devices remotely over the int...
- Wed Apr 20, 2016 10:37 pm
- Forum: General discussion
- Topic: Why Is wolfram-engine included?
- Replies: 35
- Views: 21081
Re: Why Is wolfram-engine included?
Wise guy :) Yes: I learned that there are a number of aspects to upgrading the Pi which could be much smoother, and better disclosed from within the process itself. In addition to the "running out of space because of wolfram-engine" problem, there was also the "reset the boot process ...
- Wed Apr 20, 2016 8:09 pm
- Forum: General discussion
- Topic: Why Is wolfram-engine included?
- Replies: 35
- Views: 21081
Re: Why Is wolfram-engine included?
I didn't say that I hated it, just that it's not what I'd call a core capability. You're right, though, that the Foundation gets to decide what they put in their distro. But I'm also free to suggest ways they could improve it, and to point out where I think they've missed the mark. Contributing to m...
- Wed Apr 20, 2016 7:02 pm
- Forum: General discussion
- Topic: Why Is wolfram-engine included?
- Replies: 35
- Views: 21081
Re: Why Is wolfram-engine included?
Understood. But, personally, I would prefer "big things not needed for general purposes" not be installed by default.
Apologies about your name. I missed the subtle distinction
Apologies about your name. I missed the subtle distinction

- Wed Apr 20, 2016 6:44 pm
- Forum: General discussion
- Topic: Why Is wolfram-engine included?
- Replies: 35
- Views: 21081
Re: Why Is wolfram-engine included?
Fair point, pythagoras, but when I read the entirety of the linked page it's pretty clear "education" is much more than "mathematics". In fact, I could use that charter to require every single package on the planet be included in the standard distro, since they all help educate p...
- Wed Apr 20, 2016 6:41 pm
- Forum: General discussion
- Topic: Why Is wolfram-engine included?
- Replies: 35
- Views: 21081
Re: Why Is wolfram-engine included?
That makes the most sense, even if it's speculation
. Particularly since, as you point out, it's not available for free on all platforms.
Oh well, most learning takes place by beating one's head bloody against previously-unseen walls

Oh well, most learning takes place by beating one's head bloody against previously-unseen walls

- Wed Apr 20, 2016 6:36 pm
- Forum: General discussion
- Topic: Why Is wolfram-engine included?
- Replies: 35
- Views: 21081
Re: Why Is wolfram-engine included?
That almost makes sense, although I'm not sure about the basic mission argument. I was under the impression the Foundation's mission was much broader than just education.
- Wed Apr 20, 2016 6:23 pm
- Forum: General discussion
- Topic: Why Is wolfram-engine included?
- Replies: 35
- Views: 21081
Re: Why Is wolfram-engine included?
Because I didn't realize how honking HUGE it was going to be before I started the upgrade. And that's not my question. Which is, to repeat, >>why is it in the core distro in the first place<<? There are >>tons<< of packages that are not in the core distro. Why this one, which many people have compla...
- Wed Apr 20, 2016 6:04 pm
- Forum: General discussion
- Topic: Why Is wolfram-engine included?
- Replies: 35
- Views: 21081
Why Is wolfram-engine included?
Okay, so I'm a slow learner, currently stuck waiting, for the second time, for my wheezy to jessie upgrade to crash because I don't have enough space left on my SD card to install the new wolfram-engine. Once I get back control of my pi -- the disk is showing as 100% full, but the upgrade is still d...
- Fri Dec 04, 2015 10:10 pm
- Forum: Troubleshooting
- Topic: Very Slow WiFi
- Replies: 0
- Views: 357
Very Slow WiFi
I am accessing a Samba share on my Pi2 from Windows 10. The read speed, as determined by LAN_SpeedTest.exe, is >>very<< slow, roughly 300 - 600KB. The write speed, while higher, is also still slow. Running iwconfig on the Pi2 showed that the wifi bit rate was 150M bits/second, which should easily su...