From 88147d29e06c95bcd2ce7d991873c0f137800091 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Mar 2019 06:27:51 -0600 Subject: [PATCH] Update management network range --- raptorsmiface/libraptorsmiface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raptorsmiface/libraptorsmiface.h b/raptorsmiface/libraptorsmiface.h index 79e4c2e1..1c97fcbc 100644 --- a/raptorsmiface/libraptorsmiface.h +++ b/raptorsmiface/libraptorsmiface.h @@ -39,7 +39,7 @@ enum raptor_sm_status { #define RAPTOR_SM_WM_PID_FIELD "wm_pid" #define RAPTOR_SM_BASE_PULSEAUDIO_PORT 2000 -#define RAPTOR_SM_MANAGEMENT_SERVER_IP_NETRANGE "10.0.0.0/8" +#define RAPTOR_SM_MANAGEMENT_SERVER_IP_NETRANGE "192.168.1.0/24" char* raptor_sm_get_local_machine_fqdn();