Hello,
Follow the below steps to disable the TCP timestamps :
1) Check the status :
vsish -e get /net/tcpip/instances/defaultTcpipStack/sysctl/_net_inet_tcp_rfc1323
2) If the output is "_net_inet_tcp_rfc1323=1" , run the below command to set it to 0 (Disabled)
vsish -e set /net/tcpip/instances/defaultTcpipStack/sysctl/_net_inet_tcp_rfc1323 0
3) Verify the value again and confirm it shows 0 (Disabled)
vsish -e get /net/tcpip/instances/defaultTcpipStack/sysctl/_net_inet_tcp_rfc1323
PS: Mark kudos or Correct Answer as appropriate if it resolves.