/srv/irclogs.ubuntu.com/2018/12/21/#ubuntu-server.txt

JenshaeHi all. I have managed to automate Ubuntu server in samba mounting Windows shares, doing rsync, backing up to encrypted, etc, etc. However, I still can't connect remotely to work via either an SSH tunnel to the Ubuntu server nor freeRDP to the Windows Terminals. This was meant to be my day off. :(07:05
JenshaeI would use a WinBlows VM but it decided to ruin my day - https://i.imgur.com/88Ujl78.png07:05
JenshaeAnyone have a good guide on how to mimic or use RDP settings to make up a connection via SSH or FreeRDP?07:15
tomreynJenshae: are you asking how to connect to a windows system from an ubuntu client using the SSH or RDP protocols?07:41
tomreynposting blue screens on an ubuntu channel isnt ging to get you a lot of help ;)07:42
Jenshaetomreyn: I am trying any method to connect to either the Windows or Ubuntu server at work from my home Ubuntu machine that has a WinVM.08:20
tomreynJenshae: so you're trying to connect from within the windows vm running on your home ubuntu machine, or form the home ubuntu machine itself?08:21
JenshaeIdeally, I would connect from my Ubuntu PC to the Ubuntu server at work.08:22
tomreynJenshae: this is usually done with SSH to get access to a shell, and /or to tunnel the graphical desktop through a secure connection.08:23
tomreynJenshae: however, running an internet accessible service on your work computer puts the company network at some risk, and you should first of all verify what this is ok by company policies. and then verify that you'Re actually able to make this conection (i.e. there are no firewalls getting in the way).08:25
tomreynthe common way companies 'solve' this (and other) problems is by running a central VPN server, through which you can then connect to your work network from trusted remote computers.08:27
Jenshaetomreyn: Considering I am the IT manager, I am sure it is fine. :P Besides, SSH would be more secure than the non-VPN WinDohs solution that my boss bought.08:28
JenshaeI think my SSH attempts are failing because of the UTM.08:28
tomreynthat may be. i assume the UTM is managed by you / your department then?08:29
JenshaeI just don't know how to setup all the routing. E.G. would the external IP then the server I want be sufficient? Do I use the UTM as a gateway or the domain controller?08:29
JenshaeYes.08:29
JenshaeI can add the port exception, it is closed right now because I don't need it.08:29
tomreyni understood UTM as "unified threat management", are you referring to a specific software or hardware?08:30
JenshaeFormer is correct08:30
tomreynformer is also very unspecific.08:31
JenshaePC -> router -> webs -> routers -> UTM -> DC -> servers08:32
tomreynyour goal must be to run an openssh server on the company ubuntu server, then configure the companies routing / firewalls to allow inbound traffic on the WAN interface to the servers' LAN address, on TCP port 2208:32
JenshaeI think I just need to know what to put where in the connection string.08:32
JenshaeBack later, I better head in and get the reboots done before others arrive.08:33
tomreyngood luck08:33
JenshaeCheers o708:33
tomreynon the ssh client on your ubuntu at home you'd connect to the (public) ip address of the company WAN router / firewall / UTM system. the next thing to work out then is authentication, but there are many guides online on that.08:36
tobias-urdincoreycb: a friendly reminder that neutron and it's sub-projects (like neutron-dynamic-routing) just swapped over to new os-ken (ryu fork) which requires a new package09:32
kalehow do i change hostname?11:58
kaleor to ask in another way. how do i get ubuntu server to release its dhcp lease when it shuts own?12:03
TJ-kale: I'm not sure systemd-networkd does preserve leases over a shutdown. It writes them to the /run/ tmpfs under /run/systemd/netif/leases/ so that doesn't persist. I think you'd need to ask in #systemd on how to enforce a release. I don't see anything in the man-page12:14
coreycbtobias-urdin: thanks. it'll probably be after the new year before that gets done. btw eventlet was updated to 0.24.1.12:23
tobias-urdincoreycb: thanks, happy holidays and new year in advance :)12:50
coreycbtobias-urdin: thanks, and likewise! enjoy your holidays.12:51
biebI am trying to setup static IP on a fresh install of 18.04. I have edited the yaml file, and saved it, I then run "netplan --debug try" to see if there are any errors, all it says is: "error while loading /etc/netplan/01-netcfg.yaml, aborting." do I need to apply the file before debugging? I wanted to debug to make sure I entered the syntax correct, and had the right number of tabs at the beginning of the lines.14:34
lordcirthbieb, did you run netplan try as root?15:16
bieblordcirth: yes15:21
lordcirthbieb, most likely you have a YAML syntax error15:22
lordcirthbieb, if you pastebin the config, I can take a look15:36
bieblordcirth: thanks.. I will look at it further.. and then hit pastebin, if I dont see the error15:37
DelvienDocker kill <container id> gives me an error "unknown error after kill: runc did not terminate sucessfully: container_linux.go:393: signaling init process caused "permission denied"21:03
Delvienapparently its an ubuntu only problem?21:03
Delviennevermind figured it out21:21
keithzg[m]Almost right on schedule, mail delivery is failing again much like yesterday, although it's actually a *different* error message this time: `(delivery temporarily suspended: conversation with 127.0.0.1[127.0.0.1] timed out while receiving the initial server greeting)`23:11
keithzg[m]The amavis service claims to be running fine, but I think I'll try restarting it anyways since that seemed to clear it last time, and that would then help establish if it is indeed at least part of the problem.23:15
keithzg[m]Definitely doesn't seem to be an OOM issue killing Amavis, since the mail server was only at ~2GB used out of 16GB RAM, and 0 out of the 32GB swap.23:34
JanCnot sure how your mail setup works, but temporarily suspended might refer to a service that is restarting and whatever was talking to it will retry later?23:48
JanCor maybe amavis or something else can only handle a certain number of messages in parallel23:49
JanCas long as it retries later there should be no problem23:50
JanCif it loses messages then of course there is a real issue23:50

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