在 Ubuntu Server 17.04 上更改动态 IP

在 Ubuntu Server 17.04 上更改动态 IP

由于要保持本地网络上 IP 范围映射的有序性,我想更改 Ubuntu Server 17.04 上的动态 IP 地址。我不得不重新安装网络(路由器),现在为这台机器获取了一个新的 IP 地址 192.168.1.37。我想将其保留在 192.168.1.104 上的更高 IP 范围内。有没有人有更换动态 IP(非静态)的经验,而路由器上却不会显示这是静态的?

这是现在使用命令的情况ifconfig -a

enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.37  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 2a02:121f:fdb:0:222:15ff:fe20:d220  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::222:15ff:fe20:d220  prefixlen 64  scopeid 0x20<link>
        ether 00:22:15:20:d2:20  txqueuelen 1000  (Ethernet)
        RX packets 3237  bytes 392883 (392.8 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1865  bytes 1287069 (1.2 MB)
        TX errors 0  dropped 0 overruns 0  carrier 7  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 523  bytes 41761 (41.7 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 523  bytes 41761 (41.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

此外,我应该将端口定义为 22,而实际上端口设置为 24。

相关内容