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

Not working with OS X Mavericks Server #5

Open
elliot-wood opened this issue Mar 17, 2015 · 2 comments
Open

Not working with OS X Mavericks Server #5

elliot-wood opened this issue Mar 17, 2015 · 2 comments

Comments

@elliot-wood
Copy link

Using QEMU/KVM, OS X 10.9.5.

To test, attach two network adapters to the VM, one the default e1000, and the other a virtio adapter.

Server.app refuses to acknowledge that the virtio adapter is connected. When editing the network configuration through the application, it will show the DHCP-provided settings, but will show the network as "Not Connected".
screen shot 2015-03-17 at 11 18 48 pm

In this screenshot, "Ethernet 2" is the virtio, "Ethernet" is the e1000.

Here's what's logged in system.log while Server.app is network checking:

Mar 17 23:20:56 moonside kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
Mar 17 23:20:56 moonside.local configd[26]: network changed: v4(en1!:10.0.0.72, en0-:10.0.0.5) DNS! Proxy+ SMB+
Mar 17 23:20:56 moonside kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1

ifconfig (en0 = e1000 / en1 = virtio):

en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    options=2b<RXCSUM,TXCSUM,VLAN_HWTAGGING,TSO4>
    ether 52:54:0e:8e:cc:7e 
    inet6 fe80::5054:eff:fe8e:cc7e%en0 prefixlen 64 scopeid 0x4 
    inet 10.0.0.5 netmask 0xfffffe00 broadcast 10.0.1.255
    nd6 options=1<PERFORMNUD>
    media: autoselect (1000baseT <full-duplex>)
    status: active
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    options=23<RXCSUM,TXCSUM,TSO4>
    ether 52:54:0e:8e:cc:8e 
    inet6 fe80::5054:eff:fe8e:cc8e%en1 prefixlen 64 scopeid 0x5 
    inet 10.0.0.72 netmask 0xfffffe00 broadcast 10.0.1.255
    nd6 options=1<PERFORMNUD>
    media: autoselect
    status: active
@pmj
Copy link
Owner

pmj commented Mar 17, 2015

Does the Network section of System Preferences behave similarly? Can you actually exchange any data over the connection?

@elliot-wood
Copy link
Author

The Network section of System Preferences behaves as it should, and data can be exchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants