[Kea-users] ALLOC_ENGINE_V4_DISCOVER_ADDRESS_CONFLICT issue
fbcadmin
fbcadmin at fantinibakery.com
Mon Dec 23 11:15:16 UTC 2024
attached.
On 12/23/24 05:24, Darren Ankney wrote:
> Hi,
>
> From what you have provided, it appears that the static ip should have
> been renewed for the printer. There could be things in your
> configuration that influence this, however. Could you provide your
> configuration file?
>
> Thank you,
> Darren Ankney
>
> On Sun, Dec 22, 2024 at 8:26 PM fbcadmin via Kea-users
> <kea-users at lists.isc.org> wrote:
>> Hello
>>
>> we have some hosts setup with reservations , which are instead getting a pool address.
>>
>>
>> this printer which should have 10.1.25.132 but got 10.1.25.183 . this printer and another get used overnight so we had to temporarily change the IP address at the cups print server .
>>
>>
>> In the mean time we'll look at the programming on some of our recently replaced managed switches. I suspect pvid is incorrect on some ports or dhcp relay setting... I had been working on network security settings - like limiting which vlans are accessible from some downstream switches..
>>
>> in addition we use proxmox to manage our virtual machines. all debian KVM's which used dhcp-client had wrong addresses . windows are okay. LXC's are okay. a lot of testing and debugging was done. details are at https://forum.proxmox.com/threads/dhcp-issue-with-kvm-lxc-does-not-have-the-issue.159440/#post-731975
>>
>> here is some debugging info for a host that has this reservation. If anyone has I suggestion on where to look to solve the issue I am all ears! [ except the next 7 hours for sleep.]
>>
>> {
>> "hostname": "p132.fantinibakery.com",
>> "ip-address": "10.1.25.132",
>> "hw-address": "b4:22:00:26:35:b5"
>> },
>>
>>
>>
>> sudo tcpdump -i eth0 port 67 or port 68 -e -n -vv
>>
>> 10.1.25.132 p132.fantinibakery.com p132
>> the following s/b p132:
>>
>> 18:55:34 ALLOC_ENGINE_V4_DISCOVER_ADDRESS_CONFLICT [hwtype=1 b4:22:00:26:35:b5], cid=[01:b4:22:00:26:35:b5], tid=0x1237: conflicting reservation for address 10.1.25.132 with existing lease Address: 10.1.25.132
>> Valid life: 604800
>> Cltt: 1734607378
>> Hardware addr: b4:22:00:26:35:b5
>> Client id: 01:b4:22:00:26:35:b5
>> Subnet ID: 17
>> Pool ID: 0
>> State: default
>> Relay ID: (none)
>> Remote ID: (none)
>>
>> 19:02:21.603380 1c:34:da:f4:05:0e > bc:24:11:e2:1d:b8, ethertype IPv4 (0x0800), length 355: (tos 0x0, ttl 64, id 59862, offset 0, flags [DF], pro
>> to UDP (17), length 341)
>> 10.1.3.202.67 > 10.1.3.15.67: [udp sum ok] BOOTP/DHCP, Request from b4:22:00:26:35:b5, length 313, hops 1, xid 0xdc07, Flags [none] (0x0000)
>> Gateway-IP 10.1.25.9
>> Client-Ethernet-Address b4:22:00:26:35:b5
>> Vendor-rfc1048 Extensions
>> Magic Cookie 0x63825363
>> DHCP-Message (53), length 1: Discover
>> Client-ID (61), length 7: ether b4:22:00:26:35:b5
>> Hostname (12), length 15: "BRNB422002635B5"
>> Parameter-Request (55), length 11:
>> Domain-Name-Server (6), Default-Gateway (3), Subnet-Mask (1), Domain-Name (15)
>> TFTP (66), BF (67), BS (13), Netbios-Name-Server (44)
>> Time-Zone (2), NTP (42), Hostname (12)
>> Agent-Information (82), length 28:
>> Circuit-ID SubOption 1, length 6: bond19
>> Remote-ID SubOption 2, length 18: 1c:34:da:f4:05:00^J
>>
>>
>> 19:02:21.604284 bc:24:11:e2:1d:b8 > 1c:34:da:f4:05:0e, ethertype IPv4 (0x0800), length 418: (tos 0x10, ttl 128, id 0, offset 0, flags [DF], proto
>> UDP (17), length 404)
>> 10.1.3.15.67 > 10.1.25.9.67: [udp sum ok] BOOTP/DHCP, Reply, length 376, hops 1, xid 0xdc07, Flags [none] (0x0000)
>> Your-IP 10.1.25.183
>> Gateway-IP 10.1.25.9
>> Client-Ethernet-Address b4:22:00:26:35:b5
>> Vendor-rfc1048 Extensions
>> Magic Cookie 0x63825363
>> DHCP-Message (53), length 1: Offer
>> Subnet-Mask (1), length 4: 255.255.255.0
>> Time-Zone (2), length 4: -5
>> Default-Gateway (3), length 4: 10.1.25.1
>> Domain-Name-Server (6), length 12: 127.0.0.1,10.1.3.41,10.1.3.40
>> Hostname (12), length 22: "p132.fantinibakery.com"
>> Domain-Name (15), length 17: "fantinibakery.com"
>> NTP (42), length 4: 10.1.0.2
>> Lease-Time (51), length 4: 604800
>> Server-ID (54), length 4: 10.1.3.15
>> Client-ID (61), length 7: ether b4:22:00:26:35:b5
>> Agent-Information (82), length 28:
>> Circuit-ID SubOption 1, length 6: bond19
>> Remote-ID SubOption 2, length 18: 1c:34:da:f4:05:00^J
>>
>> --
>> ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.
>>
>> To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.
>>
>> Kea-users mailing list
>> Kea-users at lists.isc.org
>> https://lists.isc.org/mailman/listinfo/kea-users
-------------- next part --------------
{
"Dhcp4": {
//
// loggers section can not be added with sed because the \n in pattern breaks sed. so grok gave us a script. 12/22/2024
"loggers": [
{"name": "kea-dhcp4", "severity": "INFO", "output-options": [ { "output": "/var/log/dhcp4.log", "maxsize": 2048576, "pattern": "%D{%H:%M:%S} %m\n",}],},
{"name": "kea-dhcp4.leases", "severity": "INFO", "output-options": [{"output": "/var/log/dhcp4.log","pattern": "%D{%H:%M:%S} %m\n",}],},
{"name": "kea-dhcp4.dhcp4", "severity": "INFO", "output-options": [{"output": "/var/log/dhcp4.log","pattern": "%D{%H:%M:%S} %m\n",}],},
{"name": "kea-dhcp4.commands", "severity": "WARN", "output-options": [{"output": "/var/log/dhcp4.log","pattern": "%D{%H:%M:%S} %m\n",}],},
{"name": "kea-dhcp4.leases", "severity": "INFO", "output-options": [{"output": "/var/log/dhcp4.log","pattern": "%D{%H:%M:%S} %m\n",}],},
{"name": "kea-dhcp4.stat-cmds-hooks","severity": "WARN", "output-options": [{"output": "/var/log/dhcp4.log","pattern": "%D{%H:%M:%S} %m\n",}],},
] ,
"interfaces-config": { "interfaces": [ "eth0" ] } ,
"reservations-global": true,
"control-socket": { "socket-type": "unix", "socket-name": "/tmp/kea4-ctrl-socket" },
"lease-database": { "type": "memfile", "lfc-interval": 3600 },
"hooks-libraries": [
{ "library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_stat_cmds.so" },
{ "library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_lease_cmds.so" },
] ,
"authoritative": true,
"valid-lifetime": 86400,
"max-valid-lifetime": 86400,
"option-data": [
/// Begin file /etc/dhcp/dhcpd.conf-from-OpenNetAdmin
###### DO NOT EDIT THIS FILE ######
# dhcpd.conf file for dhcp-kea.fantinibakery.com built on Dec 22nd, 10:26pm
#
# This file is built by an automated script. Any change to this
# file will be lost at the next build.
# SERVER LEVEL DHCP OPTIONS
# (Unique merge of global and server level options, server overrides global.)
{
"space": "dhcp4",
"name": "ntp-servers",
"code": 42,
"data": "10.1.0.2"
},
{
"space": "dhcp4",
"name": "domain-name",
"code": 15,
"data": "fantinibakery.com"
},
{
"space": "dhcp4",
"name": "domain-name-servers",
"code": 6,
// "original-data": "127.0.0.1,10.1.3.41,10.1.3.40",
"data": "127.0.0.1, 10.1.3.41, 10.1.3.40"
},
{
"space": "dhcp4",
"name": "time-offset",
"code": 2,
"data": "-5"
}
],
"subnet4": [
# --------STANDARD SUBNETS (count=19)--------
# BAKERY-LINE-5
{
"id": 1,
"subnet": "10.1.65.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.65.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.65.200 - 10.1.65.220"
}
]
},
# CAM-SUBNET-41
{
"id": 2,
"subnet": "10.1.41.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.41.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.41.100 - 10.1.41.130"
}
]
},
# CAMERAS-42
{
"id": 3,
"subnet": "10.1.42.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.42.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.42.100 - 10.1.42.180"
}
]
},
# IPMI-192-168-0
{
"id": 4,
"subnet": "192.168.0.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "192.168.0.49"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "192.168.0.100 - 192.168.0.120"
}
]
},
# LAN-NETWORK-INFRASTRUCTURE
{
"id": 5,
"subnet": "10.1.8.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.8.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.8.100 - 10.1.8.190"
}
]
},
# MAINTENANCE
{
"id": 6,
"subnet": "10.1.80.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.80.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.80.100 - 10.1.80.119"
}
]
},
# OVEN3-AREA
{
"id": 7,
"subnet": "10.1.90.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.90.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.90.82 - 10.1.90.120"
}
]
},
# PACKAGING
{
"id": 8,
"subnet": "10.1.70.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.70.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.70.100 - 10.1.70.139"
}
]
},
# PLC
{
"id": 9,
"subnet": "10.0.0.0/16",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.0.0.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.0.1.21 - 10.0.1.80"
}
]
},
# PRO4VLAN
{
"id": 10,
"subnet": "10.1.7.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.7.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.7.220 - 10.1.7.240"
}
]
},
# SECURITY-DEVICES
{
"id": 11,
"subnet": "10.1.20.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.20.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.20.156 - 10.1.20.193"
}
]
},
# VLAN10
{
"id": 12,
"subnet": "10.1.10.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.10.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.10.220 - 10.1.10.240"
}
]
},
# VLAN2-PFSENSE-ETC
{
"id": 13,
"subnet": "10.1.0.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.0.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.0.220 - 10.1.0.240"
}
]
},
# VLAN202
{
"id": 14,
"subnet": "192.168.2.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "192.168.2.250"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "192.168.2.220 - 192.168.2.240"
}
]
},
# VLAN25
{
"id": 15,
"subnet": "10.1.25.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.25.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.25.153 - 10.1.25.199"
}
]
},
# VLAN3
{
"id": 16,
"subnet": "10.1.3.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.3.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.3.100 - 10.1.3.120"
}
]
},
# VLAN37
{
"id": 17,
"subnet": "10.1.37.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.37.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.37.203 - 10.1.37.249"
}
]
},
# VOICE
{
"id": 18,
"subnet": "10.1.4.0/24",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.1.4.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.1.4.100 - 10.1.4.195"
}
]
},
# WIRELESS
{
"id": 19,
"subnet": "10.199.0.0/16",
"option-data": [
{
"space": "dhcp4",
"name": "routers",
"code": 3,
"data": "10.199.0.1"
}
],
/// default-valid-lifetime moved from an internal pool scope
"valid-lifetime": 604800,
/// max-valid-lifetime moved from an internal pool scope
"max-valid-lifetime": 604800,
"pools": [
{
"pool": "10.199.33.11 - 10.199.34.249"
}
]
}
],
"host-reservation-identifiers": [
"hw-address"
],
"reservations": [
# --------HOSTS (count=647)--------
{
"hostname": "win10-scada.fantinibakery.com",
"ip-address": "10.0.1.100",
"hw-address": "02:55:c3:ba:b7:ed"
},
{
"hostname": "pfsense-kvm.fantinibakery.com",
"ip-address": "10.1.0.250",
"hw-address": "2e:ae:d6:93:98:92"
},
{
"hostname": "fbcadmin.fantinibakery.com",
"ip-address": "10.1.3.5",
"hw-address": "ce:62:f5:25:5f:53"
},
{
"hostname": "netbox.fantinibakery.com",
"ip-address": "10.1.3.6",
"hw-address": "bc:24:11:84:0d:e5"
},
{
"hostname": "edi.fantinibakery.com",
"ip-address": "10.1.3.9",
"hw-address": "de:72:3c:eb:11:72"
},
{
"hostname": "pro4-client-win10.fantinibakery.com",
"ip-address": "10.1.3.11",
"hw-address": "ca:0e:d7:20:8e:91"
},
{
"hostname": "imap.fantinibakery.com",
"ip-address": "10.1.3.16",
"hw-address": "5e:6f:47:eb:c1:ec"
},
{
"hostname": "imap2.fantinibakery.com",
"ip-address": "10.1.3.18",
"hw-address": "62:65:36:65:30:38"
},
{
"hostname": "etherpad-old.fantinibakery.com",
"ip-address": "10.1.3.20",
"hw-address": "2a:16:3b:41:22:5f"
},
{
"hostname": "etherpad.fantinibakery.com",
"ip-address": "10.1.3.21",
"hw-address": "72:09:80:dd:ee:db"
},
{
"hostname": "www.fantinibakery.com",
"ip-address": "10.1.3.22",
"hw-address": "2e:77:46:c9:3d:6b"
},
{
"hostname": "test-vlan.fantinibakery.com",
"ip-address": "10.1.3.23",
"hw-address": "6e:84:0a:8a:2b:8c"
},
{
"hostname": "kvm-desktop.fantinibakery.com",
"ip-address": "10.1.3.24",
"hw-address": "86:f1:ad:fc:22:b9"
},
{
"hostname": "rsnapshot.fantinibakery.com",
"ip-address": "10.1.3.27",
"hw-address": "bc:24:11:5c:7f:6a"
},
{
"hostname": "wiki-production.fantinibakery.com",
"ip-address": "10.1.3.30",
"hw-address": "4e:8b:f5:5e:76:6e"
},
{
"hostname": "sftp.fantinibakery.com",
"ip-address": "10.1.3.33",
"hw-address": "bc:24:11:0a:ee:9b"
},
{
"hostname": "wazuh.fantinibakery.com",
"ip-address": "10.1.3.38",
"hw-address": "1a:2c:a4:47:27:29"
},
{
"hostname": "dns2.fantinibakery.com",
"ip-address": "10.1.3.41",
"hw-address": "9e:44:bc:e7:14:d1"
},
{
"hostname": "web-mail.fantinibakery.com",
"ip-address": "10.1.3.42",
"hw-address": "4e:5c:61:3b:dc:24"
},
{
"hostname": "bind9b.fantinibakery.com",
"ip-address": "10.1.3.43",
"hw-address": "bc:24:11:f8:63:db"
},
{
"hostname": "wiki-v138.fantinibakery.com",
"ip-address": "10.1.3.52",
"hw-address": "be:bc:9b:2e:47:56"
},
{
"hostname": "wiki888.fantinibakery.com",
"ip-address": "10.1.3.53",
"hw-address": "66:6c:7a:3a:b8:bb"
},
{
"hostname": "x2go.fantinibakery.com",
"ip-address": "10.1.3.54",
"hw-address": "fe:fe:67:34:19:62"
},
{
"hostname": "ateam-gateway.fantinibakery.com",
"ip-address": "10.1.3.65",
"hw-address": "36:91:6a:3d:20:cf"
},
{
"hostname": "wiki-old.fantinibakery.com",
"ip-address": "10.1.3.78",
"hw-address": "5e:48:ca:ba:d1:26"
},
{
"hostname": "zabbix.fantinibakery.com",
"ip-address": "10.1.3.80",
"hw-address": "32:50:e6:00:b2:25"
},
{
"hostname": "nextcloud.fantinibakery.com",
"ip-address": "10.1.3.90",
"hw-address": "aa:ce:5d:da:5a:2f"
},
{
"hostname": "ldap-master2.fantinibakery.com",
"ip-address": "10.1.3.162",
"hw-address": "92:ec:4f:23:5c:37"
},
{
"hostname": "ldap.fantinibakery.com",
"ip-address": "10.1.3.164",
"hw-address": "26:3c:5c:c4:31:5c"
},
{
"hostname": "ldap-manager.fantinibakery.com",
"ip-address": "10.1.3.165",
"hw-address": "42:7e:cd:6a:98:ca"
},
{
"hostname": "win911.fantinibakery.com",
"ip-address": "10.1.3.203",
"hw-address": "ea:83:0c:5d:3d:cf"
},
{
"hostname": "win7-plc.fantinibakery.com",
"ip-address": "10.1.3.204",
"hw-address": "42:6a:6a:78:ca:9e"
},
{
"hostname": "win10-plc.fantinibakery.com",
"ip-address": "10.1.3.205",
"hw-address": "6a:45:b9:f7:76:c5"
},
{
"hostname": "test-kvm.fantinibakery.com",
"ip-address": "10.1.3.238",
"hw-address": "bc:24:11:11:67:8d"
},
{
"hostname": "ssh-landing.fantinibakery.com",
"ip-address": "10.1.3.244",
"hw-address": "42:38:2f:77:dd:6b"
},
{
"hostname": "etherpad-test.fantinibakery.com",
"ip-address": "10.1.3.252",
"hw-address": "bc:24:11:99:4b:83"
},
{
"hostname": "phonesystem.fantinibakery.com",
"ip-address": "10.1.4.17",
"hw-address": "56:63:ed:4b:9a:db"
},
{
"hostname": "phone2.fantinibakery.com",
"ip-address": "10.1.4.18",
"hw-address": "86:b3:08:26:86:05"
},
{
"hostname": "fbcportal.fantinibakery.com",
"ip-address": "10.1.7.25",
"hw-address": "42:bb:bf:94:34:b5"
},
{
"hostname": "nodejs.fantinibakery.com",
"ip-address": "10.1.7.27",
"hw-address": "66:14:cd:64:0d:49"
},
{
"hostname": "switch2.fantinibakery.com",
"ip-address": "10.1.8.2",
"hw-address": "e0:91:f5:a8:b1:a0"
},
{
"hostname": "switch4.fantinibakery.com",
"ip-address": "10.1.8.4",
"hw-address": "dc:ef:09:f1:60:a4"
},
{
"hostname": "building5switch.fantinibakery.com",
"ip-address": "10.1.8.5",
"hw-address": "f4:e2:c6:ae:1b:57"
},
{
"hostname": "switch6.fantinibakery.com",
"ip-address": "10.1.8.6",
"hw-address": "44:a5:6e:8c:80:3a"
},
{
"hostname": "switch7.fantinibakery.com",
"ip-address": "10.1.8.7",
"hw-address": "f4:e2:c6:ad:b7:9a"
},
{
"hostname": "switch9.fantinibakery.com",
"ip-address": "10.1.8.9",
"hw-address": "28:c6:8e:fc:97:c3"
},
{
"hostname": "switch11.fantinibakery.com",
"ip-address": "10.1.8.11",
"hw-address": "80:37:73:f9:dd:45"
},
{
"hostname": "switch12.fantinibakery.com",
"ip-address": "10.1.8.12",
"hw-address": "04:a1:51:82:f4:14"
},
{
"hostname": "switch13.fantinibakery.com",
"ip-address": "10.1.8.13",
"hw-address": "04:a1:51:86:06:6a"
},
{
"hostname": "switch14.fantinibakery.com",
"ip-address": "10.1.8.14",
"hw-address": "44:94:fc:91:35:04"
},
{
"hostname": "office-switch.fantinibakery.com",
"ip-address": "10.1.8.16",
"hw-address": "f4:e2:c6:ae:1b:7b"
},
{
"hostname": "switch17.fantinibakery.com",
"ip-address": "10.1.8.17",
"hw-address": "9c:05:d6:5e:01:e7"
},
{
"hostname": "switch19.fantinibakery.com",
"ip-address": "10.1.8.19",
"hw-address": "9c:05:d6:e2:03:61"
},
{
"hostname": "switch20.fantinibakery.com",
"ip-address": "10.1.8.20",
"hw-address": "b0:39:56:74:c8:7d"
},
{
"hostname": "bldg5mixer.fantinibakery.com",
"ip-address": "10.1.8.22",
"hw-address": "f4:e2:c6:ab:90:d2"
},
{
"hostname": "switch25.fantinibakery.com",
"ip-address": "10.1.8.25",
"hw-address": "28:80:88:64:85:39"
},
{
"hostname": "sw-proofer2.fantinibakery.com",
"ip-address": "10.1.8.27",
"hw-address": "f4:e2:c6:51:03:9c"
},
{
"hostname": "switch28.fantinibakery.com",
"ip-address": "10.1.8.28",
"hw-address": "f4:e2:c6:ae:d0:9b"
},
{
"hostname": "alex-desk.fantinibakery.com",
"ip-address": "10.1.8.29",
"hw-address": "f4:e2:c6:f9:81:37"
},
{
"hostname": "siwtch30.fantinibakery.com",
"ip-address": "10.1.8.30",
"hw-address": "9c:05:d6:e2:03:10"
},
{
"hostname": "switch31.fantinibakery.com",
"ip-address": "10.1.8.31",
"hw-address": "10:0d:7f:4d:bf:cb"
},
{
"hostname": "library-switch.fantinibakery.com",
"ip-address": "10.1.8.32",
"hw-address": "d8:b3:70:fa:ea:df"
},
{
"hostname": "switch33.fantinibakery.com",
"ip-address": "10.1.8.33",
"hw-address": "08:bd:43:75:b9:d1"
},
{
"hostname": "srvr-rm-bench-gs108pe.fantinibakery.com",
"ip-address": "10.1.8.34",
"hw-address": "84:1b:5e:94:ab:9a"
},
{
"hostname": "switch35.fantinibakery.com",
"ip-address": "10.1.8.35",
"hw-address": "28:c6:8e:0c:38:30"
},
{
"hostname": "usw-ultra-36.fantinibakery.com",
"ip-address": "10.1.8.36",
"hw-address": "f4:e2:c6:ad:6b:8b"
},
{
"hostname": "switch38.fantinibakery.com",
"ip-address": "10.1.8.38",
"hw-address": "28:80:88:54:d8:fc"
},
{
"hostname": "switch39.fantinibakery.com",
"ip-address": "10.1.8.39",
"hw-address": "cc:40:d0:d2:2f:ee"
},
{
"hostname": "switch40.fantinibakery.com",
"ip-address": "10.1.8.40",
"hw-address": "28:80:88:64:8b:f9"
},
{
"hostname": "switch41.fantinibakery.com",
"ip-address": "10.1.8.41",
"hw-address": "9c:05:d6:e2:02:92"
},
{
"hostname": "switch42.fantinibakery.com",
"ip-address": "10.1.8.42",
"hw-address": "94:a6:7e:5c:a2:00"
},
{
"hostname": "sw-mixer5.fantinibakery.com",
"ip-address": "10.1.8.43",
"hw-address": "28:80:88:64:85:19"
},
{
"hostname": "switch44.fantinibakery.com",
"ip-address": "10.1.8.44",
"hw-address": "0c:ea:14:1a:50:4f"
},
{
"hostname": "switch45.fantinibakery.com",
"ip-address": "10.1.8.45",
"hw-address": "0c:ea:14:1a:4a:eb"
},
{
"hostname": "peelboard-gs108pe.fantinibakery.com",
"ip-address": "10.1.8.49",
"hw-address": "10:0d:7f:bb:20:67"
},
{
"hostname": "sw-pkgline3.fantinibakery.com",
"ip-address": "10.1.8.52",
"hw-address": "f4:e2:c6:51:3c:91"
},
{
"hostname": "switch56.fantinibakery.com",
"ip-address": "10.1.8.56",
"hw-address": "9c:05:d6:46:d1:ad"
},
{
"hostname": "switch75.fantinibakery.com",
"ip-address": "10.1.8.75",
"hw-address": "94:a6:7e:5c:9f:64"
},
{
"hostname": "win10-vlan8.fantinibakery.com",
"ip-address": "10.1.8.79",
"hw-address": "36:30:31:33:30:34"
},
{
"hostname": "switch89.fantinibakery.com",
"ip-address": "10.1.8.89",
"hw-address": "10:da:43:14:12:29"
},
{
"hostname": "switch90.fantinibakery.com",
"ip-address": "10.1.8.90",
"hw-address": "10:0d:7f:4d:bf:ce"
},
{
"hostname": "pve2.fantinibakery.com",
"ip-address": "10.1.10.2",
"hw-address": "4a:b2:84:c0:10:d0"
},
{
"hostname": "pve5.fantinibakery.com",
"ip-address": "10.1.10.5",
"hw-address": "0c:c4:7a:4c:23:c4"
},
{
"hostname": "pve10.fantinibakery.com",
"ip-address": "10.1.10.10",
"hw-address": "0c:c4:7a:de:80:c6"
},
{
"hostname": "server-room-phone.fantinibakery.com",
"ip-address": "10.1.10.36",
"hw-address": "80:5e:c0:b8:bc:30"
},
{
"hostname": "homeassistant.fantinibakery.com",
"ip-address": "10.1.10.44",
"hw-address": "4a:2a:e1:a4:c8:de"
},
{
"hostname": "dhcp-secondary.fantinibakery.com",
"ip-address": "10.1.10.50",
"hw-address": "4a:7c:ed:4e:9a:5d"
},
{
"hostname": "srvrm.fantinibakery.com",
"ip-address": "10.1.10.199",
"hw-address": "c8:0a:a9:8c:ac:3d"
},
{
"hostname": "rob.fantinibakery.com",
"ip-address": "10.1.10.243",
"hw-address": "94:c6:91:a8:66:ff"
},
{
"hostname": "test-centos.fantinibakery.com",
"ip-address": "10.1.10.244",
"hw-address": "bc:24:11:f2:71:84"
},
{
"hostname": "onion-packing-tv.fantinibakery.com",
"ip-address": "10.1.20.2",
"hw-address": "f4:e2:c6:e8:8b:16"
},
{
"hostname": "packingline5viewport.fantinibakery.com",
"ip-address": "10.1.20.3",
"hw-address": "f4:e2:c6:ee:ec:09"
},
{
"hostname": "time-clock-prd-cam.fantinibakery.com",
"ip-address": "10.1.20.4",
"hw-address": "f4:e2:c6:0e:a6:69"
},
{
"hostname": "wash-room-2-cam.fantinibakery.com",
"ip-address": "10.1.20.5",
"hw-address": "f4:e2:c6:0e:a9:ba"
},
{
"hostname": "electric-room-cam.fantinibakery.com",
"ip-address": "10.1.20.7",
"hw-address": "f4:e2:c6:0c:9a:b4"
},
{
"hostname": "unifi-cloudkey.fantinibakery.com",
"ip-address": "10.1.20.8",
"hw-address": "24:5a:4c:8a:4b:41"
},
{
"hostname": "line-3-proofer-exit.fantinibakery.com",
"ip-address": "10.1.20.9",
"hw-address": "f4:e2:c6:7a:97:20"
},
{
"hostname": "unifi-enterprise.fantinibakery.com",
"ip-address": "10.1.20.10",
"hw-address": "94:2a:6f:40:8a:23"
},
{
"hostname": "samba-vlan20.fantinibakery.com",
"ip-address": "10.1.20.12",
"hw-address": "16:69:ad:83:f9:cc"
},
{
"hostname": "pa-7.fantinibakery.com",
"ip-address": "10.1.20.13",
"hw-address": "00:04:13:8d:60:cf"
},
{
"hostname": "building5-audio.fantinibakery.com",
"ip-address": "10.1.20.14",
"hw-address": "00:22:6c:21:a8:0a"
},
{
"hostname": "line-3-proofer-transfer.fantinibakery.com",
"ip-address": "10.1.20.15",
"hw-address": "f4:e2:c6:7b:10:6b"
},
{
"hostname": "oven5rear.fantinibakery.com",
"ip-address": "10.1.20.17",
"hw-address": "70:a7:41:5f:46:14"
},
{
"hostname": "win7-alex.fantinibakery.com",
"ip-address": "10.1.20.18",
"hw-address": "7a:83:04:52:cc:ec"
},
{
"hostname": "ua-lite-janitors-closet.fantinibakery.com",
"ip-address": "10.1.20.19",
"hw-address": "68:d7:9a:9a:f8:c6"
},
{
"hostname": "yeastsensor.fantinibakery.com",
"ip-address": "10.1.20.20",
"hw-address": "50:62:55:70:38:9f"
},
{
"hostname": "line-5-mixer-tv.fantinibakery.com",
"ip-address": "10.1.20.21",
"hw-address": "f4:e2:c6:df:8d:67"
},
{
"hostname": "ua-lite-storage-1.fantinibakery.com",
"ip-address": "10.1.20.22",
"hw-address": "24:5a:4c:de:74:41"
},
{
"hostname": "ua-lite-storage-2.fantinibakery.com",
"ip-address": "10.1.20.23",
"hw-address": "68:d7:9a:9a:fa:8d"
},
{
"hostname": "ua-hub-storage-2.fantinibakery.com",
"ip-address": "10.1.20.24",
"hw-address": "78:45:58:b7:b1:06"
},
{
"hostname": "ua-lite-server-room.fantinibakery.com",
"ip-address": "10.1.20.25",
"hw-address": "24:5a:4c:de:79:a9"
},
{
"hostname": "ua-hub-maintenance-front.fantinibakery.com",
"ip-address": "10.1.20.26",
"hw-address": "68:d7:9a:5c:21:43"
},
{
"hostname": "library-viewport.fantinibakery.com",
"ip-address": "10.1.20.27",
"hw-address": "f4:e2:c6:df:86:1d"
},
{
"hostname": "building3dooroutside.fantinibakery.com",
"ip-address": "10.1.20.28",
"hw-address": "9c:8e:cd:22:14:af"
},
{
"hostname": "oven4.fantinibakery.com",
"ip-address": "10.1.20.29",
"hw-address": "00:1d:9c:a3:bc:3c"
},
{
"hostname": "door-hub-server.fantinibakery.com",
"ip-address": "10.1.20.30",
"hw-address": "24:5a:4c:52:e2:76"
},
{
"hostname": "building-3-light.fantinibakery.com",
"ip-address": "10.1.20.31",
"hw-address": "28:70:4e:b8:cd:fe"
},
{
"hostname": "lunchroomdisplay.fantinibakery.com",
"ip-address": "10.1.20.32",
"hw-address": "24:5a:4c:2f:a8:46"
},
{
"hostname": "serverroomsensor.fantinibakery.com",
"ip-address": "10.1.20.33",
"hw-address": "00:80:a3:93:5a:c3"
},
{
"hostname": "proofer5exit.fantinibakery.com",
"ip-address": "10.1.20.34",
"hw-address": "f4:e2:c6:79:65:2b"
},
{
"hostname": "shipping-handwash-cam.fantinibakery.com",
"ip-address": "10.1.20.35",
"hw-address": "f4:e2:c6:75:73:83"
},
{
"hostname": "cornerconveyor2.fantinibakery.com",
"ip-address": "10.1.20.36",
"hw-address": "9c:8e:cd:0c:03:dd"
},
{
"hostname": "ua-hub-bld3-side.fantinibakery.com",
"ip-address": "10.1.20.37",
"hw-address": "78:45:58:8a:e0:59"
},
{
"hostname": "packing-rear-door-cam.fantinibakery.com",
"ip-address": "10.1.20.38",
"hw-address": "f4:e2:c6:0d:0d:ad"
},
{
"hostname": "ua-lite-building-3-side.fantinibakery.com",
"ip-address": "10.1.20.39",
"hw-address": "68:d7:9a:b8:84:f3"
},
{
"hostname": "ua-hub-reception.fantinibakery.com",
"ip-address": "10.1.20.40",
"hw-address": "24:5a:4c:7a:77:67"
},
{
"hostname": "reception-door-reader.fantinibakery.com",
"ip-address": "10.1.20.41",
"hw-address": "24:5a:4c:52:14:17"
},
{
"hostname": "line-3-lowerator-infeed.fantinibakery.com",
"ip-address": "10.1.20.42",
"hw-address": "f4:e2:c6:0c:90:07"
},
{
"hostname": "line-3-robot.fantinibakery.com",
"ip-address": "10.1.20.43",
"hw-address": "f4:e2:c6:0c:90:39"
},
{
"hostname": "quantum1.fantinibakery.com",
"ip-address": "10.1.20.44",
"hw-address": "00:ce:39:c8:89:51"
},
{
"hostname": "uareader-45.fantinibakery.com",
"ip-address": "10.1.20.45",
"hw-address": "70:a7:41:20:cb:90"
},
{
"hostname": "ua-hub48.fantinibakery.com",
"ip-address": "10.1.20.48",
"hw-address": "68:d7:9a:5c:24:c2"
},
{
"hostname": "ua-pro-shipping.fantinibakery.com",
"ip-address": "10.1.20.49",
"hw-address": "04:18:d6:a3:9c:a4"
},
{
"hostname": "uahub-50.fantinibakery.com",
"ip-address": "10.1.20.50",
"hw-address": "68:d7:9a:5c:25:27"
},
{
"hostname": "reception-cam.fantinibakery.com",
"ip-address": "10.1.20.51",
"hw-address": "f4:e2:c6:0e:a6:3d"
},
{
"hostname": "packing-carousel-cam.fantinibakery.com",
"ip-address": "10.1.20.52",
"hw-address": "f4:e2:c6:0d:0f:15"
},
{
"hostname": "silo-doorswipe.fantinibakery.com",
"ip-address": "10.1.20.53",
"hw-address": "68:d7:9a:9a:f9:06"
},
{
"hostname": "ua-hub-shipping.fantinibakery.com",
"ip-address": "10.1.20.55",
"hw-address": "68:d7:9a:5c:24:35"
},
{
"hostname": "ua-hub-production-office.fantinibakery.com",
"ip-address": "10.1.20.56",
"hw-address": "68:d7:9a:5c:28:9f"
},
{
"hostname": "line-1-packing-viewport.fantinibakery.com",
"ip-address": "10.1.20.57",
"hw-address": "f4:e2:c6:ee:e6:db"
},
{
"hostname": "packing-carousel.fantinibakery.com",
"ip-address": "10.1.20.58",
"hw-address": "f4:e2:c6:72:0a:bd"
},
{
"hostname": "ua-hub-washroom.fantinibakery.com",
"ip-address": "10.1.20.59",
"hw-address": "78:45:58:b7:b0:85"
},
{
"hostname": "ua-lite-bld5-side.fantinibakery.com",
"ip-address": "10.1.20.60",
"hw-address": "68:d7:9a:b8:82:f4"
},
{
"hostname": "connect-reception.fantinibakery.com",
"ip-address": "10.1.20.61",
"hw-address": "68:d7:9a:1f:e2:ff"
},
{
"hostname": "ua-hub-bld5-silo.fantinibakery.com",
"ip-address": "10.1.20.62",
"hw-address": "78:45:58:b7:b0:5e"
},
{
"hostname": "line-3-scaling-cam.fantinibakery.com",
"ip-address": "10.1.20.63",
"hw-address": "f4:e2:c6:0d:0d:b5"
},
{
"hostname": "uareader-64.fantinibakery.com",
"ip-address": "10.1.20.64",
"hw-address": "24:5a:4c:3a:7f:a5"
},
{
"hostname": "ua-reader-bld3-rear.fantinibakery.com",
"ip-address": "10.1.20.65",
"hw-address": "24:5a:4c:de:7a:0a"
},
{
"hostname": "first.floor.intercom.fantinibakery.com",
"ip-address": "10.1.20.66",
"hw-address": "00:22:ee:11:09:65"
},
{
"hostname": "line-1-moulder-view-port.fantinibakery.com",
"ip-address": "10.1.20.67",
"hw-address": "9c:05:d6:36:60:2e"
},
{
"hostname": "ua-reader-washroom.fantinibakery.com",
"ip-address": "10.1.20.68",
"hw-address": "68:d7:9a:9a:f8:6f"
},
{
"hostname": "freezer-cam.fantinibakery.com",
"ip-address": "10.1.20.69",
"hw-address": "f4:e2:c6:0e:a8:60"
},
{
"hostname": "ua-reader70.fantinibakery.com",
"ip-address": "10.1.20.70",
"hw-address": "24:5a:4c:de:75:16"
},
{
"hostname": "mixers-bldg5.fantinibakery.com",
"ip-address": "10.1.20.71",
"hw-address": "f4:e2:c6:0d:0d:af"
},
{
"hostname": "ua-hub-file-room.fantinibakery.com",
"ip-address": "10.1.20.72",
"hw-address": "78:45:58:b7:b1:85"
},
{
"hostname": "bld3-overhead-door.fantinibakery.com",
"ip-address": "10.1.20.73",
"hw-address": "d8:b3:70:27:eb:4b"
},
{
"hostname": "ua-lite-file-room.fantinibakery.com",
"ip-address": "10.1.20.74",
"hw-address": "68:d7:9a:9a:f9:bc"
},
{
"hostname": "line-1-proofer-entrance.fantinibakery.com",
"ip-address": "10.1.20.75",
"hw-address": "68:d7:9a:e4:73:ed"
},
{
"hostname": "line-1-oven-rear.fantinibakery.com",
"ip-address": "10.1.20.76",
"hw-address": "f4:e2:c6:72:0d:19"
},
{
"hostname": "ua-hub-storage-1.fantinibakery.com",
"ip-address": "10.1.20.77",
"hw-address": "78:45:58:8a:db:8d"
},
{
"hostname": "ua-lite-silo1.fantinibakery.com",
"ip-address": "10.1.20.78",
"hw-address": "24:5a:4c:de:77:5f"
},
{
"hostname": "ua-hub-flour-inlet.fantinibakery.com",
"ip-address": "10.1.20.79",
"hw-address": "24:5a:4c:7a:75:8e"
},
{
"hostname": "ua-reader-mnt-front.fantinibakery.com",
"ip-address": "10.1.20.80",
"hw-address": "68:d7:9a:9a:f6:73"
},
{
"hostname": "ua-lite-silo2.fantinibakery.com",
"ip-address": "10.1.20.81",
"hw-address": "24:5a:4c:de:7a:4a"
},
{
"hostname": "ua-hub-rolling-gate.fantinibakery.com",
"ip-address": "10.1.20.82",
"hw-address": "24:5a:4c:7a:76:44"
},
{
"hostname": "ua-hub-silo3.fantinibakery.com",
"ip-address": "10.1.20.83",
"hw-address": "24:5a:4c:7a:76:8e"
},
{
"hostname": "ua-lite-silo3.fantinibakery.com",
"ip-address": "10.1.20.84",
"hw-address": "24:5a:4c:de:76:32"
},
{
"hostname": "ua-hub-janitor-closet.fantinibakery.com",
"ip-address": "10.1.20.85",
"hw-address": "68:d7:9a:4b:c1:8b"
},
{
"hostname": "ua-lite-packing-rear.fantinibakery.com",
"ip-address": "10.1.20.86",
"hw-address": "24:5a:4c:de:78:7b"
},
{
"hostname": "ua-hub-silo1.fantinibakery.com",
"ip-address": "10.1.20.87",
"hw-address": "24:5a:4c:7a:76:ac"
},
{
"hostname": "ua-hub-silo2.fantinibakery.com",
"ip-address": "10.1.20.88",
"hw-address": "24:5a:4c:7a:79:1d"
},
{
"hostname": "ua-lite-flour-inlet.fantinibakery.com",
"ip-address": "10.1.20.89",
"hw-address": "24:5a:4c:de:79:97"
},
{
"hostname": "mezzanine-stairs-cam.fantinibakery.com",
"ip-address": "10.1.20.90",
"hw-address": "f4:e2:c6:72:0b:70"
},
{
"hostname": "shipping-intercom.fantinibakery.com",
"ip-address": "10.1.20.91",
"hw-address": "9c:05:d6:4b:01:9b"
},
{
"hostname": "accessmetrics.fantinibakery.com",
"ip-address": "10.1.20.92",
"hw-address": "76:c7:19:b6:4a:2a"
},
{
"hostname": "ua-pro-rolling-gate1.fantinibakery.com",
"ip-address": "10.1.20.93",
"hw-address": "d8:b3:70:27:f4:35"
},
{
"hostname": "rolling-gate-exit.fantinibakery.com",
"ip-address": "10.1.20.95",
"hw-address": "70:a7:41:20:cb:b8"
},
{
"hostname": "mixer-security-tv.fantinibakery.com",
"ip-address": "10.1.20.96",
"hw-address": "f4:e2:c6:ce:22:e1"
},
{
"hostname": "line-3-elevator-entrance.fantinibakery.com",
"ip-address": "10.1.20.97",
"hw-address": "f4:e2:c6:0c:8d:86"
},
{
"hostname": "mnt-rear-door.fantinibakery.com",
"ip-address": "10.1.20.99",
"hw-address": "9c:05:d6:d7:7f:c5"
},
{
"hostname": "e-won-konig.fantinibakery.com",
"ip-address": "10.1.20.100",
"hw-address": "00:03:27:43:23:fc"
},
{
"hostname": "bldg3-rear-door.fantinibakery.com",
"ip-address": "10.1.20.101",
"hw-address": "68:d7:9a:4b:c1:9e"
},
{
"hostname": "uhub102.fantinibakery.com",
"ip-address": "10.1.20.102",
"hw-address": "78:45:58:8a:dc:bc"
},
{
"hostname": "ua-hub-packing-rear.fantinibakery.com",
"ip-address": "10.1.20.104",
"hw-address": "78:45:58:8a:df:ee"
},
{
"hostname": "ua-pro-reception.fantinibakery.com",
"ip-address": "10.1.20.105",
"hw-address": "d8:b3:70:27:f5:39"
},
{
"hostname": "ua-pro-rolling-gate-2.fantinibakery.com",
"ip-address": "10.1.20.106",
"hw-address": "d8:b3:70:27:ed:31"
},
{
"hostname": "line-6-proofer.fantinibakery.com",
"ip-address": "10.1.20.107",
"hw-address": "f4:e2:c6:72:11:6e"
},
{
"hostname": "building-3-360.fantinibakery.com",
"ip-address": "10.1.20.108",
"hw-address": "28:70:4e:13:fe:c3"
},
{
"hostname": "uc-display-7.fantinibakery.com",
"ip-address": "10.1.20.112",
"hw-address": "70:a7:41:ec:5b:18"
},
{
"hostname": "mnt-speaker.fantinibakery.com",
"ip-address": "10.1.20.113",
"hw-address": "00:22:ee:17:0f:66"
},
{
"hostname": "building-3-overhead-door-reader.fantinibakery.com",
"ip-address": "10.1.20.114",
"hw-address": "70:a7:41:20:c8:d4"
},
{
"hostname": "employee-parking-4.fantinibakery.com",
"ip-address": "10.1.20.116",
"hw-address": "f4:e2:c6:73:eb:a4"
},
{
"hostname": "proofer5infeed.fantinibakery.com",
"ip-address": "10.1.20.117",
"hw-address": "f4:e2:c6:79:66:72"
},
{
"hostname": "oven4frontcam.fantinibakery.com",
"ip-address": "10.1.20.118",
"hw-address": "f4:e2:c6:0b:a3:b9"
},
{
"hostname": "oven2frontcam.fantinibakery.com",
"ip-address": "10.1.20.122",
"hw-address": "f4:e2:c6:0c:93:d9"
},
{
"hostname": "line-6-oven-front.fantinibakery.com",
"ip-address": "10.1.20.123",
"hw-address": "f4:e2:c6:72:0a:96"
},
{
"hostname": "mixers123viewport.fantinibakery.com",
"ip-address": "10.1.20.124",
"hw-address": "f4:e2:c6:ee:f5:99"
},
{
"hostname": "oven1frontcam.fantinibakery.com",
"ip-address": "10.1.20.125",
"hw-address": "f4:e2:c6:0c:93:4c"
},
{
"hostname": "shipping360-1.fantinibakery.com",
"ip-address": "10.1.20.127",
"hw-address": "f4:e2:c6:71:ba:83"
},
{
"hostname": "shipping360-2.fantinibakery.com",
"ip-address": "10.1.20.128",
"hw-address": "f4:e2:c6:75:71:95"
},
{
"hostname": "shipping360-3.fantinibakery.com",
"ip-address": "10.1.20.129",
"hw-address": "f4:e2:c6:75:71:0e"
},
{
"hostname": "shipping360-4.fantinibakery.com",
"ip-address": "10.1.20.130",
"hw-address": "f4:e2:c6:75:70:eb"
},
{
"hostname": "shipping360-5.fantinibakery.com",
"ip-address": "10.1.20.131",
"hw-address": "f4:e2:c6:75:72:b2"
},
{
"hostname": "mezzanine-door-hub.fantinibakery.com",
"ip-address": "10.1.20.132",
"hw-address": "24:5a:4c:7a:76:d6"
},
{
"hostname": "machineshopcam.fantinibakery.com",
"ip-address": "10.1.20.133",
"hw-address": "68:d7:9a:e4:72:c0"
},
{
"hostname": "line3cornercam.fantinibakery.com",
"ip-address": "10.1.20.134",
"hw-address": "f4:e2:c6:0c:8f:c0"
},
{
"hostname": "unvrpro-3.fantinibakery.com",
"ip-address": "10.1.20.135",
"hw-address": "d8:b3:70:27:ff:f0"
},
{
"hostname": "washroom-cam-1.fantinibakery.com",
"ip-address": "10.1.20.138",
"hw-address": "f4:e2:c6:0e:a8:0d"
},
{
"hostname": "oven2rearcam.fantinibakery.com",
"ip-address": "10.1.20.139",
"hw-address": "d0:21:f9:96:17:a1"
},
{
"hostname": "oven4rearcam.fantinibakery.com",
"ip-address": "10.1.20.140",
"hw-address": "f4:e2:c6:0b:a2:18"
},
{
"hostname": "ua-hub-19.fantinibakery.com",
"ip-address": "10.1.20.141",
"hw-address": "68:d7:9a:5c:22:f0"
},
{
"hostname": "ingredient-scaling-5-1.fantinibakery.com",
"ip-address": "10.1.20.142",
"hw-address": "f4:e2:c6:0c:4b:a6"
},
{
"hostname": "artisancrossconveyor.fantinibakery.com",
"ip-address": "10.1.20.143",
"hw-address": "f4:e2:c6:0c:8c:25"
},
{
"hostname": "building3side1cam.fantinibakery.com",
"ip-address": "10.1.20.144",
"hw-address": "f4:e2:c6:72:de:53"
},
{
"hostname": "uc-display-27.fantinibakery.com",
"ip-address": "10.1.20.145",
"hw-address": "60:22:32:aa:60:b0"
},
{
"hostname": "oven4tv.fantinibakery.com",
"ip-address": "10.1.20.147",
"hw-address": "f4:e2:c6:ee:eb:46"
},
{
"hostname": "oven2loadertv.fantinibakery.com",
"ip-address": "10.1.20.148",
"hw-address": "f4:e2:c6:ee:ec:93"
},
{
"hostname": "line-1-packing.fantinibakery.com",
"ip-address": "10.1.20.149",
"hw-address": "f4:e2:c6:0c:8c:4e"
},
{
"hostname": "line1oventv.fantinibakery.com",
"ip-address": "10.1.20.150",
"hw-address": "9c:05:d6:36:5c:1a"
},
{
"hostname": "packing-line-cam.fantinibakery.com",
"ip-address": "10.1.20.153",
"hw-address": "f4:e2:c6:0c:8c:39"
},
{
"hostname": "line2packingcam.fantinibakery.com",
"ip-address": "10.1.20.154",
"hw-address": "f4:e2:c6:0c:8c:55"
},
{
"hostname": "parking-lot-1.fantinibakery.com",
"ip-address": "10.1.20.155",
"hw-address": "f4:e2:c6:75:b3:33"
},
{
"hostname": "silo-cam-ptz.fantinibakery.com",
"ip-address": "10.1.20.194",
"hw-address": "e0:63:da:7f:29:63"
},
{
"hostname": "mnt-camera.fantinibakery.com",
"ip-address": "10.1.20.195",
"hw-address": "f4:e2:c6:0c:99:23"
},
{
"hostname": "oven-5-front-cam.fantinibakery.com",
"ip-address": "10.1.20.196",
"hw-address": "68:d7:9a:e4:72:9a"
},
{
"hostname": "ua-hub-machine-shop.fantinibakery.com",
"ip-address": "10.1.20.197",
"hw-address": "78:45:58:8a:df:ed"
},
{
"hostname": "line-3-proofer-spiral-b.fantinibakery.com",
"ip-address": "10.1.20.198",
"hw-address": "f4:e2:c6:0d:d2:00"
},
{
"hostname": "time-clock-shipping-cam.fantinibakery.com",
"ip-address": "10.1.20.199",
"hw-address": "f4:e2:c6:0d:15:4f"
},
{
"hostname": "parking-lot-3.fantinibakery.com",
"ip-address": "10.1.20.200",
"hw-address": "f4:e2:c6:73:ec:b0"
},
{
"hostname": "line-3-lowerator-inside.fantinibakery.com",
"ip-address": "10.1.20.203",
"hw-address": "f4:e2:c6:0c:8f:dc"
},
{
"hostname": "reception-outside.fantinibakery.com",
"ip-address": "10.1.20.204",
"hw-address": "f4:e2:c6:78:c5:e4"
},
{
"hostname": "line-3-proofer-exit-tv.fantinibakery.com",
"ip-address": "10.1.20.206",
"hw-address": "f4:e2:c6:ee:eb:85"
},
{
"hostname": "parking-lot-2.fantinibakery.com",
"ip-address": "10.1.20.208",
"hw-address": "f4:e2:c6:75:b2:ac"
},
{
"hostname": "line-3-operator-tv.fantinibakery.com",
"ip-address": "10.1.20.211",
"hw-address": "f4:e2:c6:df:86:29"
},
{
"hostname": "line-3-packing-tv.fantinibakery.com",
"ip-address": "10.1.20.213",
"hw-address": "f4:e2:c6:ef:01:3c"
},
{
"hostname": "maintenance-tv.fantinibakery.com",
"ip-address": "10.1.20.214",
"hw-address": "f4:e2:c6:ce:07:a2"
},
{
"hostname": "line-3-robot-entrance.fantinibakery.com",
"ip-address": "10.1.20.215",
"hw-address": "fc:ec:da:1f:25:0f"
},
{
"hostname": "line-5-packing-tv.fantinibakery.com",
"ip-address": "10.1.20.218",
"hw-address": "f4:e2:c6:0d:0d:4f"
},
{
"hostname": "rear-docks.fantinibakery.com",
"ip-address": "10.1.20.219",
"hw-address": "ac:8b:a9:0d:7e:20"
},
{
"hostname": "packingline1-transfer.fantinibakery.com",
"ip-address": "10.1.20.220",
"hw-address": "f4:e2:c6:0c:96:28"
},
{
"hostname": "line-3-cooling-conveyor.fantinibakery.com",
"ip-address": "10.1.20.221",
"hw-address": "f4:e2:c6:0c:59:69"
},
{
"hostname": "line-4-packing.fantinibakery.com",
"ip-address": "10.1.20.222",
"hw-address": "f4:e2:c6:0c:91:db"
},
{
"hostname": "ingredient-storage-middle.fantinibakery.com",
"ip-address": "10.1.20.223",
"hw-address": "f4:e2:c6:0d:0d:d9"
},
{
"hostname": "line-3-elevator-exit.fantinibakery.com",
"ip-address": "10.1.20.224",
"hw-address": "f4:e2:c6:72:97:46"
},
{
"hostname": "line-5-proofer-tv.fantinibakery.com",
"ip-address": "10.1.20.225",
"hw-address": "f4:e2:c6:e8:84:f5"
},
{
"hostname": "line-3-oven-front.fantinibakery.com",
"ip-address": "10.1.20.226",
"hw-address": "f4:e2:c6:0c:90:43"
},
{
"hostname": "mezzanine-door-cam.fantinibakery.com",
"ip-address": "10.1.20.227",
"hw-address": "f4:e2:c6:0d:0d:67"
},
{
"hostname": "line-5-packing-entrance.fantinibakery.com",
"ip-address": "10.1.20.228",
"hw-address": "f4:e2:c6:0c:8d:04"
},
{
"hostname": "pc231.fantinibakery.com",
"ip-address": "10.1.20.231",
"hw-address": "90:e6:ba:b9:40:d4"
},
{
"hostname": "line-4-scaling.fantinibakery.com",
"ip-address": "10.1.20.232",
"hw-address": "f4:e2:c6:0c:9a:b7"
},
{
"hostname": "maintenance-rear.fantinibakery.com",
"ip-address": "10.1.20.233",
"hw-address": "f4:e2:c6:0d:0d:ae"
},
{
"hostname": "line-3-mixer-cam.fantinibakery.com",
"ip-address": "10.1.20.234",
"hw-address": "f4:e2:c6:0d:0f:a7"
},
{
"hostname": "construction-cam.fantinibakery.com",
"ip-address": "10.1.20.235",
"hw-address": "f4:e2:c6:79:9f:1f"
},
{
"hostname": "parking-lot-2-entrance.fantinibakery.com",
"ip-address": "10.1.20.236",
"hw-address": "f4:e2:c6:75:b2:b9"
},
{
"hostname": "building-3-side-2.fantinibakery.com",
"ip-address": "10.1.20.237",
"hw-address": "f4:e2:c6:72:dc:cd"
},
{
"hostname": "line-3-depanner.fantinibakery.com",
"ip-address": "10.1.20.239",
"hw-address": "e4:38:83:0f:d7:ee"
},
{
"hostname": "building-3-side-door-cam.fantinibakery.com",
"ip-address": "10.1.20.240",
"hw-address": "f4:e2:c6:0d:0e:bf"
},
{
"hostname": "line-3-proofer-spiral-a.fantinibakery.com",
"ip-address": "10.1.20.241",
"hw-address": "f4:e2:c6:0d:d2:e6"
},
{
"hostname": "line-2-3-mixing-cam.fantinibakery.com",
"ip-address": "10.1.20.243",
"hw-address": "f4:e2:c6:0c:9a:da"
},
{
"hostname": "ingredient-scaling-building-5-cam.fantinibakery.com",
"ip-address": "10.1.20.244",
"hw-address": "f4:e2:c6:0c:98:f9"
},
{
"hostname": "line-1-moulder-cam.fantinibakery.com",
"ip-address": "10.1.20.245",
"hw-address": "f4:e2:c6:0c:93:3d"
},
{
"hostname": "line-3-oven-rear.fantinibakery.com",
"ip-address": "10.1.20.246",
"hw-address": "f4:e2:c6:0c:90:22"
},
{
"hostname": "maintenance-side-cam.fantinibakery.com",
"ip-address": "10.1.20.247",
"hw-address": "f4:e2:c6:0c:9a:b3"
},
{
"hostname": "rolling-gate-cam.fantinibakery.com",
"ip-address": "10.1.20.248",
"hw-address": "ac:8b:a9:0d:7e:22"
},
{
"hostname": "line-2-4-moulders-cam.fantinibakery.com",
"ip-address": "10.1.20.249",
"hw-address": "f4:e2:c6:0c:98:fa"
},
{
"hostname": "line-3-roll-line-tv.fantinibakery.com",
"ip-address": "10.1.20.250",
"hw-address": "f4:e2:c6:df:78:f7"
},
{
"hostname": "line-3-sprayer-cam.fantinibakery.com",
"ip-address": "10.1.20.251",
"hw-address": "f4:e2:c6:0d:0e:cf"
},
{
"hostname": "line-5-packing.fantinibakery.com",
"ip-address": "10.1.20.253",
"hw-address": "f4:e2:c6:0c:94:cd"
},
{
"hostname": "vidpc7.fantinibakery.com",
"ip-address": "10.1.25.7",
"hw-address": "5c:85:7e:46:31:39"
},
{
"hostname": "packing-audio.fantinibakery.com",
"ip-address": "10.1.25.12",
"hw-address": "00:22:6c:21:a4:4b"
},
{
"hostname": "videopc-joe.fantinibakery.com",
"ip-address": "10.1.25.14",
"hw-address": "d0:27:88:b4:7a:21"
},
{
"hostname": "timeclock3.fantinibakery.com",
"ip-address": "10.1.25.15",
"hw-address": "58:ee:ce:03:7d:ba"
},
{
"hostname": "pc228.fantinibakery.com",
"ip-address": "10.1.25.18",
"hw-address": "00:e0:4c:68:39:4b"
},
{
"hostname": "pkg1-cam.fantinibakery.com",
"ip-address": "10.1.25.22",
"hw-address": "9c:8e:cd:32:9d:a3"
},
{
"hostname": "rva.fantinibakery.com",
"ip-address": "10.1.25.23",
"hw-address": "f4:4d:30:6e:83:eb"
},
{
"hostname": "pc24.fantinibakery.com",
"ip-address": "10.1.25.24",
"hw-address": "ec:a8:6b:f9:10:6f"
},
{
"hostname": "adp-timeclock-shp.fantinibakery.com",
"ip-address": "10.1.25.25",
"hw-address": "00:40:58:1b:45:a0"
},
{
"hostname": "doorbell1.fantinibakery.com",
"ip-address": "10.1.25.26",
"hw-address": "b8:a4:4f:0a:2e:23"
},
{
"hostname": "vidpc28.fantinibakery.com",
"ip-address": "10.1.25.28",
"hw-address": "ec:a8:6b:ff:68:84"
},
{
"hostname": "debian-045.fantinibakery.com",
"ip-address": "10.1.25.30",
"hw-address": "00:14:d1:19:9b:f2"
},
{
"hostname": "ua-hub-31.fantinibakery.com",
"ip-address": "10.1.25.31",
"hw-address": "78:45:58:b7:b1:0a"
},
{
"hostname": "phone143.fantinibakery.com",
"ip-address": "10.1.25.32",
"hw-address": "80:5e:c0:b3:d6:af"
},
{
"hostname": "ua-lite-33.fantinibakery.com",
"ip-address": "10.1.25.33",
"hw-address": "24:5a:4c:de:76:2f"
},
{
"hostname": "vidpc-pkg3.fantinibakery.com",
"ip-address": "10.1.25.35",
"hw-address": "00:e0:4c:88:24:aa"
},
{
"hostname": "cam36.fantinibakery.com",
"ip-address": "10.1.25.36",
"hw-address": "9c:8e:cd:19:17:1a"
},
{
"hostname": "p38.fantinibakery.com",
"ip-address": "10.1.25.38",
"hw-address": "d4:85:64:1b:07:49"
},
{
"hostname": "pkg3-slicers.fantinibakery.com",
"ip-address": "10.1.25.39",
"hw-address": "a0:60:32:00:19:31"
},
{
"hostname": "fbc40.fantinibakery.com",
"ip-address": "10.1.25.40",
"hw-address": "00:14:d1:72:e1:46"
},
{
"hostname": "fbc41.fantinibakery.com",
"ip-address": "10.1.25.41",
"hw-address": "00:14:d1:70:84:2a"
},
{
"hostname": "p43.fantinibakery.com",
"ip-address": "10.1.25.43",
"hw-address": "30:05:5c:bb:e5:91"
},
{
"hostname": "pkg-french.fantinibakery.com",
"ip-address": "10.1.25.44",
"hw-address": "a0:60:32:00:1a:3b"
},
{
"hostname": "pc46.fantinibakery.com",
"ip-address": "10.1.25.46",
"hw-address": "d0:27:88:31:03:d4"
},
{
"hostname": "p47.fantinibakery.com",
"ip-address": "10.1.25.47",
"hw-address": "00:07:4d:6c:d9:fb"
},
{
"hostname": "p48.fantinibakery.com",
"ip-address": "10.1.25.48",
"hw-address": "3c:2a:f4:e2:43:e6"
},
{
"hostname": "cam49.fantinibakery.com",
"ip-address": "10.1.25.49",
"hw-address": "00:80:f0:bd:d7:da"
},
{
"hostname": "phone50.fantinibakery.com",
"ip-address": "10.1.25.50",
"hw-address": "00:0e:08:19:cb:6a"
},
{
"hostname": "cam53.fantinibakery.com",
"ip-address": "10.1.25.53",
"hw-address": "a0:60:32:00:15:e7"
},
{
"hostname": "pc55.fantinibakery.com",
"ip-address": "10.1.25.55",
"hw-address": "00:24:21:3b:76:06"
},
{
"hostname": "pc133.fantinibakery.com",
"ip-address": "10.1.25.56",
"hw-address": "00:01:2e:23:c5:0f"
},
{
"hostname": "pc321.fantinibakery.com",
"ip-address": "10.1.25.58",
"hw-address": "c0:3f:d5:6a:77:bf"
},
{
"hostname": "p59.fantinibakery.com",
"ip-address": "10.1.25.59",
"hw-address": "3c:2a:f4:85:64:c1"
},
{
"hostname": "cam60.fantinibakery.com",
"ip-address": "10.1.25.60",
"hw-address": "00:02:d1:24:b8:81"
},
{
"hostname": "cam61.fantinibakery.com",
"ip-address": "10.1.25.61",
"hw-address": "9c:8e:cd:3a:21:c5"
},
{
"hostname": "cesar.fantinibakery.com",
"ip-address": "10.1.25.62",
"hw-address": "ec:a8:6b:ff:6a:2e"
},
{
"hostname": "fbc64.fantinibakery.com",
"ip-address": "10.1.25.64",
"hw-address": "00:14:d1:74:38:59"
},
{
"hostname": "fbc65.fantinibakery.com",
"ip-address": "10.1.25.65",
"hw-address": "00:14:d1:73:7b:44"
},
{
"hostname": "dla.fantinibakery.com",
"ip-address": "10.1.25.66",
"hw-address": "94:c6:91:a6:0a:34"
},
{
"hostname": "fbc67.fantinibakery.com",
"ip-address": "10.1.25.67",
"hw-address": "00:1b:a9:89:03:89"
},
{
"hostname": "phone268.fantinibakery.com",
"ip-address": "10.1.25.68",
"hw-address": "00:15:65:5b:46:c0"
},
{
"hostname": "cam212.fantinibakery.com",
"ip-address": "10.1.25.69",
"hw-address": "d8:eb:97:d2:aa:1d"
},
{
"hostname": "ata550.fantinibakery.com",
"ip-address": "10.1.25.71",
"hw-address": "00:0b:82:30:72:a5"
},
{
"hostname": "phone150.fantinibakery.com",
"ip-address": "10.1.25.72",
"hw-address": "00:0e:08:eb:fd:48"
},
{
"hostname": "p74.fantinibakery.com",
"ip-address": "10.1.25.74",
"hw-address": "b4:22:00:48:0c:ca"
},
{
"hostname": "vidpc2.fantinibakery.com",
"ip-address": "10.1.25.75",
"hw-address": "68:1d:ef:14:c0:4c"
},
{
"hostname": "p78.fantinibakery.com",
"ip-address": "10.1.25.78",
"hw-address": "00:07:4d:90:69:6a"
},
{
"hostname": "phone612.fantinibakery.com",
"ip-address": "10.1.25.80",
"hw-address": "80:5e:c0:b8:be:14"
},
{
"hostname": "pc82.fantinibakery.com",
"ip-address": "10.1.25.82",
"hw-address": "c0:3f:d5:67:52:62"
},
{
"hostname": "phone204.fantinibakery.com",
"ip-address": "10.1.25.84",
"hw-address": "00:15:65:59:3e:0d"
},
{
"hostname": "raspi-60.fantinibakery.com",
"ip-address": "10.1.25.85",
"hw-address": "b8:27:eb:5c:01:12"
},
{
"hostname": "zac.fantinibakery.com",
"ip-address": "10.1.25.88",
"hw-address": "94:c6:91:ad:d5:9b"
},
{
"hostname": "rpi-shp2.fantinibakery.com",
"ip-address": "10.1.25.89",
"hw-address": "b8:27:eb:d9:7c:d7"
},
{
"hostname": "rpi-shipping3.fantinibakery.com",
"ip-address": "10.1.25.95",
"hw-address": "b8:27:eb:d1:d0:53"
},
{
"hostname": "p21.fantinibakery.com",
"ip-address": "10.1.25.98",
"hw-address": "00:14:d1:8b:7e:20"
},
{
"hostname": "pc120.fantinibakery.com",
"ip-address": "10.1.25.120",
"hw-address": "54:b2:03:13:b7:63"
},
{
"hostname": "p123.fantinibakery.com",
"ip-address": "10.1.25.123",
"hw-address": "00:14:d1:74:92:87"
},
{
"hostname": "p131.fantinibakery.com",
"ip-address": "10.1.25.131",
"hw-address": "d4:85:64:1f:32:24"
},
{
"hostname": "p132.fantinibakery.com",
"ip-address": "10.1.25.132",
"hw-address": "b4:22:00:26:35:b5"
},
{
"hostname": "shipping-pc.fantinibakery.com",
"ip-address": "10.1.25.133",
"hw-address": "d4:5d:df:13:5d:27"
},
{
"hostname": "fbc145.fantinibakery.com",
"ip-address": "10.1.25.145",
"hw-address": "30:05:5c:13:03:07"
},
{
"hostname": "fbc150.fantinibakery.com",
"ip-address": "10.1.25.150",
"hw-address": "00:80:72:09:b7:c0"
},
{
"hostname": "lp3.fantinibakery.com",
"ip-address": "10.1.25.151",
"hw-address": "00:14:d1:73:48:be"
},
{
"hostname": "cam151.fantinibakery.com",
"ip-address": "10.1.25.152",
"hw-address": "d8:eb:97:d2:ee:88"
},
{
"hostname": "pc201.fantinibakery.com",
"ip-address": "10.1.25.201",
"hw-address": "00:22:68:3f:49:a2"
},
{
"hostname": "pc210.fantinibakery.com",
"ip-address": "10.1.25.212",
"hw-address": "ec:a8:6b:f5:a0:92"
},
{
"hostname": "nettop2.fantinibakery.com",
"ip-address": "10.1.25.241",
"hw-address": "d0:27:88:b1:bc:83"
},
{
"hostname": "phone247.fantinibakery.com",
"ip-address": "10.1.25.247",
"hw-address": "00:15:65:5b:46:d0"
},
{
"hostname": "pc4.fantinibakery.com",
"ip-address": "10.1.37.4",
"hw-address": "c0:3f:d5:68:69:c0"
},
{
"hostname": "pa-5.fantinibakery.com",
"ip-address": "10.1.37.5",
"hw-address": "00:04:13:8d:60:84"
},
{
"hostname": "v1000.fantinibakery.com",
"ip-address": "10.1.37.7",
"hw-address": "00:06:8e:02:88:20"
},
{
"hostname": "videos.fantinibakery.com",
"ip-address": "10.1.37.10",
"hw-address": "52:94:6e:40:a9:f9"
},
{
"hostname": "pc11.fantinibakery.com",
"ip-address": "10.1.37.11",
"hw-address": "c0:3f:d5:60:2f:e0"
},
{
"hostname": "phonexx.fantinibakery.com",
"ip-address": "10.1.37.12",
"hw-address": "00:15:65:92:59:3b"
},
{
"hostname": "aro.fantinibakery.com",
"ip-address": "10.1.37.13",
"hw-address": "1c:69:7a:aa:25:3b"
},
{
"hostname": "phone610.fantinibakery.com",
"ip-address": "10.1.37.14",
"hw-address": "00:15:65:a8:6b:db"
},
{
"hostname": "phone206.fantinibakery.com",
"ip-address": "10.1.37.15",
"hw-address": "80:5e:c0:00:02:d0"
},
{
"hostname": "phone208.fantinibakery.com",
"ip-address": "10.1.37.17",
"hw-address": "00:15:65:a8:68:ff"
},
{
"hostname": "yealink-pam-home.fantinibakery.com",
"ip-address": "10.1.37.18",
"hw-address": "00:15:65:4c:77:dc"
},
{
"hostname": "clyde.fantinibakery.com",
"ip-address": "10.1.37.19",
"hw-address": "ec:a8:6b:fd:6c:a5"
},
{
"hostname": "pam.fantinibakery.com",
"ip-address": "10.1.37.20",
"hw-address": "1c:69:7a:aa:23:56"
},
{
"hostname": "afa.fantinibakery.com",
"ip-address": "10.1.37.21",
"hw-address": "48:21:0b:60:9b:7a"
},
{
"hostname": "phone201.fantinibakery.com",
"ip-address": "10.1.37.22",
"hw-address": "00:15:65:4b:41:62"
},
{
"hostname": "denon.fantinibakery.com",
"ip-address": "10.1.37.23",
"hw-address": "00:05:cd:5a:04:40"
},
{
"hostname": "octopi.fantinibakery.com",
"ip-address": "10.1.37.24",
"hw-address": "b8:27:eb:c5:c6:5e"
},
{
"hostname": "pc25.fantinibakery.com",
"ip-address": "10.1.37.25",
"hw-address": "c0:3f:d5:67:f1:d1"
},
{
"hostname": "phone215.fantinibakery.com",
"ip-address": "10.1.37.27",
"hw-address": "00:15:65:4b:3f:fa"
},
{
"hostname": "conferencephone.fantinibakery.com",
"ip-address": "10.1.37.28",
"hw-address": "00:15:65:c2:3b:0a"
},
{
"hostname": "vidpc29.fantinibakery.com",
"ip-address": "10.1.37.30",
"hw-address": "c0:3f:d5:61:43:ae"
},
{
"hostname": "360cam4.fantinibakery.com",
"ip-address": "10.1.37.33",
"hw-address": "00:02:d1:21:9f:8d"
},
{
"hostname": "timeclock2.fantinibakery.com",
"ip-address": "10.1.37.34",
"hw-address": "58:ee:ce:03:74:2b"
},
{
"hostname": "phone202.fantinibakery.com",
"ip-address": "10.1.37.35",
"hw-address": "00:0b:82:11:ae:37"
},
{
"hostname": "pc132.fantinibakery.com",
"ip-address": "10.1.37.36",
"hw-address": "00:1d:09:80:9c:96"
},
{
"hostname": "temp1.fantinibakery.com",
"ip-address": "10.1.37.37",
"hw-address": "00:80:a3:93:8b:d7"
},
{
"hostname": "p39.fantinibakery.com",
"ip-address": "10.1.37.39",
"hw-address": "3c:2a:f4:6b:e7:ba"
},
{
"hostname": "hil.fantinibakery.com",
"ip-address": "10.1.37.40",
"hw-address": "1c:69:7a:aa:2a:ea"
},
{
"hostname": "p42.fantinibakery.com",
"ip-address": "10.1.37.42",
"hw-address": "30:05:5c:c6:10:ca"
},
{
"hostname": "iva.fantinibakery.com",
"ip-address": "10.1.37.43",
"hw-address": "88:ae:dd:0e:79:ca"
},
{
"hostname": "p44.fantinibakery.com",
"ip-address": "10.1.37.44",
"hw-address": "94:dd:f8:29:39:f4"
},
{
"hostname": "pc189.fantinibakery.com",
"ip-address": "10.1.37.45",
"hw-address": "ec:a8:6b:f9:0f:ba"
},
{
"hostname": "alr.fantinibakery.com",
"ip-address": "10.1.37.46",
"hw-address": "54:b2:03:16:b6:d8"
},
{
"hostname": "p45.fantinibakery.com",
"ip-address": "10.1.37.48",
"hw-address": "30:05:5c:bb:29:5f"
},
{
"hostname": "aubrey.fantinibakery.com",
"ip-address": "10.1.37.49",
"hw-address": "1c:69:7a:0f:48:7d"
},
{
"hostname": "joe-printer.fantinibakery.com",
"ip-address": "10.1.37.50",
"hw-address": "30:05:5c:0c:69:bd"
},
{
"hostname": "p121.fantinibakery.com",
"ip-address": "10.1.37.51",
"hw-address": "30:05:5c:cb:69:b3"
},
{
"hostname": "amy.fantinibakery.com",
"ip-address": "10.1.37.52",
"hw-address": "c0:3f:d5:65:e1:82"
},
{
"hostname": "joy-phone.fantinibakery.com",
"ip-address": "10.1.37.53",
"hw-address": "80:5e:c0:ce:69:a4"
},
{
"hostname": "pc53.fantinibakery.com",
"ip-address": "10.1.37.54",
"hw-address": "90:e6:ba:b9:41:01"
},
{
"hostname": "tfa3.fantinibakery.com",
"ip-address": "10.1.37.55",
"hw-address": "18:c0:4d:6b:94:3e"
},
{
"hostname": "cam-phone.fantinibakery.com",
"ip-address": "10.1.37.56",
"hw-address": "00:15:65:a9:6c:f3"
},
{
"hostname": "p57.fantinibakery.com",
"ip-address": "10.1.37.57",
"hw-address": "30:05:5c:e1:e1:af"
},
{
"hostname": "p58.fantinibakery.com",
"ip-address": "10.1.37.58",
"hw-address": "b4:22:00:46:fb:9c"
},
{
"hostname": "alex-phone.fantinibakery.com",
"ip-address": "10.1.37.60",
"hw-address": "80:5e:c0:0b:1c:c0"
},
{
"hostname": "mbr-phone.fantinibakery.com",
"ip-address": "10.1.37.61",
"hw-address": "80:5e:c0:00:03:42"
},
{
"hostname": "cam.fantinibakery.com",
"ip-address": "10.1.37.62",
"hw-address": "54:b2:03:16:b8:82"
},
{
"hostname": "checks2.fantinibakery.com",
"ip-address": "10.1.37.63",
"hw-address": "b4:22:00:1c:e7:ec"
},
{
"hostname": "wg16-37.fantinibakery.com",
"ip-address": "10.1.37.64",
"hw-address": "68:f7:28:b0:fe:a7"
},
{
"hostname": "phone214.fantinibakery.com",
"ip-address": "10.1.37.65",
"hw-address": "00:15:65:4f:b1:bf"
},
{
"hostname": "p55.fantinibakery.com",
"ip-address": "10.1.37.66",
"hw-address": "b4:22:00:d8:da:09"
},
{
"hostname": "phone103.fantinibakery.com",
"ip-address": "10.1.37.68",
"hw-address": "80:5e:c0:ce:61:8e"
},
{
"hostname": "timeclock-office-adp.fantinibakery.com",
"ip-address": "10.1.37.70",
"hw-address": "00:40:58:1b:41:90"
},
{
"hostname": "pc71.fantinibakery.com",
"ip-address": "10.1.37.71",
"hw-address": "ec:a8:6b:f4:97:54"
},
{
"hostname": "pc72.fantinibakery.com",
"ip-address": "10.1.37.72",
"hw-address": "c0:3f:d5:6d:93:bb"
},
{
"hostname": "tdc.fantinibakery.com",
"ip-address": "10.1.37.75",
"hw-address": "1c:69:7a:aa:26:93"
},
{
"hostname": "pc108.fantinibakery.com",
"ip-address": "10.1.37.77",
"hw-address": "54:b2:03:05:51:5c"
},
{
"hostname": "phone218.fantinibakery.com",
"ip-address": "10.1.37.78",
"hw-address": "00:15:65:50:4e:f1"
},
{
"hostname": "p79.fantinibakery.com",
"ip-address": "10.1.37.79",
"hw-address": "3c:2a:f4:d4:61:d1"
},
{
"hostname": "sonos5.fantinibakery.com",
"ip-address": "10.1.37.80",
"hw-address": "34:7e:5c:c0:17:0a"
},
{
"hostname": "alex.fantinibakery.com",
"ip-address": "10.1.37.81",
"hw-address": "8c:ae:4c:d6:1e:da"
},
{
"hostname": "pc43.fantinibakery.com",
"ip-address": "10.1.37.102",
"hw-address": "ec:a8:6b:f4:b5:d3"
},
{
"hostname": "pc12.fantinibakery.com",
"ip-address": "10.1.37.103",
"hw-address": "ec:a8:6b:ff:f9:f6"
},
{
"hostname": "p105.fantinibakery.com",
"ip-address": "10.1.37.105",
"hw-address": "00:07:4d:66:d6:97"
},
{
"hostname": "p107.fantinibakery.com",
"ip-address": "10.1.37.107",
"hw-address": "3c:2a:f4:30:cb:08"
},
{
"hostname": "phone210.fantinibakery.com",
"ip-address": "10.1.37.110",
"hw-address": "00:15:65:4f:c2:d1"
},
{
"hostname": "phone240.fantinibakery.com",
"ip-address": "10.1.37.112",
"hw-address": "00:15:65:4b:44:02"
},
{
"hostname": "phone269.fantinibakery.com",
"ip-address": "10.1.37.115",
"hw-address": "00:15:65:b7:8a:35"
},
{
"hostname": "pc44.fantinibakery.com",
"ip-address": "10.1.37.120",
"hw-address": "ec:a8:6b:f4:ba:55"
},
{
"hostname": "pc126.fantinibakery.com",
"ip-address": "10.1.37.126",
"hw-address": "bc:5f:f4:2c:30:16"
},
{
"hostname": "phone222.fantinibakery.com",
"ip-address": "10.1.37.132",
"hw-address": "00:15:65:4d:70:b5"
},
{
"hostname": "pam-printer.fantinibakery.com",
"ip-address": "10.1.37.136",
"hw-address": "3c:2a:f4:30:09:7c"
},
{
"hostname": "pc78.fantinibakery.com",
"ip-address": "10.1.37.137",
"hw-address": "48:21:0b:5f:f4:15"
},
{
"hostname": "inga.fantinibakery.com",
"ip-address": "10.1.37.150",
"hw-address": "d4:5d:df:0b:52:37"
},
{
"hostname": "phone230.fantinibakery.com",
"ip-address": "10.1.37.158",
"hw-address": "00:15:65:a8:69:22"
},
{
"hostname": "joe.fantinibakery.com",
"ip-address": "10.1.37.160",
"hw-address": "54:b2:03:05:57:ca"
},
{
"hostname": "p161.fantinibakery.com",
"ip-address": "10.1.37.161",
"hw-address": "00:23:7d:7d:09:71"
},
{
"hostname": "mnt-cam2.fantinibakery.com",
"ip-address": "10.1.41.17",
"hw-address": "9c:8e:cd:23:29:94"
},
{
"hostname": "cam20.fantinibakery.com",
"ip-address": "10.1.41.20",
"hw-address": "d8:eb:97:d2:ec:aa"
},
{
"hostname": "cam21.fantinibakery.com",
"ip-address": "10.1.41.21",
"hw-address": "d8:eb:97:d2:ec:a1"
},
{
"hostname": "phone141.fantinibakery.com",
"ip-address": "10.1.41.23",
"hw-address": "80:5e:c0:b3:d5:e2"
},
{
"hostname": "mnt-cam.fantinibakery.com",
"ip-address": "10.1.41.26",
"hw-address": "9c:8e:cd:12:dd:17"
},
{
"hostname": "mnt-entrance.fantinibakery.com",
"ip-address": "10.1.41.28",
"hw-address": "9c:8e:cd:0d:97:57"
},
{
"hostname": "cam32.fantinibakery.com",
"ip-address": "10.1.41.32",
"hw-address": "00:02:d1:15:bb:25"
},
{
"hostname": "cam33.fantinibakery.com",
"ip-address": "10.1.41.33",
"hw-address": "9c:8e:cd:23:27:ca"
},
{
"hostname": "cam35.fantinibakery.com",
"ip-address": "10.1.41.35",
"hw-address": "9c:8e:cd:23:2d:03"
},
{
"hostname": "cam38.fantinibakery.com",
"ip-address": "10.1.41.38",
"hw-address": "9c:8e:cd:23:2a:46"
},
{
"hostname": "ata202.fantinibakery.com",
"ip-address": "10.1.41.43",
"hw-address": "00:0b:82:56:eb:bc"
},
{
"hostname": "sprinkler-room.fantinibakery.com",
"ip-address": "10.1.41.45",
"hw-address": "00:80:a3:d1:57:e4"
},
{
"hostname": "parkinglot2.fantinibakery.com",
"ip-address": "10.1.41.52",
"hw-address": "9c:8e:cd:15:76:b9"
},
{
"hostname": "phone144.fantinibakery.com",
"ip-address": "10.1.41.54",
"hw-address": "80:5e:c0:b3:d8:6e"
},
{
"hostname": "cam59.fantinibakery.com",
"ip-address": "10.1.41.59",
"hw-address": "d8:eb:97:d2:d2:3f"
},
{
"hostname": "cam22.fantinibakery.com",
"ip-address": "10.1.41.61",
"hw-address": "d8:eb:97:d2:ef:5c"
},
{
"hostname": "parkinglot3.fantinibakery.com",
"ip-address": "10.1.41.89",
"hw-address": "9c:8e:cd:15:76:40"
},
{
"hostname": "vidpc32.fantinibakery.com",
"ip-address": "10.1.41.95",
"hw-address": "c0:3f:d5:63:67:d2"
},
{
"hostname": "parkinglot1.fantinibakery.com",
"ip-address": "10.1.41.97",
"hw-address": "9c:8e:cd:15:76:39"
},
{
"hostname": "cam163.fantinibakery.com",
"ip-address": "10.1.41.163",
"hw-address": "00:02:d1:21:50:c9"
},
{
"hostname": "cam168.fantinibakery.com",
"ip-address": "10.1.41.168",
"hw-address": "9c:8e:cd:23:29:4f"
},
{
"hostname": "mnt-middle.fantinibakery.com",
"ip-address": "10.1.41.176",
"hw-address": "9c:8e:cd:23:2b:60"
},
{
"hostname": "cam101.fantinibakery.com",
"ip-address": "10.1.41.192",
"hw-address": "00:02:d1:15:bb:1e"
},
{
"hostname": "cam198.fantinibakery.com",
"ip-address": "10.1.41.198",
"hw-address": "d8:eb:97:d2:a9:70"
},
{
"hostname": "cam235.fantinibakery.com",
"ip-address": "10.1.41.235",
"hw-address": "a0:60:32:00:1a:38"
},
{
"hostname": "pa-6.fantinibakery.com",
"ip-address": "10.1.42.6",
"hw-address": "00:04:13:8d:60:ce"
},
{
"hostname": "cornerconveyor.fantinibakery.com",
"ip-address": "10.1.42.12",
"hw-address": "9c:8e:cd:32:df:93"
},
{
"hostname": "cam14.fantinibakery.com",
"ip-address": "10.1.42.14",
"hw-address": "d8:eb:97:d2:ea:d2"
},
{
"hostname": "cam16.fantinibakery.com",
"ip-address": "10.1.42.16",
"hw-address": "00:02:d1:21:9e:8d"
},
{
"hostname": "cam190.fantinibakery.com",
"ip-address": "10.1.42.19",
"hw-address": "00:02:d1:18:10:df"
},
{
"hostname": "oven5loadercam.fantinibakery.com",
"ip-address": "10.1.42.20",
"hw-address": "fc:ec:da:1f:45:f7"
},
{
"hostname": "hallway2.fantinibakery.com",
"ip-address": "10.1.42.22",
"hw-address": "d8:eb:97:d2:d1:9b"
},
{
"hostname": "bld5sensor1.fantinibakery.com",
"ip-address": "10.1.42.23",
"hw-address": "00:80:a3:d3:a8:aa"
},
{
"hostname": "proofer5entrance.fantinibakery.com",
"ip-address": "10.1.42.24",
"hw-address": "d8:eb:97:d2:ef:e4"
},
{
"hostname": "cam25.fantinibakery.com",
"ip-address": "10.1.42.25",
"hw-address": "d8:eb:97:d2:ea:d6"
},
{
"hostname": "cornerconveyor3.fantinibakery.com",
"ip-address": "10.1.42.26",
"hw-address": "d8:eb:97:d2:ef:36"
},
{
"hostname": "vidpc-mixer1.fantinibakery.com",
"ip-address": "10.1.42.27",
"hw-address": "94:c6:91:ae:c6:6b"
},
{
"hostname": "reception.fantinibakery.com",
"ip-address": "10.1.42.33",
"hw-address": "c0:3f:d5:68:7b:5e"
},
{
"hostname": "line1moulder.fantinibakery.com",
"ip-address": "10.1.42.34",
"hw-address": "9c:8e:cd:0f:56:62"
},
{
"hostname": "prdmiddle360.fantinibakery.com",
"ip-address": "10.1.42.35",
"hw-address": "00:02:d1:3d:6b:f8"
},
{
"hostname": "pa-4.fantinibakery.com",
"ip-address": "10.1.42.38",
"hw-address": "00:04:13:8d:60:d9"
},
{
"hostname": "vidpc-line5.fantinibakery.com",
"ip-address": "10.1.42.39",
"hw-address": "04:92:26:6d:af:b0"
},
{
"hostname": "clockcamprd.fantinibakery.com",
"ip-address": "10.1.42.40",
"hw-address": "9c:8e:cd:19:1d:98"
},
{
"hostname": "shipping-entrance-cam.fantinibakery.com",
"ip-address": "10.1.42.42",
"hw-address": "9c:8e:cd:31:14:21"
},
{
"hostname": "vidpc-line1moulder.fantinibakery.com",
"ip-address": "10.1.42.43",
"hw-address": "d4:3d:7e:7d:c4:d2"
},
{
"hostname": "cam-mixers-5-7.fantinibakery.com",
"ip-address": "10.1.42.44",
"hw-address": "9c:8e:cd:32:d7:22"
},
{
"hostname": "ingredient-scaling5-2.fantinibakery.com",
"ip-address": "10.1.42.45",
"hw-address": "9c:8e:cd:3a:36:74"
},
{
"hostname": "phone663.fantinibakery.com",
"ip-address": "10.1.42.48",
"hw-address": "00:15:65:5b:40:ba"
},
{
"hostname": "lp109.fantinibakery.com",
"ip-address": "10.1.42.49",
"hw-address": "00:08:96:82:28:f5"
},
{
"hostname": "prd-phone.fantinibakery.com",
"ip-address": "10.1.42.51",
"hw-address": "80:5e:c0:b3:d4:74"
},
{
"hostname": "employee-parking2.fantinibakery.com",
"ip-address": "10.1.42.52",
"hw-address": "9c:8e:cd:0d:d4:13"
},
{
"hostname": "lp108.fantinibakery.com",
"ip-address": "10.1.42.53",
"hw-address": "00:08:96:82:28:fe"
},
{
"hostname": "telealert-bld5.fantinibakery.com",
"ip-address": "10.1.42.54",
"hw-address": "00:22:ee:12:c0:36"
},
{
"hostname": "outdoor-cam1.fantinibakery.com",
"ip-address": "10.1.42.56",
"hw-address": "9c:8e:cd:34:f6:13"
},
{
"hostname": "timeclock4.fantinibakery.com",
"ip-address": "10.1.42.57",
"hw-address": "58:ee:ce:03:9c:f4"
},
{
"hostname": "pa-1.fantinibakery.com",
"ip-address": "10.1.42.58",
"hw-address": "00:04:13:8d:5f:f4"
},
{
"hostname": "rpi-line5.fantinibakery.com",
"ip-address": "10.1.42.59",
"hw-address": "b8:27:eb:a3:f3:16"
},
{
"hostname": "p61.fantinibakery.com",
"ip-address": "10.1.42.61",
"hw-address": "b4:22:00:98:e0:81"
},
{
"hostname": "timeclock-prd-adp.fantinibakery.com",
"ip-address": "10.1.42.62",
"hw-address": "00:40:58:1b:44:f6"
},
{
"hostname": "snakecam.fantinibakery.com",
"ip-address": "10.1.42.63",
"hw-address": "7c:dd:90:de:ba:cc"
},
{
"hostname": "cam64.fantinibakery.com",
"ip-address": "10.1.42.64",
"hw-address": "9c:8e:cd:31:14:25"
},
{
"hostname": "vidpc1.fantinibakery.com",
"ip-address": "10.1.42.66",
"hw-address": "68:1d:ef:14:f6:7a"
},
{
"hostname": "lunch-room.fantinibakery.com",
"ip-address": "10.1.42.67",
"hw-address": "9c:8e:cd:19:1d:55"
},
{
"hostname": "hallway1.fantinibakery.com",
"ip-address": "10.1.42.69",
"hw-address": "d8:eb:97:d2:e9:87"
},
{
"hostname": "ade.fantinibakery.com",
"ip-address": "10.1.42.73",
"hw-address": "54:b2:03:09:0d:96"
},
{
"hostname": "line2-divider.fantinibakery.com",
"ip-address": "10.1.42.75",
"hw-address": "a0:60:32:00:9a:94"
},
{
"hostname": "line2-moulding.fantinibakery.com",
"ip-address": "10.1.42.76",
"hw-address": "a0:60:32:00:9a:71"
},
{
"hostname": "silo-cam.fantinibakery.com",
"ip-address": "10.1.42.78",
"hw-address": "9c:8e:cd:32:99:a3"
},
{
"hostname": "cam88.fantinibakery.com",
"ip-address": "10.1.42.88",
"hw-address": "3c:8c:f8:a0:8b:48"
},
{
"hostname": "cam90.fantinibakery.com",
"ip-address": "10.1.42.90",
"hw-address": "9c:8e:cd:26:7f:a9"
},
{
"hostname": "cam92.fantinibakery.com",
"ip-address": "10.1.42.92",
"hw-address": "d8:eb:97:d2:ed:e7"
},
{
"hostname": "oven5front.fantinibakery.com",
"ip-address": "10.1.42.95",
"hw-address": "9c:8e:cd:32:df:78"
},
{
"hostname": "oldproduction-audio.fantinibakery.com",
"ip-address": "10.1.42.96",
"hw-address": "00:22:6c:21:a2:a4"
},
{
"hostname": "cam98.fantinibakery.com",
"ip-address": "10.1.42.98",
"hw-address": "9c:8e:cd:32:9c:a6"
},
{
"hostname": "rolling-gate.fantinibakery.com",
"ip-address": "10.1.42.99",
"hw-address": "9c:8e:cd:32:e1:09"
},
{
"hostname": "sipalert700.fantinibakery.com",
"ip-address": "10.1.42.191",
"hw-address": "00:22:ee:12:c0:9e"
},
{
"hostname": "gostol-router.fantinibakery.com",
"ip-address": "10.1.65.5",
"hw-address": "dc:2c:6e:12:6f:65"
},
{
"hostname": "ata193.fantinibakery.com",
"ip-address": "10.1.65.47",
"hw-address": "00:0b:82:8f:f4:6d"
},
{
"hostname": "vidpc5.fantinibakery.com",
"ip-address": "10.1.65.55",
"hw-address": "94:c6:91:19:62:78"
},
{
"hostname": "vidpc-29.fantinibakery.com",
"ip-address": "10.1.65.74",
"hw-address": "54:b2:03:15:05:f5"
},
{
"hostname": "kwiklok.fantinibakery.com",
"ip-address": "10.1.70.10",
"hw-address": "f2:df:62:92:0f:ae"
},
{
"hostname": "freezersensor.fantinibakery.com",
"ip-address": "10.1.70.21",
"hw-address": "50:62:55:70:75:15"
},
{
"hostname": "packingline1cam2.fantinibakery.com",
"ip-address": "10.1.70.24",
"hw-address": "9c:8e:cd:1d:20:3c"
},
{
"hostname": "cam45.fantinibakery.com",
"ip-address": "10.1.70.45",
"hw-address": "00:02:d1:19:49:74"
},
{
"hostname": "cam48.fantinibakery.com",
"ip-address": "10.1.70.48",
"hw-address": "00:80:f0:a0:ca:e4"
},
{
"hostname": "cam62.fantinibakery.com",
"ip-address": "10.1.70.62",
"hw-address": "00:02:d1:19:49:73"
},
{
"hostname": "cam121.fantinibakery.com",
"ip-address": "10.1.70.70",
"hw-address": "00:02:d1:1c:0c:e2"
},
{
"hostname": "pkg2.fantinibakery.com",
"ip-address": "10.1.70.71",
"hw-address": "90:fb:a6:e6:5f:4b"
},
{
"hostname": "pkg3.fantinibakery.com",
"ip-address": "10.1.70.73",
"hw-address": "d0:27:88:31:02:2e"
},
{
"hostname": "kwickloc-kvm.fantinibakery.com",
"ip-address": "10.1.70.81",
"hw-address": "12:00:0c:a2:ee:36"
},
{
"hostname": "cam143.fantinibakery.com",
"ip-address": "10.1.70.143",
"hw-address": "d8:eb:97:d2:ef:73"
},
{
"hostname": "cam160.fantinibakery.com",
"ip-address": "10.1.70.160",
"hw-address": "00:02:d1:27:0f:e8"
},
{
"hostname": "cam162.fantinibakery.com",
"ip-address": "10.1.70.162",
"hw-address": "00:02:d1:28:25:ce"
},
{
"hostname": "pkg1.fantinibakery.com",
"ip-address": "10.1.70.165",
"hw-address": "d0:27:88:c0:4e:4e"
},
{
"hostname": "phone177.fantinibakery.com",
"ip-address": "10.1.70.177",
"hw-address": "00:0b:82:18:85:7f"
},
{
"hostname": "cam179.fantinibakery.com",
"ip-address": "10.1.70.179",
"hw-address": "00:62:6e:48:18:b3"
},
{
"hostname": "ata196.fantinibakery.com",
"ip-address": "10.1.70.196",
"hw-address": "00:0b:82:69:bc:16"
},
{
"hostname": "cam200.fantinibakery.com",
"ip-address": "10.1.70.200",
"hw-address": "9c:8e:cd:39:ef:4a"
},
{
"hostname": "cam201.fantinibakery.com",
"ip-address": "10.1.70.201",
"hw-address": "a0:60:32:00:98:89"
},
{
"hostname": "cam224.fantinibakery.com",
"ip-address": "10.1.70.224",
"hw-address": "00:80:f0:a0:c9:dc"
},
{
"hostname": "cam225.fantinibakery.com",
"ip-address": "10.1.70.225",
"hw-address": "00:80:f0:a0:cb:9a"
},
{
"hostname": "phone209.fantinibakery.com",
"ip-address": "10.1.70.229",
"hw-address": "00:0b:82:18:85:6d"
},
{
"hostname": "cam232.fantinibakery.com",
"ip-address": "10.1.70.232",
"hw-address": "00:80:f0:a0:cb:76"
},
{
"hostname": "cam233.fantinibakery.com",
"ip-address": "10.1.70.233",
"hw-address": "00:80:f0:a3:41:c1"
},
{
"hostname": "cam237.fantinibakery.com",
"ip-address": "10.1.70.237",
"hw-address": "00:62:6e:48:af:1c"
},
{
"hostname": "phone241.fantinibakery.com",
"ip-address": "10.1.70.241",
"hw-address": "00:0b:82:18:85:66"
},
{
"hostname": "phone242.fantinibakery.com",
"ip-address": "10.1.70.242",
"hw-address": "00:0b:82:3d:0a:05"
},
{
"hostname": "phone250.fantinibakery.com",
"ip-address": "10.1.70.249",
"hw-address": "00:0b:82:1a:2b:61"
},
{
"hostname": "pa-2.fantinibakery.com",
"ip-address": "10.1.80.2",
"hw-address": "00:04:13:8d:61:28"
},
{
"hostname": "rol.fantinibakery.com",
"ip-address": "10.1.80.10",
"hw-address": "88:ae:dd:0e:b9:e7"
},
{
"hostname": "andy.fantinibakery.com",
"ip-address": "10.1.80.21",
"hw-address": "48:21:0b:60:03:29"
},
{
"hostname": "vidpc-maint.fantinibakery.com",
"ip-address": "10.1.80.23",
"hw-address": "1c:69:7a:ab:16:b0"
},
{
"hostname": "clyde-phone.fantinibakery.com",
"ip-address": "10.1.80.24",
"hw-address": "80:5e:c0:b8:b9:ba"
},
{
"hostname": "mnt-tv.fantinibakery.com",
"ip-address": "10.1.80.29",
"hw-address": "cc:a1:2b:36:9d:eb"
},
{
"hostname": "maintenance-audio.fantinibakery.com",
"ip-address": "10.1.80.32",
"hw-address": "00:22:6c:21:a8:01"
},
{
"hostname": "ua-display-mnt.fantinibakery.com",
"ip-address": "10.1.80.35",
"hw-address": "70:a7:41:f8:64:6b"
},
{
"hostname": "p49.fantinibakery.com",
"ip-address": "10.1.80.49",
"hw-address": "3c:2a:f4:85:64:bb"
},
{
"hostname": "p51.fantinibakery.com",
"ip-address": "10.1.80.51",
"hw-address": "00:14:d1:72:01:5a"
},
{
"hostname": "hid52.fantinibakery.com",
"ip-address": "10.1.80.52",
"hw-address": "00:06:8e:40:87:c4"
},
{
"hostname": "hid53.fantinibakery.com",
"ip-address": "10.1.80.53",
"hw-address": "00:06:8e:40:9c:ed"
},
{
"hostname": "mnt-pc.fantinibakery.com",
"ip-address": "10.1.80.54",
"hw-address": "d4:5d:df:1a:36:2b"
},
{
"hostname": "phone246.fantinibakery.com",
"ip-address": "10.1.80.63",
"hw-address": "00:15:65:5b:47:8e"
},
{
"hostname": "ua-lite-mnt-rear.fantinibakery.com",
"ip-address": "10.1.80.82",
"hw-address": "68:d7:9a:b8:82:db"
},
{
"hostname": "cam244.fantinibakery.com",
"ip-address": "10.1.80.244",
"hw-address": "00:02:d1:22:47:80"
},
{
"hostname": "pa-3.fantinibakery.com",
"ip-address": "10.1.90.3",
"hw-address": "00:04:13:8d:61:2f"
},
{
"hostname": "pa8.fantinibakery.com",
"ip-address": "10.1.90.8",
"hw-address": "00:04:13:8d:41:a7"
},
{
"hostname": "bld3sensor1.fantinibakery.com",
"ip-address": "10.1.90.18",
"hw-address": "00:80:a3:d0:e9:d6"
},
{
"hostname": "elevatorcam.fantinibakery.com",
"ip-address": "10.1.90.21",
"hw-address": "9c:8e:cd:23:2b:24"
},
{
"hostname": "ingredients-rack1.fantinibakery.com",
"ip-address": "10.1.90.24",
"hw-address": "9c:8e:cd:3a:1e:40"
},
{
"hostname": "oven3-phone.fantinibakery.com",
"ip-address": "10.1.90.28",
"hw-address": "80:5e:c0:b3:d6:b4"
},
{
"hostname": "elevatorcam2.fantinibakery.com",
"ip-address": "10.1.90.29",
"hw-address": "9c:8e:cd:26:62:d3"
},
{
"hostname": "ata195.fantinibakery.com",
"ip-address": "10.1.90.30",
"hw-address": "00:0b:82:78:33:dc"
},
{
"hostname": "line3-cross-conveyor.fantinibakery.com",
"ip-address": "10.1.90.31",
"hw-address": "9c:8e:cd:2e:82:a7"
},
{
"hostname": "vidpc-proofer3-exit.fantinibakery.com",
"ip-address": "10.1.90.33",
"hw-address": "fc:4d:d4:43:2c:e5"
},
{
"hostname": "prdmiddle2.fantinibakery.com",
"ip-address": "10.1.90.36",
"hw-address": "9c:8e:cd:0f:12:28"
},
{
"hostname": "bld3-rear-entrance-cam.fantinibakery.com",
"ip-address": "10.1.90.40",
"hw-address": "a0:60:32:00:19:35"
},
{
"hostname": "ata194.fantinibakery.com",
"ip-address": "10.1.90.41",
"hw-address": "00:0b:82:93:d1:9f"
},
{
"hostname": "ingredient-rack-cam.fantinibakery.com",
"ip-address": "10.1.90.43",
"hw-address": "a0:60:32:00:9a:77"
},
{
"hostname": "cam47.fantinibakery.com",
"ip-address": "10.1.90.47",
"hw-address": "00:80:f0:5f:22:16"
},
{
"hostname": "phone550.fantinibakery.com",
"ip-address": "10.1.90.51",
"hw-address": "00:0b:82:1a:2a:92"
},
{
"hostname": "phone552.fantinibakery.com",
"ip-address": "10.1.90.52",
"hw-address": "00:0b:82:11:a9:e4"
},
{
"hostname": "building3-audio.fantinibakery.com",
"ip-address": "10.1.90.54",
"hw-address": "00:22:6c:21:a7:d0"
},
{
"hostname": "cam56.fantinibakery.com",
"ip-address": "10.1.90.56",
"hw-address": "9c:8e:cd:1a:1f:2a"
},
{
"hostname": "lowerator.fantinibakery.com",
"ip-address": "10.1.90.65",
"hw-address": "a0:60:32:00:9a:e0"
},
{
"hostname": "loweratoroperator.fantinibakery.com",
"ip-address": "10.1.90.68",
"hw-address": "9c:8e:cd:26:63:18"
},
{
"hostname": "cam81.fantinibakery.com",
"ip-address": "10.1.90.81",
"hw-address": "00:14:d1:7c:1d:63"
},
{
"hostname": "cam122.fantinibakery.com",
"ip-address": "10.1.90.122",
"hw-address": "00:02:d1:25:2b:38"
},
{
"hostname": "cam127.fantinibakery.com",
"ip-address": "10.1.90.127",
"hw-address": "00:02:d1:15:cd:2b"
},
{
"hostname": "cam131.fantinibakery.com",
"ip-address": "10.1.90.131",
"hw-address": "00:80:f0:8d:00:79"
},
{
"hostname": "cam134.fantinibakery.com",
"ip-address": "10.1.90.134",
"hw-address": "00:02:d1:25:2b:35"
},
{
"hostname": "cam139.fantinibakery.com",
"ip-address": "10.1.90.139",
"hw-address": "9c:8e:cd:15:59:ee"
},
{
"hostname": "proofer3transfer.fantinibakery.com",
"ip-address": "10.1.90.142",
"hw-address": "9c:8e:cd:0d:77:02"
},
{
"hostname": "phone554.fantinibakery.com",
"ip-address": "10.1.90.154",
"hw-address": "00:0e:08:eb:fd:4a"
},
{
"hostname": "cam155.fantinibakery.com",
"ip-address": "10.1.90.155",
"hw-address": "00:62:6e:44:de:e5"
},
{
"hostname": "cam58.fantinibakery.com",
"ip-address": "10.1.90.158",
"hw-address": "00:80:f0:c5:e5:c3"
},
{
"hostname": "cam167.fantinibakery.com",
"ip-address": "10.1.90.167",
"hw-address": "9c:8e:cd:0d:d2:77"
},
{
"hostname": "cam178.fantinibakery.com",
"ip-address": "10.1.90.178",
"hw-address": "00:80:f0:a0:cb:9b"
},
{
"hostname": "cam180.fantinibakery.com",
"ip-address": "10.1.90.180",
"hw-address": "00:80:f0:a3:42:0a"
},
{
"hostname": "cam181.fantinibakery.com",
"ip-address": "10.1.90.181",
"hw-address": "9c:8e:cd:26:96:2c"
},
{
"hostname": "line3-vidpc.fantinibakery.com",
"ip-address": "10.1.90.185",
"hw-address": "94:c6:91:a8:66:b1"
},
{
"hostname": "cam189.fantinibakery.com",
"ip-address": "10.1.90.189",
"hw-address": "00:02:d1:25:2b:3c"
},
{
"hostname": "cam191.fantinibakery.com",
"ip-address": "10.1.90.191",
"hw-address": "00:80:f0:8d:03:87"
},
{
"hostname": "cam195.fantinibakery.com",
"ip-address": "10.1.90.195",
"hw-address": "00:80:f0:8c:fd:d8"
},
{
"hostname": "pc203.fantinibakery.com",
"ip-address": "10.1.90.203",
"hw-address": "00:22:68:76:3e:09"
},
{
"hostname": "fbc213.fantinibakery.com",
"ip-address": "10.1.90.213",
"hw-address": "00:06:8e:01:2c:2b"
},
{
"hostname": "fbc216.fantinibakery.com",
"ip-address": "10.1.90.216",
"hw-address": "00:06:8e:01:12:9e"
},
{
"hostname": "cam222.fantinibakery.com",
"ip-address": "10.1.90.222",
"hw-address": "00:02:d1:19:f0:04"
},
{
"hostname": "cam234.fantinibakery.com",
"ip-address": "10.1.90.234",
"hw-address": "00:80:f0:b1:51:fa"
},
{
"hostname": "cam236.fantinibakery.com",
"ip-address": "10.1.90.236",
"hw-address": "00:80:f0:a0:cb:78"
},
{
"hostname": "phone237.fantinibakery.com",
"ip-address": "10.1.90.237",
"hw-address": "00:0b:82:27:6c:6b"
},
{
"hostname": "cam238.fantinibakery.com",
"ip-address": "10.1.90.238",
"hw-address": "9c:8e:cd:28:2d:f8"
},
{
"hostname": "cam242.fantinibakery.com",
"ip-address": "10.1.90.242",
"hw-address": "00:02:d1:25:2b:37"
},
{
"hostname": "cam245.fantinibakery.com",
"ip-address": "10.1.90.245",
"hw-address": "9c:8e:cd:39:ee:d3"
},
{
"hostname": "oven3front.fantinibakery.com",
"ip-address": "10.1.90.246",
"hw-address": "9c:8e:cd:0c:02:60"
},
{
"hostname": "cam247.fantinibakery.com",
"ip-address": "10.1.90.247",
"hw-address": "9c:8e:cd:2e:7e:f7"
},
{
"hostname": "cam248.fantinibakery.com",
"ip-address": "10.1.90.248",
"hw-address": "00:80:f0:8d:03:5a"
},
{
"hostname": "cam249.fantinibakery.com",
"ip-address": "10.1.90.249",
"hw-address": "00:80:f0:a0:c9:dd"
},
{
"hostname": "cam251.fantinibakery.com",
"ip-address": "10.1.90.251",
"hw-address": "00:62:6e:48:af:40"
},
{
"hostname": "cam253.fantinibakery.com",
"ip-address": "10.1.90.253",
"hw-address": "00:62:6e:46:69:a2"
},
{
"hostname": "rpi-shp1.fantinibakery.com",
"ip-address": "10.199.10.10",
"hw-address": "b8:27:eb:9b:c3:3e"
},
{
"hostname": "unifi2.fantinibakery.com",
"ip-address": "10.199.32.2",
"hw-address": "24:5a:4c:6b:7a:0b"
},
{
"hostname": "unifi1.fantinibakery.com",
"ip-address": "10.199.32.3",
"hw-address": "d0:21:f9:8d:37:5e"
},
{
"hostname": "unifi.fantinibakery.com",
"ip-address": "10.199.32.4",
"hw-address": "62:de:86:7d:2a:6f"
},
{
"hostname": "building-3-back.fantinibakery.com",
"ip-address": "10.199.32.5",
"hw-address": "94:2a:6f:32:17:a2"
},
{
"hostname": "unifi7.fantinibakery.com",
"ip-address": "10.199.32.7",
"hw-address": "d0:21:f9:d3:bd:fc"
},
{
"hostname": "unifi8.fantinibakery.com",
"ip-address": "10.199.32.8",
"hw-address": "d0:21:f9:63:44:1b"
},
{
"hostname": "unifi9.fantinibakery.com",
"ip-address": "10.199.32.9",
"hw-address": "78:45:58:5f:ca:98"
},
{
"hostname": "unifi10.fantinibakery.com",
"ip-address": "10.199.32.10",
"hw-address": "78:8a:20:5c:56:78"
},
{
"hostname": "unifi11.fantinibakery.com",
"ip-address": "10.199.32.11",
"hw-address": "68:d7:9a:34:f7:21"
},
{
"hostname": "unifi12.fantinibakery.com",
"ip-address": "10.199.32.12",
"hw-address": "78:45:58:f8:30:81"
},
{
"hostname": "unifi13.fantinibakery.com",
"ip-address": "10.199.32.13",
"hw-address": "f4:92:bf:af:c6:c0"
},
{
"hostname": "unifi17.fantinibakery.com",
"ip-address": "10.199.32.17",
"hw-address": "d0:21:f9:8e:a7:6d"
},
{
"hostname": "p80.fantinibakery.com",
"ip-address": "10.199.32.19",
"hw-address": "18:4f:32:26:3b:60"
},
{
"hostname": "unifi21.fantinibakery.com",
"ip-address": "10.199.32.21",
"hw-address": "ac:8b:a9:3d:ac:15"
},
{
"hostname": "rpi-line5.fantinibakery.com",
"ip-address": "10.199.32.31",
"hw-address": "b8:27:eb:f6:a6:43"
},
{
"hostname": "rpi-shp2.fantinibakery.com",
"ip-address": "10.199.32.33",
"hw-address": "b8:27:eb:8c:29:82"
},
{
"hostname": "p34.fantinibakery.com",
"ip-address": "10.199.32.34",
"hw-address": "e8:9e:b4:31:74:8e"
},
{
"hostname": "octopi.fantinibakery.com",
"ip-address": "10.199.32.43",
"hw-address": "b8:27:eb:90:93:0b"
},
{
"hostname": "ecobee-office1.fantinibakery.com",
"ip-address": "10.199.32.49",
"hw-address": "44:61:32:85:81:02"
},
{
"hostname": "unifi50.fantinibakery.com",
"ip-address": "10.199.32.50",
"hw-address": "78:8a:20:4b:2e:be"
},
{
"hostname": "p55.fantinibakery.com",
"ip-address": "10.199.32.55",
"hw-address": "14:ac:60:af:37:18"
},
{
"hostname": "e-won-konig.fantinibakery.com",
"ip-address": "10.199.32.62",
"hw-address": "00:07:80:16:05:03"
},
{
"hostname": "thermostat1.fantinibakery.com",
"ip-address": "10.199.32.67",
"hw-address": "00:d0:2d:ac:2f:c5"
},
{
"hostname": "p71.fantinibakery.com",
"ip-address": "10.199.32.71",
"hw-address": "30:c9:ab:cd:db:9a"
},
{
"hostname": "p76.fantinibakery.com",
"ip-address": "10.199.32.76",
"hw-address": "00:22:64:d7:21:0f"
},
{
"hostname": "oldproduction-audio.fantinibakery.com",
"ip-address": "10.199.32.82",
"hw-address": "00:22:6c:21:a2:a1"
},
{
"hostname": "building5-audio.fantinibakery.com",
"ip-address": "10.199.32.84",
"hw-address": "00:22:6c:21:a8:09"
},
{
"hostname": "packing-audio.fantinibakery.com",
"ip-address": "10.199.32.86",
"hw-address": "00:22:6c:21:a4:48"
},
{
"hostname": "building3-audio.fantinibakery.com",
"ip-address": "10.199.32.88",
"hw-address": "00:22:6c:21:a7:cd"
},
{
"hostname": "p61.fantinibakery.com",
"ip-address": "10.199.32.90",
"hw-address": "d8:80:83:b0:46:9d"
},
{
"hostname": "spare-unifi.fantinibakery.com",
"ip-address": "10.199.32.99",
"hw-address": "78:8a:20:5c:28:27"
},
{
"hostname": "dockdoor1.fantinibakery.com",
"ip-address": "10.199.32.120",
"hw-address": "8c:aa:b5:74:35:ae"
},
{
"hostname": "office-audio.fantinibakery.com",
"ip-address": "10.199.32.125",
"hw-address": "00:22:6c:60:69:5a"
},
{
"hostname": "thermostat4.fantinibakery.com",
"ip-address": "10.199.32.135",
"hw-address": "00:d0:2d:dc:d6:66"
},
{
"hostname": "unifi-chime-1.fantinibakery.com",
"ip-address": "10.199.32.136",
"hw-address": "d8:b3:70:83:79:df"
},
{
"hostname": "p43.fantinibakery.com",
"ip-address": "10.199.32.143",
"hw-address": "30:f7:72:59:ff:51"
},
{
"hostname": "balenasound1.fantinibakery.com",
"ip-address": "10.199.32.151",
"hw-address": "dc:a6:32:25:7a:92"
},
{
"hostname": "balenasound2.fantinibakery.com",
"ip-address": "10.199.32.152",
"hw-address": "b8:27:eb:38:7d:d7"
},
{
"hostname": "shipping3.fantinibakery.com",
"ip-address": "10.199.32.153",
"hw-address": "b8:27:eb:84:85:06"
},
{
"hostname": "office-chime.fantinibakery.com",
"ip-address": "10.199.35.15",
"hw-address": "d8:b3:70:83:7f:11"
},
{
"hostname": "pve2-ipmi.fantinibakery.com",
"ip-address": "192.168.0.2",
"hw-address": "3c:ec:ef:18:50:49"
},
{
"hostname": "pf2-ipmi.fantinibakery.com",
"ip-address": "192.168.0.3",
"hw-address": "02:25:90:a3:e5:8c"
},
{
"hostname": "pve4-ipmi.fantinibakery.com",
"ip-address": "192.168.0.4",
"hw-address": "0c:c4:7a:af:8f:a9"
},
{
"hostname": "pve6-ipmi.fantinibakery.com",
"ip-address": "192.168.0.6",
"hw-address": "02:25:90:a7:86:aa"
},
{
"hostname": "pve7-ipmi.fantinibakery.com",
"ip-address": "192.168.0.7",
"hw-address": "3c:ec:ef:18:92:28"
},
{
"hostname": "pve8-ipmi.fantinibakery.com",
"ip-address": "192.168.0.8",
"hw-address": "ac:1f:6b:04:48:20"
},
{
"hostname": "pve11-ipmi.fantinibakery.com",
"ip-address": "192.168.0.11",
"hw-address": "0c:c4:7a:ae:44:66"
},
{
"hostname": "rpdu-233.fantinibakery.com",
"ip-address": "192.168.0.65",
"hw-address": "00:c0:b7:73:53:97"
},
{
"hostname": "pbs-ipmi.fantinibakery.com",
"ip-address": "192.168.0.80",
"hw-address": "ac:1f:6b:cc:dd:80"
},
{
"hostname": "rpdu-91.fantinibakery.com",
"ip-address": "192.168.0.91",
"hw-address": "00:c0:b7:5b:99:66"
},
{
"hostname": "rpdu-231.fantinibakery.com",
"ip-address": "192.168.0.231",
"hw-address": "00:c0:b7:73:53:57"
},
{
"hostname": "rpdu-232.fantinibakery.com",
"ip-address": "192.168.0.232",
"hw-address": "00:c0:b7:6e:f2:87"
},
{
"hostname": "avocent-1.fantinibakery.com",
"ip-address": "192.168.0.245",
"hw-address": "00:e0:86:1b:74:14"
},
{
"hostname": "avocent-2.fantinibakery.com",
"ip-address": "192.168.0.246",
"hw-address": "00:e0:86:1a:52:09"
}
]
}
}
More information about the Kea-users
mailing list