Working with VLAN
- fromi5
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
08 Jun 2026 08:02 #346964
by fromi5
Working with VLAN was created by fromi5
Doing my first steps and trying to configure and understans how this works and seems found one tiny BUG:
Debian Bookworm
NIC card configuret for 2 VLANs native for data, .20 for MESA with Layer3 switch.
# The loopback network interface
auto lo
iface lo inet loopback
# Management interface
auto eno1
iface eno1 inet static
address 192.168.4.50
netmask 255.255.255.0
gateway 192.168.4.1
dns-nameservers 8.8.8.8 1.1.1.1
# MESA P2P interface (.120-.121)
auto eno1.20
iface eno1.20 inet static
address 192.168.1.122
netmask 255.255.255.252
post-up sysctl -w net.ipv6.conf.eno1/20.disable_ipv6=1
Seems like its trying to reach a wrong folder during startup..
Note: Using POSIX realtime
sysctl: cannot stat /proc/sys/net/ipv6/conf/eno1/20/disable_ipv6: No such file or directory
the right place is: /proc/sys/net/ipv6/conf/eno1.20/disable_ipv6
Debian Bookworm
NIC card configuret for 2 VLANs native for data, .20 for MESA with Layer3 switch.
# The loopback network interface
auto lo
iface lo inet loopback
# Management interface
auto eno1
iface eno1 inet static
address 192.168.4.50
netmask 255.255.255.0
gateway 192.168.4.1
dns-nameservers 8.8.8.8 1.1.1.1
# MESA P2P interface (.120-.121)
auto eno1.20
iface eno1.20 inet static
address 192.168.1.122
netmask 255.255.255.252
post-up sysctl -w net.ipv6.conf.eno1/20.disable_ipv6=1
Seems like its trying to reach a wrong folder during startup..
Note: Using POSIX realtime
sysctl: cannot stat /proc/sys/net/ipv6/conf/eno1/20/disable_ipv6: No such file or directory
the right place is: /proc/sys/net/ipv6/conf/eno1.20/disable_ipv6
Please Log in or Create an account to join the conversation.
- tommylight
-
- Offline
- Moderator
-
Less
More
- Posts: 21617
- Thank you received: 7383
08 Jun 2026 13:22 #346973
by tommylight
Replied by tommylight on topic Working with VLAN
Debian issue, not LinuxCNC, so might be better to post this on their forums, if you feel like it.
Please Log in or Create an account to join the conversation.
- fromi5
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
08 Jun 2026 22:43 #346981
by fromi5
Replied by fromi5 on topic Working with VLAN
If LinuxCNC fails to verify that IPv6 is disabled and looks for the script/path in the wrong place, that is rather a software bug, not an OS issue.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Offline
- Moderator
-
Less
More
- Posts: 21617
- Thank you received: 7383
09 Jun 2026 01:17 #346982
by tommylight
Replied by tommylight on topic Working with VLAN
1. everything related to networking is Debian
2. pretty sure LinuxCNC does not use IPV6 at all
Remove this line
2. pretty sure LinuxCNC does not use IPV6 at all
Remove this line
post-up sysctl -w net.ipv6.conf.eno1/20.disable_ipv6=1Please Log in or Create an account to join the conversation.
Time to create page: 0.210 seconds