1378601114 Q * click Remote host closed the connection 1378608484 Q * wmp Read error: Connection reset by peer 1378616827 M * Bertl_oO off to bed now ... have a good one everyone! 1378616832 N * Bertl_oO Bertl_zZ 1378617718 J * FireEgl ~FireEgl@50-82-232-178.client.mchsi.com 1378619084 N * l0kit Guest5902 1378619090 J * l0kit ~1oxT@0001b54e.user.oftc.net 1378619489 Q * Guest5902 Ping timeout: 480 seconds 1378627091 J * Ghislain ~aqueos@adsl1.aqueos.com 1378629233 J * disposab1e disposable@shell.websupport.sk 1378629239 J * s1aden ~paul@starsky.19inch.net 1378629253 Q * disposable resistance.oftc.net charm.oftc.net 1378629253 Q * sladen resistance.oftc.net charm.oftc.net 1378629253 Q * rootard resistance.oftc.net charm.oftc.net 1378629253 Q * Romster resistance.oftc.net charm.oftc.net 1378629253 Q * sid3windr resistance.oftc.net charm.oftc.net 1378629254 J * sid3windr luser@bastard-operator.from-hell.be 1378629570 J * rootard ~rootard@pirlshell.lpl.arizona.edu 1378629570 J * Romster ~romster@202.168.100.149.dynamic.rev.eftel.com 1378633179 N * s1aden sladen 1378634550 J * wmp ~wmp@2001:41d0:1:8616::1 1378634654 J * bonbons ~bonbons@2001:a18:20e:8101:a49a:ed99:eb09:e084 1378637644 Q * ircuser-1 Read error: Operation timed out 1378638581 Q * disposab1e Ping timeout: 480 seconds 1378638796 J * disposable disposable@shell.websupport.sk 1378640555 J * ircuser-1 ~ircuser-1@35.222-62-69.ftth.swbr.surewest.net 1378646901 N * Bertl_zZ Bertl 1378646906 M * Bertl morning folks! 1378649035 M * Bertl off for now ... bbl 1378649050 N * Bertl Bertl_oO 1378658156 J * hijacker_ ~hijacker@cable-84-43-134-121.mnet.bg 1378659764 Q * Kabaka Remote host closed the connection 1378660072 Q * thierryp Ping timeout: 480 seconds 1378660917 M * allquixotic Bertl_oO: is there a workaround yet for vserver that would enable guests to listen on 0.0.0.0 or :: and only listen on the IPs that guest is assigned? kinda like full virtualization or OpenVZ? I'm able to work around it somewhat by messing with ports, but I have a few apps where, short of editing the source, I can't tell it not to listen on 0.0.0.0 1378661605 J * thierryp ~thierry@home.parmentelat.net 1378662390 Q * thierryp Ping timeout: 480 seconds 1378663740 J * thierryp ~thierry@home.parmentelat.net 1378663949 M * Bertl_oO allquixotic: for recent kernels, there is no need to change 0.0.0.0 1378663978 M * Bertl_oO i.e. it will be either bound to the single guest IP (special casing) or handled properly (i.e. mapped to the IPs assigned to the guest) 1378664006 M * Bertl_oO if you want a virtual network stack, this can also be done by utilizing the network namespaces from lxc 1378664017 M * allquixotic Bertl_oO: How recent? I'm on 3.10.9 latest pre, and for example if I assign separate public IPs to two different guests, and have them both OpenSSH listen on 0.0.0.0:22, one will succeed (the one that starts first) and the other will throw an error that it can't bind to the socket. 1378664018 M * Bertl_oO (which reportedly work fine with Linux-VServer on recent kernels) 1378664037 M * Bertl_oO that's more than recent :) 1378664056 M * allquixotic is that "special casing" a CONFIG option I don't have enabled? 1378664068 M * Bertl_oO check the /proc/virtnet//* for both guests 1378664089 M * Bertl_oO and upload it (anonymize public IPs) to a pastebin 1378664096 Q * Ghislain Quit: Leaving. 1378664105 M * allquixotic both info and status? 1378664116 M * Bertl_oO yep 1378664224 Q * thierryp Ping timeout: 480 seconds 1378664264 M * allquixotic I didn't anonymize it but I PMed you the results 1378664292 M * Bertl_oO okay 1378664352 M * Bertl_oO first, your netmask seems a little odd, but I guess you just didn't set it 1378664408 M * allquixotic yeah, I didn't set it when migrating from OpenVZ... the real netmask is some really weird netmask that my hosting provider requires 1378664423 M * allquixotic 255.255.255.224 1378664426 M * allquixotic not exactly standard 1378664498 M * Bertl_oO it wouldn't hurt to set that properly, you can use prefix '27' 1378664513 M * Bertl_oO (and that's not really unusual for providers) 1378664518 M * allquixotic so set the IP to w.x.y.z/27 ? 1378664582 M * Bertl_oO in /etc/vservers//interfaces/0/ add a file 'prefix' with the contents 27 1378664587 M * allquixotic oh, I need to change my guests over to "nodev" as well :-) 1378664587 M * Bertl_oO but stop the guest first 1378664616 M * Bertl_oO you can do that, if you configure the IP on the host 1378664626 M * Bertl_oO otherwise util-vserver will bring it up and down 1378664670 M * allquixotic well accordin to the FAQ, nodev prevents guests from bringing down the host's networking with an ifconfig command as host 1378664674 M * allquixotic according* 1378664690 M * allquixotic as root, not host, lol 1378664702 M * Bertl_oO well, folks write a lot in the FAQ pages, and sometimes it contains a grain of truth :) 1378664717 M * Bertl_oO anyway, what nodev vs dev (with e.g. eth0) does is this: 1378664747 M * Bertl_oO if there is a 'nodev' entry, util-vserver will assign the given IP to the guest (network context) only and not do anything on the host 1378664774 M * Bertl_oO if there is a dev entry with e.g. eth0, then util-vserver will add the given IP/mask/prefix to the host device eth0 1378664780 M * Bertl_oO when the guest is started 1378664795 M * Bertl_oO and remove it (only this IP) again when the guest is stopped 1378664850 M * allquixotic but that does not affect the special casing behavior, right? 1378664871 M * Bertl_oO nope, special casing should be off according to the flags 1378664896 M * Bertl_oO check with nattribute --nid --get 1378664900 M * allquixotic oh... but it looks like I want special casing because that will allow me to bind to 0.0.0.0 on the same port on multiple guests 1378664906 M * allquixotic which flag should I set to enable it? 1378664941 M * Bertl_oO single_ip, but it should work with and without in your case 1378664955 M * Bertl_oO unless the host is binding to one of those public IPs as well 1378664962 M * Bertl_oO (which is most likely the case) 1378664977 M * allquixotic ah, that was the problem.... I fixed that already on the host for SSH and the host really doesn't have much running besides SSH 1378664984 M * Bertl_oO so, my suggestion would be to run netstat -ni on the host 1378664997 M * Bertl_oO and see if nothing is using * or one of the guest IPs 1378665020 M * Bertl_oO (for the port(s) in question) 1378665024 M * allquixotic the host is just binding to the host's own public IP on the port in question 1378665048 M * Bertl_oO okay, verified with netstat or lsof, yes? 1378665105 M * allquixotic netstat -pan yep 1378665165 M * allquixotic I'll follow up later, at the moment I have to focus on a presentation I'm watching at OSCC, a keynote being delivered by Grady Booch, the inventor of UML (Unified Modeling Language) ... thanks for your help so far :) 1378665180 M * allquixotic http://en.wikipedia.org/wiki/Grady_Booch 1378665230 M * Bertl_oO okay, no problem 1378665576 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:a035:50f4:516c:f02b 1378666057 Q * thierryp Ping timeout: 480 seconds 1378666445 Q * hijacker_ Quit: Leaving 1378667402 J * thierryp ~thierry@home.parmentelat.net 1378667887 Q * thierryp Ping timeout: 480 seconds 1378669231 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:def:3fb3:1909:df54 1378669382 J * thierryp_ ~thierry@home.parmentelat.net 1378669458 Q * thierryp_ Remote host closed the connection 1378669712 Q * thierryp Ping timeout: 480 seconds 1378673012 J * thierryp ~thierry@home.parmentelat.net 1378673040 Q * bonbons Quit: Leaving 1378673496 Q * thierryp Ping timeout: 480 seconds 1378676654 Q * arekm Ping timeout: 480 seconds 1378678566 J * click click@ice.vcon.no 1378680826 Q * Wonka Remote host closed the connection 1378680828 J * Wonka produziert@chaos.in-kiel.de 1378680964 Q * mcp Ping timeout: 480 seconds 1378681015 J * mcp ~mcp@wolk-project.de