Tôi cần thay đổi các gói TCP / IP mặc định được gửi từ máy tính Ubuntu của mình. Tôi tìm thấy giải pháp cho Windows:
Để tạo tập tin reg:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\servic es\Tcpip\Parameters] "DefaultTTL"=dword:00000081
Để thực hiện các lệnh này trong bàn điều khiển:
netsh int ipv4 set glob defaultcurhoplimit=129 netsh int ipv6 set glob defaultcurhoplimit=129
Câu hỏi là tôi nên dịch giải pháp này cho Ubuntu như thế nào?