Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于RR引导下端口能否建立LACP -I am writing to inquire about the possibility of establishing LACP on the network port under RR boot. #4526

Open
zhangpinzheng opened this issue Dec 2, 2024 · 8 comments

Comments

@zhangpinzheng
Copy link

I have a query regarding the use of Link Aggregation Control Protocol (LACP) on Synology devices. Could you kindly confirm whether RR Boot can utilise LACP? I have encountered an issue where RR Boot is unable to obtain an IP address correctly in switch LACP mode during the boot process.
我有一个问题我的Synology使用了两个lacp保证数据传输稳定,rr引导可以使用lacp吗?因为我发现在启动过程中它在交换机lacp 模式下不能正常获取IP

Copy link
Contributor

github-actions bot commented Dec 2, 2024

请填写以下信息.
Please fill in the following information.

Install ENV: (You can find it in the boot interface.)

  • DMI:
  • CPU:
  • NIC: (pid & vid)

RR version: (You can find it in the update menu.)

  • RR:
  • addons:
  • modules:
  • lkms:

DSM:

  • model:
  • version:

Issue:

logs:

(## 因为 log中存在 SN/MAC 等一些敏感信息, 当提供完整文件时请自行抹除他们, 当然你也可以发送到我的邮箱. ##)
(## Because the log contains some sensitive information such as SN/MAC, please delete them when providing the complete file. Of course, you can also send it to my email. ##)
...

(请先看一下#173#175#226 的内容)
(Plz review the content of #173, #175, #226 first)
...

(如果你只是说 XXX 不能用, 什么详细信息也不提供, 我也只能说感谢你的反馈.)
(If you just say XXX doesn't work without providing any details, I can only say thank you for your feedback.)
...

@wjz304
Copy link
Contributor

wjz304 commented Dec 2, 2024

RR 是 RR,DSM 是DSM,RR 支不支持都不影响 DSM

@wjz304
Copy link
Contributor

wjz304 commented Dec 2, 2024

image

@zhangpinzheng
Copy link
Author

RR 是 RR,DSM 是DSM,RR 支不支持都不影响 DSM

我明白,我的意思是我交换机建立LACP后RR引导无法获取DHCP,我有点不知道怎么在RR引导里面建立bond组,让RR可以在使用端口聚合的情况下获取IP,显示dsm是正常的,我是想让rr也可以获取IP

@zhangpinzheng
Copy link
Author

RR 是 RR,DSM 是DSM,RR 支不支持都不影响 DSM

我在研究研究,也打扰您了

@wjz304
Copy link
Contributor

wjz304 commented Dec 2, 2024

意义不大,RR 只在启动的几秒进入获取环境信息而已

@wjz304
Copy link
Contributor

wjz304 commented Dec 3, 2024

24.12.1 添加了 bonding

/etc/network/interfaces

auto bond0
iface bond0 inet static
    address 192.168.1.100
    netmask 255.255.255.0
    gateway 192.168.1.1
    bond-slaves eth0 eth1
    bond-mode 4
    bond-miimon 100
    bond-lacp-rate 1
    bond-xmit-hash-policy layer2+3

auto eth0
iface eth0 inet manual
    bond-master bond0

auto eth1
iface eth1 inet manual
    bond-master bond0

自己研究吧

@zhangpinzheng
Copy link
Author

24.12.1 添加了 bonding

/etc/network/interfaces

auto bond0
iface bond0 inet static
    address 192.168.1.100
    netmask 255.255.255.0
    gateway 192.168.1.1
    bond-slaves eth0 eth1
    bond-mode 4
    bond-miimon 100
    bond-lacp-rate 1
    bond-xmit-hash-policy layer2+3

auto eth0
iface eth0 inet manual
    bond-master bond0

auto eth1
iface eth1 inet manual
    bond-master bond0

自己研究吧

谢谢您了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants