Skip to main content
fixed some grammar (common ESL issues, no biggies)
Source Link
Stephen Rauch
  • 4.3k
  • 15
  • 24
  • 33

Every time I am configuring a Debian or Centos machine with a static IP address, I forget about that behavior of not taking in account my IPV4 configuration. Then, I search for the 1000th time the parameter to put in sysctl.conf to disable IPV6, and finally I reboot the beast.

  • An example to illustrate :

    Linux deb-router 3.2.0-4-amd64 #1 SMP Debian 3.2.81-2 x86_64 GNU/Linux

It has 2 interfaces; eth0 is configured in IPV4 for some time (1 year maybe).

ETH1 is bridged on my physical network and was addressed by the DHCP, in IPV4. I talkstalk to the VM through this interface.

Tonight I lost my Internet gateway; this device is also my DHCP server.

I realized I cannot reach my VM anymore, so I checked ifconfig and saw a nice IPV6 instead of the old IPV4 bound to ETH1.

So, action !

$ sudo vim /etc/network/interfaces

allow-hotplug eth1
# was dhcp before
iface eth1 inet static
    address 192.168.0.15
    netmask 255.255.255.0

$ sudo ifdown eth1 && sudo ifup eth1

Deception :(

ifconfig outputs only an ipv6; I cannot reach my VM. I must disable IPV6 (net.ipv6.conf.eth1.disable_ipv6 = 1), and reboot, to get the connection back.

  • I don't understand this choice to favor IPV6 over IPV4: Most of people are working with IPV4, from what I know.

  • Is it technical, or is it political to influence people to adopt IPV6 ?

Every time I am configuring a Debian or Centos machine with a static IP address, I forget about that behavior of not taking in account my IPV4 configuration. Then, I search for the 1000th time the parameter to put in sysctl.conf to disable IPV6, and finally I reboot the beast.

  • An example to illustrate :

    Linux deb-router 3.2.0-4-amd64 #1 SMP Debian 3.2.81-2 x86_64 GNU/Linux

It has 2 interfaces; eth0 is configured in IPV4 for some time (1 year maybe).

ETH1 is bridged on my physical network and was addressed by the DHCP, in IPV4. I talks to the VM through this interface.

Tonight I lost my Internet gateway; this device is also my DHCP server.

I realized I cannot reach my VM anymore, so I checked ifconfig and saw a nice IPV6 instead of the old IPV4 bound to ETH1.

So, action !

$ sudo vim /etc/network/interfaces

allow-hotplug eth1
# was dhcp before
iface eth1 inet static
    address 192.168.0.15
    netmask 255.255.255.0

$ sudo ifdown eth1 && sudo ifup eth1

Deception :(

ifconfig outputs only an ipv6; I cannot reach my VM. I must disable IPV6 (net.ipv6.conf.eth1.disable_ipv6 = 1), and reboot, to get the connection back.

  • I don't understand this choice to favor IPV6 over IPV4: Most of people are working with IPV4, from what I know.

  • Is it technical, or is it political to influence people to adopt IPV6 ?

Every time I am configuring a Debian or Centos machine with a static IP address, I forget about that behavior of not taking in account my IPV4 configuration. Then, I search for the 1000th time the parameter to put in sysctl.conf to disable IPV6, and finally I reboot the beast.

  • An example to illustrate :

    Linux deb-router 3.2.0-4-amd64 #1 SMP Debian 3.2.81-2 x86_64 GNU/Linux

It has 2 interfaces; eth0 is configured in IPV4 for some time (1 year maybe).

ETH1 is bridged on my physical network and was addressed by the DHCP, in IPV4. I talk to the VM through this interface.

Tonight I lost my Internet gateway; this device is also my DHCP server.

I realized I cannot reach my VM anymore, so I checked ifconfig and saw a nice IPV6 instead of the old IPV4 bound to ETH1.

So, action !

$ sudo vim /etc/network/interfaces

allow-hotplug eth1
# was dhcp before
iface eth1 inet static
    address 192.168.0.15
    netmask 255.255.255.0

$ sudo ifdown eth1 && sudo ifup eth1

Deception :(

ifconfig outputs only an ipv6; I cannot reach my VM. I must disable IPV6 (net.ipv6.conf.eth1.disable_ipv6 = 1), and reboot, to get the connection back.

  • I don't understand this choice to favor IPV6 over IPV4: Most of people are working with IPV4, from what I know.

  • Is it technical, or is it political to influence people to adopt IPV6 ?

Debian and Centos,: why does ipv6 prevail over ipv4

Every time I am configuring a Debian or Centos machine with a static IP address, I forget about that behavior of not taking in account my IPV4 configuration. Then, I search for the 1000nd1000th time the parameter to put in sysctl.conf to disable IPV6, and finally I reboot the beast.

  • An example to illustrate :

    Linux deb-router 3.2.0-4-amd64 #1 SMP Debian 3.2.81-2 x86_64 GNU/Linux

It has 2 interfaces,interfaces; eth0 is configured in IPV4 sincefor some time (1 year maybe).

ETH1 is bridged on my physical network and was addressed by the DHCP, in IPV4. I talktalks to the VM through this interface.

Tonight, I lost my Internet gateway,gateway; this device is also my DHCP server.

I realized I cannot reach my VM anymore, so I checked ifconfig result and saw a nice IPV6 instead of the old IPV4 bound to ETH1.

So, action !

$ sudo vim /etc/network/interfaces

allow-hotplug eth1
# was dhcp before
iface eth1 inet static
    address 192.168.0.15
    netmask 255.255.255.0

$ sudo ifdown eth1 && sudo ifup eth1

Deception :(

ifconfig outputoutputs only an ipv6,ipv6; I cannot reach my VM. I must disable IPV6 (net.ipv6.conf.eth1.disable_ipv6 = 1), and reboot, to get the connection back.

  • I don't understand this choice to favor IPV6 over IPV4, most: Most of people are working with IPV4, from what I know.

  • Is it technical, or is it political to influence people to adopt IPV6 ?

Debian and Centos, why ipv6 prevail over ipv4

Every time I am configuring a Debian or Centos machine with a static IP address, I forget about that behavior of not taking in account my IPV4 configuration. Then, I search for the 1000nd time the parameter to put in sysctl.conf to disable IPV6, and finally I reboot the beast.

  • An example to illustrate :

    Linux deb-router 3.2.0-4-amd64 #1 SMP Debian 3.2.81-2 x86_64 GNU/Linux

It has 2 interfaces, eth0 is configured in IPV4 since some time (1 year maybe).

ETH1 is bridged on my physical network and was addressed by the DHCP, in IPV4. I talk to the VM through this interface.

Tonight, I lost my Internet gateway, this device is also my DHCP server.

I realized I cannot reach my VM anymore, so I checked ifconfig result and saw a nice IPV6 instead of the old IPV4 bound to ETH1.

So, action !

$ sudo vim /etc/network/interfaces

allow-hotplug eth1
# was dhcp before
iface eth1 inet static
    address 192.168.0.15
    netmask 255.255.255.0

$ sudo ifdown eth1 && ifup eth1

Deception :(

ifconfig output only an ipv6, I cannot reach my VM. I must disable IPV6 (net.ipv6.conf.eth1.disable_ipv6 = 1) and reboot to get the connection back.

  • I don't understand this choice to favor IPV6 over IPV4, most of people are working with IPV4 from what I know.

  • Is it technical, or political to influence people to adopt IPV6 ?

Debian and Centos: why does ipv6 prevail over ipv4

Every time I am configuring a Debian or Centos machine with a static IP address, I forget about that behavior of not taking in account my IPV4 configuration. Then, I search for the 1000th time the parameter to put in sysctl.conf to disable IPV6, and finally I reboot the beast.

  • An example to illustrate :

    Linux deb-router 3.2.0-4-amd64 #1 SMP Debian 3.2.81-2 x86_64 GNU/Linux

It has 2 interfaces; eth0 is configured in IPV4 for some time (1 year maybe).

ETH1 is bridged on my physical network and was addressed by the DHCP, in IPV4. I talks to the VM through this interface.

Tonight I lost my Internet gateway; this device is also my DHCP server.

I realized I cannot reach my VM anymore, so I checked ifconfig and saw a nice IPV6 instead of the old IPV4 bound to ETH1.

So, action !

$ sudo vim /etc/network/interfaces

allow-hotplug eth1
# was dhcp before
iface eth1 inet static
    address 192.168.0.15
    netmask 255.255.255.0

$ sudo ifdown eth1 && sudo ifup eth1

Deception :(

ifconfig outputs only an ipv6; I cannot reach my VM. I must disable IPV6 (net.ipv6.conf.eth1.disable_ipv6 = 1), and reboot, to get the connection back.

  • I don't understand this choice to favor IPV6 over IPV4: Most of people are working with IPV4, from what I know.

  • Is it technical, or is it political to influence people to adopt IPV6 ?

Every time I am configuring a Debian or Centos machine with a static IP address, I forget about that behaviourbehavior of not taking in account my IPV4 configuration. Then, I search for the 1000nd time the parameter to put in sysctl.confsysctl.conf to disable IPV6, and finally I reboot the beast.

  • An example to illustrate :

    Linux deb-router 3.2.0-4-amd64 #1 SMP Debian 3.2.81-2 x86_64 GNU/Linux

It has 2 interfaces, eth0 is configured in IPV4 since some time (1 year maybe).

ETH1 is bridged on my physical network and was addressed by the DHCP, in IPV4. I talk to the VM through this interface.

Tonight, I lost my Internet gateway, this device is also my DHCP server.

I realized I cannot reach my VM anymore, so I checked ifconfigifconfig result and saw a nice IPV6 instead of the old IPV4 bound to ETH1.

So, action !

$ sudo vim /etc/network/interfaces

allow-hotplug eth1
# was dhcp before
iface eth1 inet static
    address 192.168.0.15
    netmask 255.255.255.0

$ sudo ifdown eth1 && ifup eth1

Deception :(

ifconfigifconfig output only an ipv6, I cannot reach my VM. I must disable IPV6 (net.ipv6.conf.eth1.disable_ipv6 = 1) and reboot to get the connexionconnection back.

  • I don't understand this choice to favourfavor IPV6 over IPV4, most of people are working with IPV4 from what I know.

  • Is it technical, or political to influence people to adopt IPV6 ?

Every time I am configuring a Debian or Centos machine with a static IP address, I forget about that behaviour of not taking in account my IPV4 configuration. Then, I search for the 1000nd time the parameter to put in sysctl.conf to disable IPV6, and finally I reboot the beast.

  • An example to illustrate :

    Linux deb-router 3.2.0-4-amd64 #1 SMP Debian 3.2.81-2 x86_64 GNU/Linux

It has 2 interfaces, eth0 is configured in IPV4 since some time (1 year maybe).

ETH1 is bridged on my physical network and was addressed by the DHCP, in IPV4. I talk to the VM through this interface.

Tonight, I lost my Internet gateway, this device is also my DHCP server.

I realized I cannot reach my VM anymore, so I checked ifconfig result and saw a nice IPV6 instead of the old IPV4 bound to ETH1.

So, action !

$ sudo vim /etc/network/interfaces

allow-hotplug eth1
# was dhcp before
iface eth1 inet static
    address 192.168.0.15
    netmask 255.255.255.0

$ sudo ifdown eth1 && ifup eth1

Deception :(

ifconfig output only an ipv6, I cannot reach my VM. I must disable IPV6 (net.ipv6.conf.eth1.disable_ipv6 = 1) and reboot to get the connexion back.

  • I don't understand this choice to favour IPV6 over IPV4, most of people are working with IPV4 from what I know.

  • Is it technical, or political to influence people to adopt IPV6 ?

Every time I am configuring a Debian or Centos machine with a static IP address, I forget about that behavior of not taking in account my IPV4 configuration. Then, I search for the 1000nd time the parameter to put in sysctl.conf to disable IPV6, and finally I reboot the beast.

  • An example to illustrate :

    Linux deb-router 3.2.0-4-amd64 #1 SMP Debian 3.2.81-2 x86_64 GNU/Linux

It has 2 interfaces, eth0 is configured in IPV4 since some time (1 year maybe).

ETH1 is bridged on my physical network and was addressed by the DHCP, in IPV4. I talk to the VM through this interface.

Tonight, I lost my Internet gateway, this device is also my DHCP server.

I realized I cannot reach my VM anymore, so I checked ifconfig result and saw a nice IPV6 instead of the old IPV4 bound to ETH1.

So, action !

$ sudo vim /etc/network/interfaces

allow-hotplug eth1
# was dhcp before
iface eth1 inet static
    address 192.168.0.15
    netmask 255.255.255.0

$ sudo ifdown eth1 && ifup eth1

Deception :(

ifconfig output only an ipv6, I cannot reach my VM. I must disable IPV6 (net.ipv6.conf.eth1.disable_ipv6 = 1) and reboot to get the connection back.

  • I don't understand this choice to favor IPV6 over IPV4, most of people are working with IPV4 from what I know.

  • Is it technical, or political to influence people to adopt IPV6 ?

Tweeted twitter.com/StackUnix/status/785737191897108480
Source Link
Kuruwan
  • 59
  • 1
  • 4
Loading