View: 3722|Reply: 2

Orange Pi PC2 Network Issue

[Copy link]

1

threads

2

posts

19

credits

Novice

Rank: 1

credits
19
Published in 2017-7-12 08:04:45 from mobile | Show all floors |Read mode
Trying to use 3 simultaneous Orange Pi PC2's running Android image when on DHCP all 3 get assigned same IP & Mac Address and when switched to Static They have an extreme Lag on Network connection anyone have a solution or any suggestions? Greatly appreciated

Trying to use them as an IPTV for each room

2

threads

12

posts

121

credits

Registered member

Rank: 2

credits
121
Published in 2017-7-12 23:53:52 | Show all floors
Edited by SatisfyingSin at 2017-7-12 23:55

The mac addresses are the same and you need to set it to something different. Currently the router thinks they are all the same device.

These steps are from here: https://www.techpluto.com/how-to ... ss-without-rooting/
download a free app called the Android Terminal Emulator. Install it on your device. You need to know the name of your card to actually make the change. So open the app and type
  1. ip link show
Copy code

You will get a list of the different interfaces. On the list search for the address that matches the one that you found out earlier. Now to change it to the temporary address just type in the following commands:
  1. ip link set AAAA address XX:XX:XX:YY:YY:YY
Copy code
  1. ip link set AAAA broadcast XX:XX:XX:YY:YY:YY
Copy code

Here AAAA is the name of the interface that you want to change and XX:XX:XX:YY:YY:YY is the new temporary address that you are assigning to the hardware. Remember that the address is made up of characters so it can be numbers or alphabets. Now to check whether the address has changed just type
  1. ip link show AAAA
Copy code

While denoting the new address it is important to keep in mind that only the last 3 sets should be changed. The first three sets should be kept same. If you change them you will face a lot of authentication issues.
As these changes are temporary whenever you reboot your device the MAC address will change back to the original address so you will have to repeat the above instructions again.

1

threads

2

posts

19

credits

Novice

Rank: 1

credits
19
 Author| Published in 2017-7-13 02:54:46 from mobile | Show all floors
I get Operation not permitted
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list