MinimServer Forum
Mac / Interface not selectable - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: MinimServer 2 (/forumdisplay.php?fid=12)
+--- Thread: Mac / Interface not selectable (/showthread.php?tid=5770)



Mac / Interface not selectable - sf666 - 28-07-2020 14:42

Hi there,

on my Mac are several physical and logical interfaces active (24 all in all). I need minimserver to listen to the 10.0.9.0/24 interface for correct functionality:

I set the the following property (System):

Code:
ohnet.subnet = 10.0.9.0

After starting minimserer I get a message, that "subnet 10.0.9.0 is not found". Any ideas?

SF


RE: Mac / Interface not selectable - simoncn - 28-07-2020 15:07

Please post the output from running the ifconfig command.


RE: Mac / Interface not selectable - sf666 - 29-07-2020 09:48

(28-07-2020 15:07)simoncn Wrote:  Please post the output from running the ifconfig command.

while posting I get a 403, forbidden, probably because the output is to long ...


RE: Mac / Interface not selectable - sf666 - 29-07-2020 09:55

I try to post a condensed version ...

The interface to bind to

Code:
en11: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
    options=6407<RXCSUM,TXCSUM,VLAN_MTU,CHANNEL_IO,PARTIAL_CSUM,ZEROINVERT_CSUM>
    inet6 fe80::60:31f8:58e0:48f8%en11 prefixlen 64 secured scopeid 0x7
    inet 10.0.9.139 netmask 0xfffffc00 broadcast 10.0.11.255
    nd6 options=201<PERFORMNUD,DAD>
    status: active



RE: Mac / Interface not selectable - simoncn - 29-07-2020 11:40

I need to see the complete output. Please redirect the output to a file and attach the file. It would be good if you can compress the file to save space.


RE: Mac / Interface not selectable - sf666 - 29-07-2020 14:24

(29-07-2020 11:40)simoncn Wrote:  I need to see the complete output. Please redirect the output to a file and attach the file. It would be good if you can compress the file to save space.

I don't see how to upload here, so plase use this link:

networks


RE: Mac / Interface not selectable - simoncn - 29-07-2020 16:11

Thanks for this. The subnet is 10.0.8.0, not 10.0.9.0. This is because the network mask for this subnet is 0xfffffc00 (10.0.8.0/22), not 0xffffff00 (10.0.9.0/24). I have checked the other interfaces and there is nothing there that would conflict with this subnet setting.