[04:40] i am having dificuties using netplan network configuration on ubuntu 18.04 server LTS, is there any graphical way of setting this up to make sure i am not doing typo errors in config? centos has nmtui for example thank you in advance for helping [04:44] no one here can help ? [06:11] Good morning [06:29] mica: patience [06:40] dpb1: i do have it but as you can see it is a bit slow here :) managed in the meantime to get server 16 lts installed and configured, it hink ubuntu 18 is sthill nbaking and should not be used in production unless properly documented and tested. === Aztec03 is now known as Panoptes [07:18] mica: there is no graphical way, no. but, if you put up a pastebin of your netplan yaml, someone would be happy to check. [07:18] mica: also, askubuntu is a good place to type up what you are trying to do === RoyK^ is now known as RoyK_Heime === JanC_ is now known as JanC [09:01] mica: yeah but who's gonna do the testing :) bugreporting from users is very valuable. === lifeless_ is now known as lifeless === miguel is now known as Guest34944 [14:14] mica: there's 'netplan try' if you're unsure of config, and we put a lot of examples of common things to do up on http://netplan.io/examples [14:44] does anybo have any idea how to connect two VMs without using bridge? so nic2 from vm1 connected to nic3 from vm2... [14:46] you can use the built-in virtual lan [14:53] gunix: it's still kind of a bridge but you can use MACVLAN [14:54] gunix: but could you elaborate as to why you don't want a regular bridge? [14:55] sdeziel: to connect multiple switches together, to simluate a DC [14:57] gunix: why wouldn't that work with regular bridges? [15:10] sdeziel: because you don't get lldp [15:11] gunix: found this: https://the-bitmask.com/2017/08/04/fwd-lldp-frames-on-linuxbridge/ [15:12] gunix: that said, I never had to deal with lldp so YMMV ;) [15:12] sdeziel: it's ok, 3rd party blogs is usually the last stuff i reffer to :D [15:12] i will try this first: [15:12] -netdev socket,id=mynet0,listen=:1234 [15:12] -netdev socket,id=mynet0,connect=:1234 [15:17] gunix: I expect that will be slower but probably good enough for an experiment [15:20] gunix: the same without the blog bits: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-net [16:48] I have a server that has a bunch of Public IPs on it. From a NAT perspective, containers on the system use IPs as 1:1 IP ranges. Unfortunately, this causes some issues, because right now the individual IPs can't talk to each other, and the IPs sit only on the NIC on the host (and attempts to communicate between each other return 'Connection Refused'). Is there a way to make the IPs communicate with each other? [16:48] I should know this and it's something simple likely but... [16:50] teward: sounds like you need to NAT only when dst is not in the subnet of those IPs [16:51] though from what you describe, I fail to see what exactly is going on. You have a bunch of public IPs, but then NAT to containers' subnet? [16:51] blackflow: i figured it out, it's a "split DNS" problem [16:52] in that i need to serve the IPs for the boxes internally separate from the public [16:52] so it's a NAT problem but it's not a NAT problem too [16:52] if it's DNS then you can't talk about IPs, but hostnames [16:52] blackflow: it's "both" [16:52] DNS resolves to public IP [16:52] but the containers sit on the same bridge/subnet [16:52] so they need to talk with the 'internal' IP that is on the same subnet [16:53] i had this issue before but overlooked this >.> [16:53] i can fix it now, I know what to do *stabs the postfix configs on these boxes to handle the local delivery route differently* [16:53] I still don't get it though, you have public IPs, and then still do NAT? [16:53] blackflow: too hard to explain without my diagram - TL;DR I figured out a solution, I'll fix the actual problem 'later' once I have free time :P [16:53] and will probably be back here. It's probably a NAT problem but meh [16:53] mkay. === FalconMillennium is now known as FalconMillenniu === FalconMillenniu is now known as FalconMillennium === led_ir23 is now known as led_ir22 [18:45] sdeziel: thank you for the advice === Panoptes is now known as Aztec03 [20:45] i'm trying the 18.04 text mode server installer. i already pre-created the partitions on disk how I like them. what does it take for the new installer to use them? [20:46] the only options appear to be to wipe the disk and automatically partition, or to wipe the disk and manually partition [20:46] but the manual partition option doesn't let me set up things like efi and swap the way I like them [20:47] can i use the old installer instead? [20:48] BLZbubba: the alternate installer is still officially supported [20:49] the "alternate" installer should be the official [20:49] the new one sucks [20:51] whoever came up with the idea of ditching all sorts of options like re-using partitions, creating raid, lvm, encrypted drives, whatever, should be giving a public speach about why they did it on an LTS release and allow for at least three hours for questions [20:51] s/speach/speech/ [20:52] * RoyK wonders if the S in LTS now means Suffering [20:59] haha still only 1% as horrible as 10.04 was though [21:00] ubuntu 10.04 was the worst release of any distro in history [21:01] hmm do i need a new iso to switch installers? [21:01] or should I try "OEM" === devil is now known as Guest37147 === Guest37147 is now known as devil_ [21:28] BLZbubba: The installer you want is its own ISO. [21:29] BLZbubba: https://www.ubuntu.com/download/alternative-downloads#alternate-ubuntu-server-installer [22:06] hi all ... can anyone please help me figure out a boot issue? i suspect i may have screwed up my init scripts [22:08] ... when a server boots, does it transition right into its default runlevel? or does it start in runlevel 1 and then transition to runlevel 2? [22:09] both upstart and systemd have some amount of runlevel-ish stuff as compatibility, but I don't think either one *really* thinks in terms of runlevels [22:10] i've got a VM running 14.04 ... it boots partially and then hangs ... i never get a command prompt ... since i can't login, i'm trying to deduce how far it gets in the boot process (or which job might be hanging) [22:11] ... i thought maybe if i could force it into singleuser mode, maybe i'd be able to login and selectively enable services [22:11] good idea, can you get to the kernel command line and add 'single' to it? I *think* that ought to work.. [22:12] problem is, i can't login to the VM ... so, i can't edit grub directly ... [22:12] i *can* mount the guest's qcow image in the host and edit its filesystem that way ... [22:13] but update-grub seems to assume that it reads/writes to specific location ... [22:13] can't figure out how to trick it to overwrite the guest VM's boot command [22:13] if you've got console access to it you might be able to use a left-shift key to get to a prompt or menu or similar [22:14] it's a VM ... i can do "virsh console" to get to the serial console ... i see some services starting, and then it hangs ... never get a login prompt :( [22:14] ... network starts (i can ping it), but it doesn't get far enough to start sshd/telnet :( [22:18] sarnold... gtg in a minute...thanks for the time & sharing your thoughts [22:19] gbc: good luck; sorry I don't know much about interacting with grub via serial .. never needed that [23:03] ha, was about to complain how 18.04 slowed down ssh/tmux but apparently the vm had flakey connection issues that got resolved today, hail lazyness! :P [23:05] 18.04 seems fast at all things to me