Welcome to the PiMP Mining Community Forum.
Coin/crypto news, miner.farm and getpimp.org announcements, guides, and tips.
- Check out the help videos in getting started and our coin strategy guides, and post if you need some help.
- Post your rig pics to the rig showcase so we can all check out your awesome builds!
- Don't forget to subscribe and please like/follow us on social media!
Networking Alternatives (Wireless, Static IP, etc)
-
PiMP will pull an address from the router using DHCP by default. It is recommended to have a wired ethernet connection for the best mining performance. Wireless support exists, you will have to read up on how to configure it. Also, we have added some example content in the /etc/network/interfaces file to help those users who would like to set their own static IP, etc.
UPDATE! Check out this video from PiMP OS Support Team's very own DocDrydenn on how to set static IP!
-
For more details on wifi setup see here: https://forum.getpimp.org/topic/780/support-for-wifi-pci-card
-
how do you set a static ip?
-
Edit the file /etc/network/interfaces. You will need to provide the following information:
- Static declaration as
iface <interface> inet static
- Static IP address as
address <ip address>
- Network Gateway as
gateway <gateway ip>
- Netmask / subnet as
netmask <netmask ip>
- Broadcast address as
broadcast <broadcast ip>
- DNS nameservers as
dns-nameservers <dns ip>
When you edit the file, you will find lots of comments to guide you. Read them carefully, they are there to help.
Jump to the end, and add a stanza for your network. As an example:
auto eth0 iface eth0 inet static address 192.168.0.101 gateway 192.168.0.1 netmask 255.255.255.0 dns-nameservers 8.8.8.8 8.8.4.4
You can then simply reboot, or use the system service daemon to restart the network interfaces:
systemctl restart network-manager.service systemctl restart networking.service systemctl restart resolvconf.service
You can use
ifconfig
to double check the IP settings:[/etc/network]:# ifconfig -a eth0 Link encap:Ethernet HWaddr b0:6e:bf:5c:62:9b inet addr:192.168.1.189 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::b26e:bfff:fe5c:629b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:164541 errors:0 dropped:0 overruns:0 frame:0 TX packets:18415 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:17523916 (17.5 MB) TX bytes:2334343 (2.3 MB)
- Static declaration as
-
@jmh said in Networking Alternatives (Wireless, Static IP, etc):
how do you set a static ip?
Check out the new video added to the original post!
We promise to keep your email safe and never spam you.
Copyright (c) 2012-2019 Portable Instant Mining Platform LLC. All rights Reserved.