/srv/irclogs.ubuntu.com/2023/12/12/#ubuntu-server.txt

tewardso, a bit of a question, but I have a system at OVH with a number of IP ranges.  I'd like to have the one range that's in the system itself *as* the system itself, but take the IP range that the system utilizes as extra IPs and bridge it directly to a VM that's an lxd/qemu VM.  Is this as simple as setting up a bridge on the host in netplan that is a bridge to the primary host ethernet interface, but without configuration, and let the 01:09
tewardVM config/bridge to it?01:09
tewardwhile keeping eth0 / primary interface configured for that system's IPs.01:09
tewardjust wanna spot-check my brain knowledge before I do anything.01:10
blahdeblahteward: It all depends on how OVH get the packets to you.  If they route them to you (i.e. send the packets for all ranges to your MAC address) then you have more options about how you split them up.  If they bridge them to you (i.e. ARP for the destination on the provider facing LAN segment that you're attached to), then you would have to bridge them and enable proxy arp for those IPs.06:59
blahdeblahI like the former a lot better, and I would hope that's their default setup...06:59
evitIf I'm upgrading from PHP 8.0 to 8.2 can I just backup my PHP configuration files, upgrade and then restore the old files or is there a huge difference in them from 8.0 to 8.2? 17:33
sdezielevit: probably best to go through https://www.php.net/releases/8.1/en.php and https://www.php.net/releases/8.2/en.php17:47
athosevit: you should refer to https://www.php.net/releases/8.1/en.php#deprecations_and_bc_breaks and https://www.php.net/releases/8.2/en.php#deprecations_and_bc_breaks in case you get any issues.17:47
athosoh, thx, sdeziel :)17:47
evitsdeziel, athos, thank you 17:50

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!