Questions tagged [raspbian]

Raspbian is a free operating system based on Debian optimized for the Raspberry Pi hardware.

139 questions
-1
votes
1 answer

OpenVPN Tunnel Through Tunnel

I have a Raspberry Pi and two VPN server hosted. In raspberry pi I installed OpenVPN. I did connect Pi with my 1st VPN server. My question is I like to connect 2nd server thought 1st server. Like to mention that 1st server provides DHCP as like…
Aman Juman
  • 304
  • 2
  • 6
-1
votes
2 answers

Completely rename an unix user

Recently I had a hack try on my server and someone from this forum gave me some solutions to protect my server from hack. A trick is to not use defaults users, for example pi for the raspberry. The problem is when I started to configure my server I…
M. Ozn
  • 123
  • 4
-1
votes
2 answers

Why is using Apache only using port 80 when other ports are configured?

I have Apache running on a debian server. On the initial install and setup, it was running fine on port 80, I successfully installed an instance of Wordpress and everything was fine. I want to reduce hammering from portscanning so I am not using…
Ken Ingram
  • 101
  • 4
-1
votes
1 answer

How does raspbian choose amongst IP addresses?

I'm running a Raspbian client connecting via HTTP to a Raspbian server. Apache on server is setup to not require authentication for local IPs- both ip4 and ip6. Both client and server are attached to single FritzBox router. Client has multiple IPs…
andig
  • 171
  • 9
-1
votes
2 answers

Access MAC addresses (IP to MAC - ARP) between two subnets. Seperated via router

I've come across an issue, and after spending days investigating I've realised I need some advice. My networking skill level is still quite low. I've got two routers, with two LANs. I've connected one of the routers to the other via a LAN <-> WAN…
Josh
  • 13
  • 4
-1
votes
1 answer

Cron script on reboot not working unless I sleep for a few seconds

First of all I'm not sure whether I should post it here or under the Ubuntu-specific forum but I thought this is probably a more generic question. I have a Raspberry Pi 3 with Raspbian Jessie, I wrote a script to send a push to my Pushbullet account…
maetthew
  • 1
  • 2
-1
votes
0 answers

Connecting to a home server on a cellular hotspot

I am seeking advice on a networking issue I have run into recently. I suspect that I a making an obvious mistake in my assumptions about connections between machines on separate networks. My goal is to connect to a raspberry pi tcp server that I…
-1
votes
0 answers

How can i access a device with 4g modem connection over the internet?

I have a Raspberry Pi Device where I use a 4g modem (D-link DWM-222) to connect it to the internet. The interface ppp0 gets an IP and everything works great. I was thinking that I would get a public IP and be able to connect to this device over the…
Andreas Larsson
  • 135
  • 1
  • 4
-1
votes
1 answer

dd the entire SD card to one partition on HDD

This particular question is related to Raspberry Pi, but in fact, this is a general question. So, I have an SD card with RPI system running on it consisting of two partitions: Disk /dev/mmcblk0: 59.5 GiB, 63864569856 bytes, 124735488 sectors Units:…
ihorc
  • 43
  • 5
-1
votes
1 answer

Why is apache logging an internal IP when using an external domain?

I have a Raspberry Pi running which we're using in the office for small test projects we don't want on our main development server. It is running apache. The DNS is handled via Cloudflare, but in DNS Only mode. Currently, no IP restriction is in…
Leonard Challis
  • 23
  • 3
  • 12
  • 26
-1
votes
1 answer

Can I access an APFS drive plugged into a Pi over a network?

I have a SSD that's formatted for APFS Encrypted. I want to plug it into a Raspberry Pi and access it over a LAN from a Mac. However, as far as I know, there isn't a read / write driver for the Pi for APFS. So, more generally, I was wondering if…
Ian Warburton
  • 319
  • 2
  • 4
  • 12
-1
votes
1 answer

Running django and gunicorn on raspberry pi

So I am trying to follow this here: https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04 except on the latest raspberry pi. I think or thought I had everything configured…
Codejoy
  • 67
  • 3
  • 13
-2
votes
1 answer

I can't understand why

I have a raspberry pi 3 b+ with Raspbian Buster (10) and I am trying to build a router. I have setup the flowing programs: bind9 for local dns resolution hostapd for wifi hotspot bridge-utils to bridge several USB RJ45 network…
x5qubits
  • 9
  • 2
-2
votes
1 answer

Clear DHCP lease on disconnect

I have a rather specific situation where i'm at a bit of a loss on how to do things properly so i figured it was time to ask for help. Situation is: i have a Raspberry Pi with a 3G modem as well as hostapd and dnsmasq installed. This means that when…
Jacob K
  • 101
  • 1
-2
votes
1 answer

dnsmasq: specific domain and subdomain to specific folders

I'm creating a website on my Raspi 3 and I want to link domains with the html folder to make it easier to access in the local network. I want to achieve the following: mydomain.example -> 192.168.0.1/mydomain/ test.mydomain.example ->…
the_dani
  • 107
  • 1
1 2 3
9
10