User Details
- User Since
- May 2 2020, 3:31 AM (245 w, 3 d)
Jun 22 2024
can you elaborate more your inquire?
Jun 11 2024
Apr 1 2024
Always exclude this address from any defined range. This address will never be assigned by the DHCP server.
Ok, it will exclude in any range.
Forget about it
Mar 17 2024
Fixed in https://github.com/vyos/vyos-1x/commit/84b520dd580b7725de4c9e62b11ec490cb8d3f4f. The 1.4.0-epa2 build was created before the patch was applied.
Mar 16 2024
comments above are for https://vyos.net/get/nightly-builds/
Apr 2 2021
vyos@vyos:~$ show version
Version: VyOS 1.3-rolling-202005100117
Release Train: equuleus
May 15 2020
May 12 2020
same of
May 11 2020
May 9 2020
I don't see any problem on user receive message telling him MTU is not accepted by OS when his commit
On Juniper it is very common case
My suggestion: if you do a MTU suggestor/validation should be a tool optional outsite configure
May 7 2020
great work @thomas-mangin I was reading your code
Hardware vendor: Red Hat
Hardware model: OpenStack Compute
MTU should be max 1450
May 6 2020
May 4 2020
May 3 2020
My suggestion:
- if someone set a higher MTU than OS support, commit fail will be ok and that's OK, each vyos admin should know his OS limitations
Other ubuntu servers inside same openstack max mtu OS leave at 1450 too
I tried to google to find out how to discover max mtu an interface accept but not found.
vyos@vyos:~$ show version
Version: VyOS 1.3-rolling-202004230117
Release Train: equuleus
root@vyos:~# cat /sys/class/net/eth0/mtu
1450
root@vyos:~# echo 1500 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1460 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1440 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1441 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1442 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1443 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1449 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1450 > /sys/class/net/eth0/mtu
root@vyos:~# echo 1460 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1455 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1453 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1452 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~# echo 1451 > /sys/class/net/eth0/mtu
-bash: echo: write error: Invalid argument
root@vyos:~#
May 2 2020
same here
root@vyos:~# ls -la /tmp/vyos.log.debug
-rw-r--r-- 1 vyos users 0 May 1 18:03 /tmp/vyos.log.debug
root@vyos:~# /sbin/ethtool -K eth0 ufo off
Cannot change udp-fragmentation-offload