Go to advanced search

by SamPhoenix
Thu Feb 15, 2018 1:49 am
Forum: Troubleshooting
Topic: dhcpcd static IP error...
Replies: 9
Views: 1397

Re: dhcpcd static IP error...

But I'm confused about what you told me to remove and keep and what needs to be added.
by SamPhoenix
Wed Feb 14, 2018 11:09 pm
Forum: Troubleshooting
Topic: dhcpcd static IP error...
Replies: 9
Views: 1397

Re: dhcpcd static IP error...

I am, so what should I do to keep the static IP but have it actually working?
by SamPhoenix
Wed Feb 14, 2018 10:53 pm
Forum: Troubleshooting
Topic: dhcpcd static IP error...
Replies: 9
Views: 1397

Re: dhcpcd static IP error...

Code: Select all

auto lo

iface lo inet loopback

iface eth0 inet static
 address 192.168.0.4
 netmask 255.255.255.0
 gateway 192.168.0.1
 dns-nameservers 8.8.8.8 8.8.4.4
 
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant.conf
iface default inet dhcp
by SamPhoenix
Wed Feb 14, 2018 9:20 pm
Forum: Troubleshooting
Topic: dhcpcd static IP error...
Replies: 9
Views: 1397

dhcpcd static IP error...

I have been using my pi as a homeassistant hub and assigned it a static ip address... It had been working fine for a while and a few days ago it stopped connecting to the network. Upon restarting it, I saw that the it said that dhcpcd.service failed to start so I look into it and find: Not running d...
by SamPhoenix
Thu Feb 04, 2016 7:57 pm
Forum: Networking and servers
Topic: Send a WOL packet and access network(LAN) files
Replies: 4
Views: 978

Re: Send a WOL packet and access network(LAN) files

Do not do this. There is no sensible way to have an FTP server that's open to the public internet. Either go with OpenVPN or OpenSSL. With OpenVPN you can have full secure access to your whole home LAN from any remote location. With OpenSSL (aka sshd which is already running) you can use FileZilla ...
by SamPhoenix
Wed Feb 03, 2016 11:48 pm
Forum: Networking and servers
Topic: Send a WOL packet and access network(LAN) files
Replies: 4
Views: 978

Send a WOL packet and access network(LAN) files

I want to type my Raspberry Pi IP into my web browser, to make my RPi send a WOL packet to my computer, and then it re-direct me to an FTP service, where I will also be able to access the files on the network (so, can access my computer files.) when I am not at home. This is so I can access any file...

Go to advanced search