Search found 7 matches
- Sun Jul 03, 2016 4:40 pm
- Forum: Networking and servers
- Topic: setting up with wireless or fixed connection
- Replies: 5
- Views: 1741
Re: setting up with wireless or fixed connection
TBH, I've never played much with the automagic "mappings" in the interfaces file, and I didn't know there was a hook with wpa_supplicant. But I wouldn't be surprised if your issue was due to another case of systemd and dhcpcd invasion. (I removed and purged dhcpcd on my machine, that's on...
- Thu Jun 30, 2016 12:24 pm
- Forum: Networking and servers
- Topic: setting up with wireless or fixed connection
- Replies: 5
- Views: 1741
Re: setting up with wireless or fixed connection
In your "wireless-static" block, you have 2 errors in the dns server specification line (wrong keyword, wrong address). Try this instead: "dns-nameservers 127.0.0.1" Thanks for the extra set of eyes been looking at this for far to long :D . No change in results thou. I made an a...
- Wed Jun 29, 2016 12:44 pm
- Forum: Networking and servers
- Topic: setting up with wireless or fixed connection
- Replies: 5
- Views: 1741
setting up with wireless or fixed connection
I want to setup Networking for my Pi3 with a camera. It will be used mostly in wireless mode. But I can get faster access from an either cable. I dont care what is used for an IP for the cable but the wireless should have a static IP. In order to work on other problems with my network setup, which I...
- Tue Jun 07, 2016 12:45 pm
- Forum: Raspberry Pi OS
- Topic: Static IP address templates for dhcpcd.conf
- Replies: 34
- Views: 146578
Re: Static IP address templates for dhcpcd.conf
Found what I needed. Added a line to /etc/rc.local before the exit 0 lime of: ifconfig eth0:0 192.168.0.3 This works ok because even though rc.local is run at every switch of run level. Because in practice I do not plan on switching run levels other than booting and shutdown. And adding the extra in...
- Sun Jun 05, 2016 11:27 pm
- Forum: Raspberry Pi OS
- Topic: Static IP address templates for dhcpcd.conf
- Replies: 34
- Views: 146578
Re: Static IP address templates for dhcpcd.conf
Is there a way to add multiple Static IPs to dhcpcd.conf? I would like to start using: interface eth0 arping 192.168.0.1 profile 192.168.0.1 static ip_address=192.168.0.2/24 static routers=192.168.0.1 I tried : interface eth0 static ip_address=192.168.0.2/24 static routers=192.168.0.1 interface eth0...
- Wed Jun 01, 2016 12:46 pm
- Forum: Advanced users
- Topic: installing 2 different versions of wordpress
- Replies: 2
- Views: 1067
Re: installing 2 different versions of wordpress
For things like Wordpress, I prefer avoiding apt and going directly with the recommended manual install. Create a new linux user for your Wordpress site, set up a brand new Apache virtual host under that user's home directory, and then perform the manual Wordpress install from https://wordpress.org...
- Mon May 30, 2016 10:38 pm
- Forum: Advanced users
- Topic: installing 2 different versions of wordpress
- Replies: 2
- Views: 1067
installing 2 different versions of wordpress
Here is my hardware setup. I have a wireless router behind a cable modem. I do not have any/limited experience setting up Apache or wordpress. I installed the first version of wordpress using apt-get Using the instructions in my hardcopy of "Raspberry Pi Users Guide" , purchase at the same...