Routing problem

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

howardrya

New Member
Sep 16, 2016
5
0
1
25
I've got a server running windows server 2012 as my dedicated NVR for my ip cameras. I've got three nics in the server. Lan, Camera VLAN, and Storage VLAN (10gb). Ip - 192.168.1.93, 192.168.2.15, and 192.168.3.17 respectively. Intervlan routing is not an option in my situation. I can't route at 10gb for my storage network (ubnt 16-XG), and blue iris drops connections when using intervlan routing on my pfsense box, so I have three interfaces. If I do tracert 192.168.2.10 (ip of a camera) the server first goes to my default gw (pfsense box). This doesn't make sense, I have a route with a lower metric set to use the nic on the camera vlan, but that doesn't seem to work. Autometric is off. Here's my routing table. Any advice?

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.93 506
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
192.168.1.0 255.255.255.0 On-link 192.168.1.93 506
192.168.1.93 255.255.255.255 On-link 192.168.1.93 506
192.168.1.255 255.255.255.255 On-link 192.168.1.93 506
192.168.2.0 255.255.255.0 On-link 192.168.2.15 300
192.168.2.15 255.255.255.255 On-link 192.168.2.15 456
192.168.2.255 255.255.255.255 On-link 192.168.2.15 456
192.168.3.0 255.255.255.224 On-link 192.168.3.17 481
192.168.3.17 255.255.255.255 On-link 192.168.3.17 481
192.168.3.31 255.255.255.255 On-link 192.168.3.17 481
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 192.168.1.93 506
224.0.0.0 240.0.0.0 On-link 192.168.2.15 456
224.0.0.0 240.0.0.0 On-link 192.168.3.17 481
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 192.168.1.93 506
255.255.255.255 255.255.255.255 On-link 192.168.2.15 456
255.255.255.255 255.255.255.255 On-link 192.168.3.17 481
===========================================================================