• 2022-01-27
linux怎么修改网关

在linux中,可以修改“/etc/sysconfig/network”文件中的“GATEWAY”项内容来修改网关,语法为“sudo nano /etc/network/interfaces”。...

11