#orrious Internet connection and

1 messages · Page 1 of 1 (latest)

reef shell
#

Assign IP 192.168.2.1 to your eth0. If you want your cameras to pull IPs from dhcp, then you'll need to install dhcpd or some other dhcp server package on your ubuntu host and configure it to use eth0 only. You'll need to configure the rage of IPs you want the dhcp server to dish out, etc.

#

Then hook another PC up to the network and make sure it gets an IP in the range and that you can access frigate via the eth0 IP

gusty quail
#

Would it be better for me to stop using Network Manager (UI) and migrate this over to Netplan?

reef shell
#

You will need to monitor the dhcp logs to see when cameras get IPs and what IPs they get. I would recommend setting reservations for your camers, so the IPs don't change

#

That's your choice. You can do it in either, it is personal preference

#

what version of Ubuntu are you using?

gusty quail
#

22.04

#

@reef shell ^

reef shell
#

Plenty of articles on how to setup isc-dhcp server with 2 nic setup.. If you get stuck, let me know

gusty quail
#

So here is what I setup in isc-dhcp

#

Oh, this Discord server doesn't let me upload images

#

Any idea what I would config in Network Manager UI?

#

@reef shell since this is a private LAN that I don't want to have connection to the internet, I wasn't sure what to put for the router, domain-name-server, and domain-name options

reef shell
#

There is no router on that interface. Router = default gateway = 0.0.0.0/0 route. A routing table can only have a single default route and that will be on your wifi interface only

gusty quail
#

@reef shell so is having those lines commented out like I have it in the imgur screen shot above correct? Or should I have values on those lines?

reef shell
#

Yes, that looks fine

gusty quail
#

@reef shell so then I'm just a little confused what I should have in the setting in Network Manager for that interface. Here is a screen of the IPv4 options it has:

https://imgur.com/a/uZ1rv1w

#

I'm assuming I want the "Manual" method, but I'm a littl confused what to put in the Addresses section for Address, Netmask (I assume 255.255.255.0), and Gateway.

reef shell
#

That is the interface IP address that you want to assign. 192.168.2.1

#

mask is 255.255.255.0

#

nothing in gateway

gusty quail
#

I've tried those options, and it clears out after saving, and the Gateway field is highlighted in yellow

reef shell
#

then you may need to switch to netplan

gusty quail
#

@reef shell thank you for all your help, I got it working!!

#

At least DHCP is is working, I can see the cameras joining the network, and can connect to their web interface (despite it not being a very helpful one).

#

My challenge now is finding out the exact rtsp stream URL for them, as I inherited these cameras, and can't final any manuals for them

#

Have you by chance ever heard of Dripstone?

reef shell
#

I have not. You can see if they are ONVIF complaint and will tell you their RTSP

gusty quail
#

I'm pretty sure they are

#

Is there a tool that lets me ask them their RTSP?

#

@reef shell ^