RE: ntpsec as server questions

2023-12-08 Thread Bonno Bloksma
ing it like that would work for however long that program would be around anyway. I know all of the programs I wrote commercially have been superseded by something else now, so it did not matter that I did it correctly. ;-) Bonno Bloksma

RE: time question, as in ntp?

2023-12-06 Thread Bonno Bloksma
nks that one got by me when I created a new server. :-( > Of course, if everything is working as you have it, then "don't touch it" is > a wise course. Of course but then, if we know it is not the best config, why wait for it to go wrong. ;-) Bonno Bloksma

RE: time question, as in ntp?

2023-11-30 Thread Bonno Bloksma
they looked good at what was missing from IPv4 and was available in other protocols like IPX where you never did any configuration on the client. I have noticed that is the local dns server is properly configured everything works by default. Bonno Bloksma

RE: 11 to 12 - fresh install or upgrade

2023-08-07 Thread Bonno Bloksma
Hi, >> It's time to move from bullseye to bookworm. Based on the previous >> years experience I've always preferred a fresh install vs. an >> upgrade, since the freshly installed system always run smoother and >> was not littered with any old junk left from the old system. [] >> Could

RE: PTR record for mail server

2023-06-03 Thread Bonno Bloksma
quot;requitement" when I was hosting my own mailserver and spam/walware filter over 5 years ago. Bonno Bloksma

RE: bind9 and dns forward

2023-06-01 Thread Bonno Bloksma
ion, and none without. [...] > And it's definitely not the good solution but you could transfer the full > zone (or get a copy of the file) and serve it as master. Nah, I do not want to do that. Too many updates on the internal zone, I would need to copy at least every 5 min. Also other reasons. Bonno Bloksma

RE: bind9 and dns forward

2023-06-01 Thread Bonno Bloksma
at toplevel .nl. (being the parent zone) tells that any response from a tio.nl dns server should be a secure response. And therefore bind does not accept it? Where does bind store this info and can I overrule it? Bonno Bloksma

RE: bind9 and dns forward

2023-06-01 Thread Bonno Bloksma
9:25:45 linbobo named[554]: insecurity proof failed resolving 'tio.nl/NS/IN': 172.16.208.10#53 -- It is still weird. What else can we try? Is there something we can do to see what it IS getting back so we can compare it with what it should be? I even just now tried -- linbobo:/var/cache/bind# service named stop linbobo:/var/cache/bind# ll total 3300 -rw-r--r-- 1 bind bind 821 Jun 1 09:16 managed-keys.bind -rw-r--r-- 1 bind bind1856 Jun 1 09:16 managed-keys.bind.jnl -rw-r--r-- 1 bind bind 3367966 May 8 11:37 named_dump.db linbobo:/var/cache/bind# rm * linbobo:/var/cache/bind# service named start linbobo:/var/cache/bind# dig tio.nl NS -- But still same result. :-( Bonno Bloksma

RE: bind9 and dns forward

2023-05-19 Thread Bonno Bloksma
Query time: 20 msec ;; SERVER: 172.16.208.10#53(172.16.208.10) ;; WHEN: Fri May 19 10:48:07 CEST 2023 ;; MSG SIZE rcvd: 816 Bonno Bloksma

RE: disk usage for /usr/lib on bullseye

2023-05-19 Thread Bonno Bloksma
y user that learned something and that you were able to educate a few more users as well. Bonno Bloksma

RE: bind9 and dns forward

2023-05-08 Thread Bonno Bloksma
: ; EDNS: version: 0, flags:; udp: 4000 ;; QUESTION SECTION: ;einsccmdp-01.tio.nl. IN A ;; ANSWER SECTION: einsccmdp-01.tio.nl.1200IN A 172.16.212.18 ;; Query time: 12 msec ;; SERVER: 172.16.208.10#53(172.16.208.10) ;; WHEN: Mon May 08 11:42:37 CEST 2023 ;; MSG SIZE rcvd: 64 Bonno Bloksma

RE: disk usage for /usr/lib on bullseye

2023-05-08 Thread Bonno Bloksma
ly the last 2 and see where things go from there. >From now on I am going to keep better track on the number of kernels on the >system. Bonno Bloksma

RE: disk usage for /usr/lib on bullseye

2023-05-08 Thread Bonno Bloksma
els. I understand there are circumstances where not al modules assigned to a kernel version are part of the kernel. But... would they be of any use when that kernel version is no longer installed? Bonno Bloksma

RE: bind9 and dns forward

2023-05-05 Thread Bonno Bloksma
y; forwarders {172.16.128.40; 172.16.208.10;}; }; zone "tio.test" IN { type forward; forward only; forwarders {172.16.128.40; 172.16.208.10;}; --------- Why does it first go to the public dns and then run into the dnssec problem? There is a direct definition for the tio.nl zone in my config file. Bonno Bloksma

RE: disk usage for /usr/lib on bullseye

2023-05-05 Thread Bonno Bloksma
report the symptoms. BTW I noticed this not only in my bullseye systems but also in my older busters systems, The folders are just smaller and therefore it did not realy impact my diskspace on / which is why I never noticed it. Bonno Bloksma

RE: bind9 and dns forward

2023-05-02 Thread Bonno Bloksma
cmdp-01.tio.nl/DS/IN': 172.16.128.40#53 May 2 11:24:27 linbobo named[574]: validating tio.nl/SOA: got insecure response; parent indicates it should be secure May 2 11:24:27 linbobo named[574]: no valid RRSIG resolving 'einsccmdp-01.tio.nl/DS/IN': 172.16.208.10#53 May 2 11:24:27 linbobo named[574]: broken trust chain resolving 'einsccmdp-01.tio.nl/A/IN': 172.16.128.40#53 --- Bonno Bloksma

disk usage for /usr/lib on bullseye

2023-05-01 Thread Bonno Bloksma
If I can delete it, is there a proper way to clean it up or do I just rm /usr/lib/modules/5.10.0- for the older kernels? Is this a BUG in Bullseye? p.s. Looking at this I just noticed I need to do an update on lunutr, I will dis that right after sending this mail ;-) Met vriendelijke groet, Bonno

bind9 and dns forward

2023-04-28 Thread Bonno Bloksma
ome? I may be totally wrong but, as the first problems started when we switched to dnssec on the external dns environment, it feels like that is related to the validation lines I see. Is there a solution? Bonno Bloksma

RE: is nft running? how do I get info?

2023-04-25 Thread Bonno Bloksma
ey provided. That was something completely new, you never heard of it before, neither do I though. ;-) Bonno Bloksma

RE: is nft running? how do I get info?

2023-04-25 Thread Bonno Bloksma
installs and enable the firewall. It seems after I changed the iptables script to a nft config I have been running my buster machines with a proper nft config that NEVER got loaded. :-( Bonno Bloksma

RE: is nft running? how do I get info?

2023-04-25 Thread Bonno Bloksma
Hi Dan, >> I thought I understood it all and as far as I know I have a working config. >> But just trying to get a listing of the running config shows NOTHING. >> linbookwormtest:~# nft list ruleset >> linbookwormtest:~# > > That says that you have no firewall set up. That was my conclusion as

RE: is nft running? how do I get info?

2023-04-25 Thread Bonno Bloksma
go wrong by not understanding how it all connects. If I install dhcp it comes with default config files. If I change them then THAT config gets loaded. If Debian does NOTHING with that nft config file then why is it there? Is this a bug? Bonno Bloksma

is nft running? how do I get info?

2023-04-24 Thread Bonno Bloksma
continue? It isn't even working on a clean install of Debian bookworm with the default config file. Bonno Bloksma

how to find the original install version

2022-12-09 Thread Bonno Bloksma
work. I can rebuild a Debian machine quite fast and have it up and running with for instance the DHCP service within the hour having all the correct config and other stuff I want. I would like to know for which systems I realy need to do this. ;-) Bonno Bloksma

RE: DHCP server for other site

2021-12-10 Thread Bonno Bloksma
nfigs manageable. ;-) And an update. It seems this dhcp server is reacting to requests on the local network even though there is no config to do so. I see DHCPINFORM and DHCPACK lines for the local 10.0.1.0 network. Why is that happening? Is it just parroting what the other authoritative dhcp serv

DHCP server for other site

2021-12-08 Thread Bonno Bloksma
locations. That helps a lot with keeping the configs manageable. ;-) Bonno Bloksma

RE: ISC-DHCP server number of active leases

2021-06-10 Thread Bonno Bloksma
n machine before and have yet to read all the documentation as to how I can install a perl script as an extention. Anyone who can help, please do so. What do I need to focus on at first? Bonno Bloksma

ISC-DHCP server number of active leases

2021-06-07 Thread Bonno Bloksma
to saturation at any given moment in the day. Bonno Bloksma

Re: [Openvpn-users] surf the internet through openvpn

2021-06-04 Thread Bonno Bloksma
as the receiving server has no problem with the discrepency in the ip number, hostname and PTR record. Bonno Bloksma (mobile) Op 4 jun. 2021 om 22:01 heeft Fermin Francisco het volgende geschreven:  Hi! My problems are two: After I putted the push "redirect-gateway local def1" in server

RE: Missing SSL/https root cert(s)?

2021-05-21 Thread Bonno Bloksma
n going on with what a mail server/client should accept and try to interpret when the sender does not follow the proper rules. Met vriendelijke groet, Bonno Bloksma senior systeembeheerder

RE: on the verge of shopping for new desktop hardware, recommendations?

2021-03-08 Thread Bonno Bloksma
e router, all devices connected to the switches. I could have bought a bigger POE switch but I already had the other switch(es) before I needed some POE ports. Bonno Bloksma

iptables -Z option

2021-02-09 Thread Bonno Bloksma
set will load and all will be up and running again. I'd like to keep that way of setting things up, it makes it easy to test a new set of rules and debug typo's. Bonno Bloksma

force apt (apt-get) to use ipv4

2020-08-20 Thread Bonno Bloksma
of this machine? Bonno Bloksma

RE: ifup && iptables error

2020-03-23 Thread Bonno Bloksma
ll exists, it is empty, no 70-persistent-net file present. See https://wiki.debian.org/NetworkInterfaceNames why and how to get another set of predictable names like lan0 if you want that. Bonno Bloksma

uefi boot install and disk partitions

2020-01-04 Thread Bonno Bloksma
://wiki.debian.org/UEFI but that does not answer my questions above. Bonno Bloksma

RE: Debian on raspberrypi: failed to configure wlan0

2019-12-19 Thread Bonno Bloksma
up and running for which there is a separate file in interfaces.d/ ? That file might then not even have a gateway statement if it used dhcp. Bonno Bloksma

RE: apparent change in hostnames on LAN without admin intervention

2019-12-16 Thread Bonno Bloksma
and student.tio.nl for stuff that relates to the students. But at one time it was the "official policy" to use .local for internal stuff. It was even in documentation and course material in those days. That was of course years before someone decided to use .local for mDns which then led to the current confusion. :-( Bonno Bloksma

recurse does not work?

2019-11-20 Thread Bonno Bloksma
to an executable, other than doing it one by one. Bonno Bloksma

RE: 24-hour vs. 12-hour time, ambiguity, and abbreviations (was Re: Default date output format changed after an upgrade to buster)

2019-09-13 Thread Bonno Bloksma
Hi David, > Where would you use it? Why not just drop 12-hour times? > I don't think I've ever formatted a 12-hour time on a computer (unless you > want to count the example quoted below). > Yup, pretty much when we "send" time info to some when it is not life foce-to-face using a 12-hour

RE: Wireless home LAN - WiFi vs Bluetooth?

2019-07-31 Thread Bonno Bloksma
Helllo Celejar, >> WPA2's (that's your conventional WiFi standard) secure configuration >> is fiendishly difficult. > I take your point, but "fiendishly difficult"? I think you're exaggerating. I think so too, WPA2 has been around for a rather long time and all software knows about it. >> You

linux-kernel needs dist-upgrade (again)

2019-05-03 Thread Bonno Bloksma
hat can break during a normal upgrade? Bonno Bloksma

RE: just mail forwarding to smart mailer

2019-04-16 Thread Bonno Bloksma
will the program become active to send the mail to the smarthost? Where can I find more info? It seems this might be my lightweight solution. Using Google for ssmtp gives mostly links to secure smtp. Bonno Bloksma

just mail forwarding to smart mailer

2019-04-13 Thread Bonno Bloksma
and does not get me much closer to what I want. :-( Who can help me and point me to some relevant info? Bonno Bloksma

RE: Stretch to buster

2019-02-11 Thread Bonno Bloksma
Hi Paul, > Updated from Stretch to Buster (non-free) the other day all went fine, just > undertaken > > apt update && apt upgrade > > today and  all seem to go fine,  The process seems to be pretty painless for > the most part. I do hope you did apt dist-upgrade too. ;-) Bonno Bloksma

DHCP log different location but warnings in syslog

2018-12-12 Thread Bonno Bloksma
ines like DHCPINFORM, DHCPACK, DHCPREQUEST, DHCPOFFER, DHCPNAK, etc. But of course I do want to have those regular log lines stored somewhere like in a /var/log/dhcp/dhcpd.log file So, how do I do that? Bonno Bloksma

installing at needs 19 other packages

2018-12-12 Thread Bonno Bloksma
libntlm0 libpython2.7 mailutils mailutils-common mysql-common psmisc 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded. Need to get 9,530 kB of archives. ---- Bonno Bloksma

RE: stretch update overwrites nano file

2018-11-27 Thread Bonno Bloksma
ult.nanorc file back into the /usr/share/nano dir. I want it to be a system wide default as the current default is "a bit sparse" ;-) I now better understand the logic why my default file got replaced. Still it would have been better if there was some kind of warning but I understand the logic and I can live with it. :-) Thanks for the explanation Bonno Bloksma

stretch update overwrites nano file

2018-11-26 Thread Bonno Bloksma
ere around. But that is just a bit of extra info and does not mitigate this problem. Bonno Bloksma

RE: dhcp service problem on stretch

2018-10-08 Thread Bonno Bloksma
stopping and starting the service does not go well if the interface definition and/or the dhcpdX.conf config file is not correct. I have not invested enough time, nor do I have the need, to find out exactly what works and what does not. Now after the reboot and a normal dhcpd.conf file for ipv4 all is well. :-) Bonno Bloksma

RE: dhcp service problem on stretch

2018-09-07 Thread Bonno Bloksma
Hi, >On Thu, Sep 06, 2018 at 05:33:39PM +0000, Bonno Bloksma wrote: >> Sep 06 17:47:42 linom1 isc-dhcp-server[1668]: Launching both IPv4 and IPv6 >> servers (please configure INTERFACES in /etc/default/isc-dhcp-server if > Please edit the file above and place your network inte

dhcp service problem on stretch

2018-09-06 Thread Bonno Bloksma
p-server.service: Unit entered failed state. Sep 06 17:47:42 linom1 systemd[1]: isc-dhcp-server.service: Failed with result 'exit-code'. lines 1-17/17 (END) Who can help me? Bonno Bloksma

RE: mailing list vs "the futur"

2018-09-05 Thread Bonno Bloksma
tems a long time ago with email, why go back to something like that? Bonno Bloksma

RE: old Wheezy will not upgrade linux-kernel

2018-01-09 Thread Bonno Bloksma
ncy in the kernel module itself but more everything else that is dependent on it. Ok now I understand the reason for dist-upgrade. In my mind I could find anything the kernel was dependent on so why would it be held back due to a dependency issue Bonno Bloksma

old Wheezy will not upgrade linux-kernel

2018-01-08 Thread Bonno Bloksma
do the apt-get install ? I have this "problem" on at least 2 Wheezy machines. One I cannot upgrade to Lenny. Which is the reason I have at least one other (not critical) machine also at Wheezy so I can compare and test. Bonno Bloksma

RE: OT: Troubleshooting an IP device on a LAN from another LAN--would a VPN work?

2017-12-11 Thread Bonno Bloksma
the quicksupport download they will allways have the new version. Bonno Bloksma

RE: [SOLVED] Re: Why does resolv.conf keep changing?

2017-10-28 Thread Bonno Bloksma
e did not work. But could you clear up whether the supersede still works if properly listed in /etc/dhcp/dhclient.conf ? Bonno Bloksma

RE: dhcp restart with bad config

2017-08-30 Thread Bonno Bloksma
DHCPDISCOVER from 58:c5:cb:58:8a:a9 (android-a4a8b22c312e06c0) via 172.16.212.1 Aug 30 12:20:35 linein dhcpd: DHCPDISCOVER from 04:4b:ed:6f:2a:e6 via 172.16.212.1 Bonno Bloksma

dhcp restart with bad config

2017-08-29 Thread Bonno Bloksma
n the config my DHCP server stopped and did not come up until I fixed the typo and (re)started the service. Which took a while as I got disturbed and the change was not urgent and I assumed the service was still running :-( Is there any way to get the old functionality back? Bonno Bloksma

atftpd not working properly

2017-08-15 Thread Bonno Bloksma
6_02_0020.swi to 172.16.32.15:12554 Aug 15 14:50:51 linein atftpd[496]: recvmsg: Message too long Aug 15 14:50:51 linein atftpd[496]: tftpd_file.c: 958: recvfrom: Message too long === Met vriendelijke groet, Bonno Bloksma

dhcp and iptables

2017-08-15 Thread Bonno Bloksma
ible right now to understand what is going on. Bonno Bloksma

atftpd config

2017-08-13 Thread Bonno Bloksma
t a screen for the config but I never got that. So how do I configure this program? I want to run it as a service Bonno Bloksma

RE: Secure boot - Uefi installation

2017-04-21 Thread Bonno Bloksma
but I have not really found it to speed up the boot process when using a SSD to boot from. Bonno Bloksma

RE: root@localhost mail not forwarding in Exim

2017-03-02 Thread Bonno Bloksma
and will fail if that no longer exists. Bonno Bloksma

RE: DNS hits

2017-02-13 Thread Bonno Bloksma
t might not respond to a recurvice query. AFAIK iptables has nothing to do with this. You cannot block dns requests at the iptables level as it cannot distinguish between a request for your own domain, to which BIND should respond, and a recursive request for another domain, which BIND should ignore. Bonno Bloksma

RE: Detect upgradable packages in shell script ran as a non-root user

2016-12-02 Thread Bonno Bloksma
ay if there are any upgrades to be apllied 5 5 * * 0 root /usr/local/bin/upgradereport.sh It does run as root but then why shouldn't it? Add the -V switch to the apt-get upgrade line to see from which version to which version the upgrade is needed. I just do not need that in my mail, I'll see that when I perform the upgrade. Bonno Bloksma

RE: broken shutdown on stretch

2016-11-30 Thread Bonno Bloksma
Hi, >On Tue, Nov 29, 2016 at 11:10:11AM +0100, Vincent Truchseß wrote: >> Since upgrading to stretch my system keeps hanging on shutdown with >> only a cursor visible, but no output. tty0 still shows output from the >> previous boot. >> >> There is no error-message, but SysRq-Keys still work.

RE: From "physical install DVD's" to "special install USB flash drive" - HOW?

2016-11-03 Thread Bonno Bloksma
Hi, >On Monday 17 October 2016 20:32:54 Richard Owlett wrote: >> So I'm looking to near future when >= 128 GB flash drives available. > > They already are, and larger. See e.g. > > http://www.novatech.co.uk/products/components/memory-usb/usb3.0/muf-128bbeu.html > and >

RE: A minimalist network

2016-08-19 Thread Bonno Bloksma
xceeded. So, any length of cable *as long as it certifies as CAT5e/6/6A* > will work for gigabit ethernet. > > In practice, you'll find good CAT6 1m patch cables readly available, I've > never seen anyone bother selling anything shorter than that, but YMMV. For switch to switch connections I use Cat6 0,5m cables a lot, that is just under 2ft. Bonno Bloksma

RE: Networking: unable to get multi-homed host working in Debian 8

2016-08-10 Thread Bonno Bloksma
than just having multiple ip addresses in the same network on the same interface. What are you trying to achieve? Bonno Bloksma

RE: How to blocks clients between them in subnet

2016-07-18 Thread Bonno Bloksma
24 but can't see other clients in > 192.168.2.0/24. And so for all clients. This looks to be impossible. The whole idea of having 1 network segment is that members can communicate directly over layer 2 without ant router/firewall in between. Bonno Bloksma

RE: /etc/init.d/networking does not start everything in /etc/network/interfaces

2016-05-17 Thread Bonno Bloksma
probably edit the 70-* udev file to create my familiar ethX names. > [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550240 > [1] > https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ Bonno Bloksma

openvpn start failed and Jessie

2016-05-13 Thread Bonno Bloksma
? Bonno Bloksma

RE: apt cache full, mandb update failed

2016-04-21 Thread Bonno Bloksma
ow? > > Would you rather the upgrade came to a halt because of some relatively minor > issue? Yes and no, according to apt-get it was a minor issue of a mandb update, the roor cause was a majot issue. > > apt-get --reinstall install openssh-server > > could be run after space is freed up. I did it by running the dpkg line, same end result I guess. Thank for the explanation and help fixing it. Bonno Bloksma

apt cache full, mandb update failed

2016-04-20 Thread Bonno Bloksma
ge for ssh or something like that? After cleaning up I did another apt-get upgrade but it reported nothing to do. So if it failed to update some files why did it complete anyhow? Bonno Bloksma The complete log in case it is needed: Log started: 2016-04-20 08:18:15 (Reading database ... ^M [.] Readin

RE: restarting network [SOLVED]

2016-04-05 Thread Bonno Bloksma
penVPN is another one. Unless you really want to debug why, Just create a script that does a service network restart first and then a service openvpn restart Bonno Bloksma

RE: restarting network

2016-03-29 Thread Bonno Bloksma
outing lines you added that depend on an ip-address being reachable. Other services / settings may need to be restarted as well. Bonno Bloksma

RE: Throughput riddle

2016-03-22 Thread Bonno Bloksma
are getting bigger / better WiFi transmitters as well and THEN bother you? ;-) It is best to adhere to "researched best practices" I think. Bonno Bloksma

RE: Throughput riddle

2016-03-21 Thread Bonno Bloksma
because of the lower reach the chance of interference is lower as well. However, because of that you might need more transmitters as well. Bonno Bloksma

RE: group membership activation

2016-02-19 Thread Bonno Bloksma
er what I used as search keys(s) but my first 4-5 hits did not provide an answer, which is why I asked. Thanks for your pointers as well. Bonno Bloksma

group membership activation

2016-02-18 Thread Bonno Bloksma
to the user token at login. Changes in group membership have no effect untill the user logs in again. Bonno Bloksma

RE: Jessie 8.3 - still no update notifications

2016-01-27 Thread Bonno Bloksma
;1 # Stap 2: toon de upgrades apt-get --dry-run upgrade | grep Inst > $TMPFILE if egrep -q ^Inst $TMPFILE then mail -s "$SUBJECT" $MAILREC < $TMPFILE fi rm $TMPFILE Met vriendelijke groet, Bonno Bloksma senior systeembeheerder

isc-dhcp-server in squeeze-lst broken after update

2016-01-14 Thread Bonno Bloksma
of ISC DHCP server: dhcpd is running. Please fix the package in Squeeze-lts so I can have the dhcpd.conf file in its proper place. Bonno Bloksma

RE: How come i wrote a NO-BREAK SPACE in xterm+bash ?

2015-08-20 Thread Bonno Bloksma
not know why I would want / need it there. Bonno Bloksma

RE: VLAN config on Jessie

2015-08-04 Thread Bonno Bloksma
Hello Andrew, On 03/08/15 14:44, Bonno Bloksma wrote: I have a similar setup but the untagged network is the management network for the APs. All traffic on the WiFi network is done in VLANS. That is how I have it setup. So in that case you should have 3 definitions on eth1 (assuming

RE: VLAN config on Jessie

2015-08-03 Thread Bonno Bloksma
then straight interface routing. However, my last test was on an old Lenny system so that might have been improved. Bonno Bloksma -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https

RE: post-up in interfaces doesn't work

2015-07-30 Thread Bonno Bloksma
config is indeed what you want. Bonno Bloksma

open vpn client uses wrong address sometimes

2015-07-16 Thread Bonno Bloksma
on the other side using ping. I can do a dig and it will use our company dns server and produce the proper result. How can I debug this problem further? Bonno Bloksma -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

to be rude or not (was: YAGF is a seriously screwed package)

2015-07-10 Thread Bonno Bloksma
meant to write a whole new meaning. As I have discovered sometimes. ;-) Bonno Bloksma tio university of applied sciences -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org

RE: setting up vsftpd

2015-07-06 Thread Bonno Bloksma
) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 4405 packets, 683K bytes) pkts bytes target prot opt in out source destination Here the INPUT and OUTPUT chain are open and the forward chain is closed. Bonno

RE: ssh tunnels or openvpn/IPsec?

2015-05-10 Thread Bonno Bloksma
) There is a commercial version too which has commercial support but you want the community version which comes with Debian. Bonno Bloksma -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https

RE: Colorized Prompts Problem

2015-05-04 Thread Bonno Bloksma
\] ' This does not have the problem, I have been using this now for over a year, no problems at all. Bonno Bloksma -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org

RE: I need guidance about how to configure a newly installed Jessie ... great progress

2015-04-21 Thread Bonno Bloksma
intends to offer. Bonno Bloksma -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/89d1798a7351d040b4e74e0a043c69d7cdfa4...@einexch-01.tio.nl

RE: usb wireless keyboard and mouse (was debian 8)

2015-04-11 Thread Bonno Bloksma
reaction got worse and worse. :-( We solved that problem for the most part by having a Wi-Fi network that now uses both frequencies 2.4GHz and 5GHz and kicks a device to the 5GHz band when it is able, thus freeing up the 2.4GHz band. Bonno Bloksma

RE: Cool things to do with server

2015-03-16 Thread Bonno Bloksma
for testing. Whem I am not using it for testing I run folding@home on it. https://folding.stanford.edu/home/guide/linux-install-guide/ Bonno Bloksma tio university of applied sciences

RE: Is this a hacking attempt?

2015-01-22 Thread Bonno Bloksma
it at this point? VMware based their new vSphere management interface around flash. The idea was that companies without Windows machines no longer need a Windows PC just to use the VMware client. All they need now is a machine with flash. ;-) Bonno Bloksma

RE: test VMs

2015-01-08 Thread Bonno Bloksma
a machine with only the system tools installed, need to do some basic routing / firewall testing. Bonno Bloksma -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org

RE: multiple outbound NAT

2015-01-08 Thread Bonno Bloksma
far concentrate on one aspect, either the firewalling or the routing. If someone knows a comprehensive example then please point me to it. Preferably an example that no longer talks about kernels prior to 2.4.x but simply assumes a modern system with iptables 1.4.x, iproute2, etc. Bonno

RE: multiple outbound NAT

2015-01-08 Thread Bonno Bloksma
is going to take some. Bonno Bloksma

test VMs

2015-01-08 Thread Bonno Bloksma
Hi, I want to setup a few test VMs on my VMware servers. Can I simply clone a basic machine? A machine with no desktop, just an empty server. Is there a script which I can use to simply reset machine specific stuff like the hostname, ssh keys, etc? Bonno Bloksma -- To UNSUBSCRIBE, email

multiple outbound NAT

2015-01-07 Thread Bonno Bloksma
. Bonno Bloksma -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/89d1798a7351d040b4e74e0a043c69d7ad5ff...@einexch-01.tio.nl

  1   2   3   >