Re: debian9.1 ifdown bug

2017-08-18 Thread Ben Caradoc-Davies
On 18/08/17 19:38, David Guyot wrote: I'm afraid you won't get much help if you don't explain your problem in English. These are English-speaking mailing lists. The original poster provided a Google translation, which I thought was a good effort: = google

Re: debian9.1 ifdown bug

2017-08-18 Thread Pascal Hambourg
Le 18/08/2017 à 14:33, Henrique de Moraes Holschuh a écrit : On Fri, 18 Aug 2017, Toad Zhou wrote: #ifconfig eth3 eth3: flags=4099 mtu 1500 inet 172.16.1.20 #cat /etc/network/interfaces auto eth3 iface eth3 inet static address 172.16.1.16 netmask 255.255.255.0 #ifdown -v eth3 #他删除的是

Re: debian9.1 ifdown bug

2017-08-18 Thread rhkramer
From the peanut gallery (not the OP), hurray for Henrique who: (1) read (or skimmed) all the way to the bottom to notice that there was an English translation, and (2) provided a response / answer On Friday, August 18, 2017 08:33:37 AM Henrique de Moraes Holschuh wrote: > > Newly installed sys

Re: debian9.1 ifdown bug

2017-08-18 Thread Henrique de Moraes Holschuh
On Fri, 18 Aug 2017, Toad Zhou wrote: > #ifconfig eth3 > eth3: flags=4099 mtu 1500 > inet 172.16.1.20 > > #cat /etc/network/interfaces > auto eth3 > iface eth3 inet static > address 172.16.1.16 > netmask 255.255.255.0 > > #ifdown -v eth3 #他删除的是新interfaces配置中的网络,而不是老的网络。 > /bin/ip addr d

Re: debian9.1 ifdown bug

2017-08-18 Thread didier gaumet
嗨, 有Debian用户邮件列表中文: debian-chinese...@lists.debian.org(简体) debian-chinese-b...@lists.debian.org(传统) Hi, there are Debian user mailing lists in chinese: debian-chinese...@lists.debian.org (simplified) debian-chinese-b...@lists.debian.org (traditional)

Re: debian9.1 ifdown bug

2017-08-18 Thread David Guyot
Hello. I'm afraid you won't get much help if you don't explain your problem in English. These are English-speaking mailing lists. Regards. Le vendredi 18 août 2017 à 15:00 +0800, Toad Zhou a écrit : > Hi, >     新安装的系统,我尝试修改网络。但networking restart一直处于失效状态,但是我reboot之后他就可以使用。 > 排查了一下原因发现ifdown -v et

debian9.1 ifdown bug

2017-08-18 Thread Toad Zhou
Hi, 新安装的系统,我尝试修改网络。但networking restart一直处于失效状态,但是我reboot之后他就可以使用。 排查了一下原因发现ifdown -v ethx 的时候发现 ip addr del ip/mask删除的不是老的地址,而是新的地址。所以在networking restart之后 他只是新加/etc/network/interfaces中的新的ip地址。ip addr 发现他们两是并存的状态。 #ifconfig eth3 eth3: flags=4099 mtu 1500 inet 172.16.1.20 #cat /etc/ne