Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't configure private_network on RedHat Enterprise Linux 7 #4107

Closed
juliandunn opened this issue Jun 26, 2014 · 3 comments
Closed

can't configure private_network on RedHat Enterprise Linux 7 #4107

juliandunn opened this issue Jun 26, 2014 · 3 comments

Comments

@juliandunn
Copy link

The following occurs on RHEL 7 guests:

==> replica: Configuring and enabling network interfaces...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

ARPCHECK=no /sbin/ifup eth1 2> /dev/null

Stdout from the command:



Stderr from the command:

I suspect this is because RHEL 7 has adopted the newer naming mechanism of not naming devices eth* but instead after the driver name, just like Fedora:

[vagrant@localhost ~]$ ifconfig -a
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.0.2.15  netmask 255.255.255.0  broadcast 10.0.2.255
        inet6 fe80::a00:27ff:fec1:8fbe  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:c1:8f:be  txqueuelen 1000  (Ethernet)
        RX packets 8891  bytes 6711379 (6.4 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3913  bytes 645742 (630.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp0s8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        ether 08:00:27:4b:85:7d  txqueuelen 1000  (Ethernet)
        RX packets 32  bytes 5632 (5.5 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  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 0  (Local Loopback)
        RX packets 2  bytes 140 (140.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2  bytes 140 (140.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
@bertvv
Copy link

bertvv commented Jul 10, 2014

Duplicate of #4078?

@adamcstephens
Copy link

Looks like it to me.

On July 10, 2014 6:34:48 PM EDT, bertvv notifications@github.com wrote:

Duplicate of #4078?


Reply to this email directly or view it on GitHub:
#4107 (comment)

@mitchellh
Copy link
Contributor

Dup of #4078, thanks.

@ghost ghost locked and limited conversation to collaborators Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants