当接口当前使用 dhcp 时,我可以创建网络别名吗?
我正在尝试使 10.99.77.0/24 在我的网络上可分配并可路由到/从 192.168.1.0/24。有没有比这种方法更好的替代方案?
auto enp4s0
iface enp4s0 inet dhcp
dns-nameservers 8.8.8.8 8.8.4.4
auto enp4s0:1
iface enp4s0:1 inet static
address 10.99.77.1
network 10.99.77.0
netmask 255.255.255.0
broadcast 10.99.77.255