Jump to content
XPEnology Community

How to change mac address on 7.1


Recommended Posts

13 hours ago, alex980 said:

Boot into TinyCore Redpill

Connect via WinSCP (with tc user)

Edit the User_Config.json in the root directory

There is not User_Config is in root directory.

Root.png

Edited by Konfl1kt
Attached a screenshot
Link to comment
Share on other sites

  • 2 weeks later...

Just add mac2 under mac1 in the user_config.jason:

{
  "extra_cmdline": {
    "pid": "0x0000",
    "vid": "0x0000",
    "sn": "21XXXXXXXXXXX",
    "mac1": "00xx00xx00x1",  
    "mac2": "00xx00xx00x2",
    "SataPortMap": "2",
    "DiskIdxMap": "00"
Link to comment
Share on other sites

On 8/5/2022 at 2:29 AM, rojoone2 said:

Just add mac2 under mac1 in the user_config.jason:

{
  "extra_cmdline": {
    "pid": "0x0000",
    "vid": "0x0000",
    "sn": "21XXXXXXXXXXX",
    "mac1": "00xx00xx00x1",  
    "mac2": "00xx00xx00x2",
    "SataPortMap": "2",
    "DiskIdxMap": "00"

 

Thank you for your reply.

Above I mentioned I can'''t find user_config (please, see the screenshot).

I think I have to have mac2 already with the fake mac address, corrent? Right now DSM can see both LAN.

Link to comment
Share on other sites

23 hours ago, Konfl1kt said:

Thank you for your reply.

Above I mentioned I can'''t find user_config (please, see the screenshot).

I think I have to have mac2 already with the fake mac address, corrent? Right now DSM can see both LAN.

If your DSM can see both NICs, then you just need to create a bond. Your switch also has to be able to do link aggregation.

 

Link to comment
Share on other sites

9 hours ago, rojoone2 said:

Please list your hardware. 

You may need a driver for the second nic.

Attach the output of your build. Did you get any errors?

My build.

  

On 1/2/2019 at 2:55 PM, Konfl1kt said:

Parts list:

1. ASRock Motherboard Motherboards Z370M-ITX/AC ($95.90 + $8.87 Tax = $104.77)

2. Intel i7 8600k (I had 8700k but gave it to my friend on NY) = $259.89

3. EVGA 450 BT, 80+ Bronze 450W = $24.99 + $2.31 = $27.30

4. Patriot Viper Elite Series DDR4 8GB PC4-21300 2666 MHz Memory Module = $53.99 + $4.99 = $58.98

5. Lian-li q25b = $40 (Craiglist)

= $490.94

DSM updated to 7.1

 

9 hours ago, rojoone2 said:

Attach the output of your build.

How to get it?

 

Thanks for yout time.

Link to comment
Share on other sites

I suspect one of you NICs may need a different driver. You need to boot back into TCRP and include one or all of the Intel drivers from Pocopico:

./rploader.sh clean
./rploader.sh update
./rploader.sh fullupgrade
./rploader.sh identifyusb
./rploader.sh serialgen DS3622xs+ realmac
./rploader.sh satamap
./rploader.sh listmods broadwellnk-7.1.0-42661  (will show what drivers are needed)
./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpext-index.json
./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json

./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/igb/rpext-index.json
./rploader.sh build broadwellnk-7.1.0-42661

 

The loader will let you know if they are not needed. 

 

Copy the output of your build to clipboard and paste to a notepad.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...