/srv/irclogs.ubuntu.com/2020/01/09/#ubuntu-server.txt

keithzg[m]For reference here's the other server's netplan config: https://paste.ubuntu.com/p/Brd26gHGSf/ Is it working due to some complicating factor of being set up as a bridge?00:01
keithzg[m]Oh, no, duh, it's because it's also a 10.1.186.* address.00:02
* keithzg[m] totally knows what he's doing . . . yup . . .00:02
sarnoldkeithzg[m]: woo!01:03
blscoeHi. Someone know how I can log all the incomming and outcomming network request using the terminal? I have a small server and I want to check and registry the access information in a log like time, IP (dest/origin) of the requests.01:12
blscoeSomeone recommends a netfilter rule or tcpdump. Can anyone talk me a good reference to do this?01:14
sarnoldblscoe: depending upon what you're trying to do, maybe auditd syscall auditing rules on bind, connect, listen, and accept, and any derivatives01:14
sarnoldblscoe: you could probably also use ftrace or bcc tools to monitor specific syscalls or tracepoints01:15
sarnoldboth netfilter and tcpdump can do it too -- tcpdump is probably best avoided for this though since it involves copying a huge amuont of data from kernel to userspace01:15
sarnoldblscoe: if you want to use netfilter this is probably the starting point https://netfilter.org/projects/ulogd/index.html01:16
blscoesarnold: I would like only to log the external and internal network requests with time and IP information.01:16
blscoeWhen someone access my webpage or try to connect in a service I woulld like to know who and when.01:17
sarnoldblscoe: note the tcp* family of tools here https://github.com/iovisor/bcc -- I don't see any that work with udp or sctp or raw ethernet but these might get you far01:19
blscoesarnold: thks mate!01:24
keithzg[m]Huh, tried following https://wiki.ubuntu.com/Testing/ISO/DevEnv but even after getting Drupal set up (which is more complicated than it should be since apparently it's not in the repos anymore?) the QA modules aren't seen. I wonder if they aren't compatible with Drupal 8?02:08
stunts513 I just switched to Ubuntu Server 19.10 since it has a way more up to date version of qemu-kvm(v4 as opposed to v2.12) than centos, i use gpu passthrough but every time i enable the code 43 workaround you need for nvidia cards, i get a bsod. Any ideas on a workaround? And i should mention i did enable the ioapic driver=kvm already, it didn't help.02:50
cpaelzerstunts513: I see most guides with nvidia gpu pt use q35 chipset for the guest - did you do that as well?06:14
cpaelzerI'd not know of other common fixes other than the ioapic setting you already have06:16
=== wings is now known as gnomethrower
=== gnomethrower is now known as wings
lordievaderGood morning07:16
SkyriderQuick question. Anyone happen to know if csf / iptables are backwards compatible with each other?10:22
tomreynwhat's CSF?10:35
tomreyni guess this? https://www.configserver.com/cp/csf.html you could tell them there is no "ubuntu v18" or "ubuntu v19"10:37
tomreyni'd rather recommend ossec or a software which includes it for a HIDS10:39
SkyriderInteresting, thanks.10:41
lordievader> Straight-forward SPI iptables firewall script11:48
lordievaderSounds like a frontend for iptables.11:48
lordievaders/iptables/netfilter/11:48
tomreynright, seems to be that rather, i was looking at a page where it discussed HIDS features, but it rather seems to be mostly an iptables frontend.12:47
blscoehello, I use apache2 and I have some problems to configure a website in /etc/apache2/sites-available. Some options seens dont work, when I configure some for <directory> it seems dont work. Only work if I put this configurations in /etc/apache2.conf. But I know that this last file is for global configurations and I need only particular configurations for the current site.conf. Can someone tell me if is a configuration or another i21:01
blscoessue specific of ubuntu? Because I see tutorials for configuration apache in sites-available/site.conf, but it not works on ubuntu-server.21:01
sdezielblscoe: please share your site definition via paste21:02
blscoehttps://pastebin.com/JkWS9aB121:09
blscoeit is one that I trying21:10
sdezielblscoe: I see no <directory> in there21:12
blscoeyesm it is other thing that I try and dont work21:12
blscoeI going to find the example with directory21:12
blscoewait21:12
blscoehttps://paste.ee/p/MJfVD21:25
blscoeand the another https://paste.ee/p/5BRC521:29
=== tds9 is now known as tds

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