[00:15] *** nesta has quit IRC (Quit: poit!) [00:15] *** Jareth has quit IRC () [00:15] *** dxtr_ has joined #arpnetworks [00:16] *** nesta has joined #arpnetworks [00:17] *** dxtr has quit IRC (Ping timeout: 240 seconds) [00:35] *** amdprophet|sleep has joined #arpnetworks [00:36] *** amdprophet has quit IRC (Ping timeout: 240 seconds) [01:02] *** LT has joined #arpnetworks [01:26] *** islandfo1 has joined #arpnetworks [01:26] *** mjp has quit IRC (Read error: Connection reset by peer) [01:27] *** mjp has joined #arpnetworks [01:27] *** jdoe has quit IRC (Ping timeout: 240 seconds) [01:27] *** jdoe has joined #arpnetworks [01:27] *** islandfox has quit IRC (Read error: Connection reset by peer) [01:51] *** cedwards has quit IRC (Read error: Connection reset by peer) [01:51] *** cedwards has joined #arpnetworks [03:19] *** schmir has joined #arpnetworks [03:42] *** schmir has quit IRC (Remote host closed the connection) [03:44] *** schmir has joined #arpnetworks [05:44] *** ziyourenxiang has joined #arpnetworks [05:46] *** schmir has quit IRC (Remote host closed the connection) [05:48] *** schmir has joined #arpnetworks [06:22] *** loaicu has quit IRC (Quit: leaving) [06:32] *** dxtr_ is now known as dxtr [06:32] *** dxtr has quit IRC (Changing host) [06:32] *** dxtr has joined #arpnetworks [06:48] *** RonnyBarber has quit IRC (Quit: irssi reloaden) [06:48] *** BarberRonny has joined #arpnetworks [06:51] *** BarberRonny has quit IRC (Client Quit) [06:52] *** BarberRonny has joined #arpnetworks [06:53] *** BarberRonny has quit IRC (Client Quit) [06:55] *** BarberRonny has joined #arpnetworks [08:08] *** cedwards has quit IRC (Changing host) [08:08] *** cedwards has joined #arpnetworks [08:44] *** ziyourenxiang has quit IRC (Quit: ziyourenxiang) [09:05] *** robotarmy has joined #arpnetworks [09:15] *** LT has quit IRC (Quit: Leaving) [09:25] *** schmir has quit IRC (Remote host closed the connection) [10:54] *** cubelogic has quit IRC (Ping timeout: 240 seconds) [10:56] *** cubelogic has joined #arpnetworks [11:01] *** cubelogic has quit IRC (Ping timeout: 240 seconds) [11:12] *** cubelogic has joined #arpnetworks [11:45] *** lucky has quit IRC (Remote host closed the connection) [11:47] *** lucky has joined #arpnetworks [13:27] *** infrared has quit IRC (Read error: Connection reset by peer) [14:07] *** fink has joined #arpnetworks [14:12] *** fink has quit IRC (Quit: fink) [14:16] *** schmir has joined #arpnetworks [14:45] up_the_irons, can i get a quick confirm that the appropriate way to switch to the new $20 / mo VPS w/ 400 GB of transfer is to issue a support ticket authorizing it? [14:50] lucky: yes. file a ticket. there is a 1 time $20 fee to upgrade, per VPS [14:57] :) hm, that reminds me... how is FBSD's ZFS coming along? would it be a painful idea to try ZFS on a VPS with 768 MB ? I seem to recall Bad Things with ZFS on a 512 MB RAM virtual machine i tried a little while ago [15:11] jpalmer: hey, if I was to get a second VPS say a $10 one, any way to guarrantee it won't be on the same host on my other one? [15:13] oh I guess thats a moot point, as signups are disabled :) [15:50] G, in the comments, during signup, you can always ask for a different host. not sure what the policy there is. [15:50] *** schmir has quit IRC (Ping timeout: 240 seconds) [15:50] * jpalmer guesses signups are disabled due to the host failure earlier this week [15:58] jpalmer: yeah [16:36] lucky: I looked in to running ZFS on a VPS with 768MB of RAM...I decided against it after talking it over and reading a bit about it... [16:38] the "minimum requirements" for ZFS to be happy is apparently 1GB, and even then you would want to have more. that being said it can be done on as little as 512MB but for me with a VPS, when RAM is the "premium" resource that's limiting your performance, I think ZFS is not worth it unless you have a very good specific reason for needing it. [16:39] yeah, that's about how I feel. [16:53] *** schmir has joined #arpnetworks [17:20] *** schmir has quit IRC (Remote host closed the connection) [17:32] *** DDevine has joined #arpnetworks [17:38] *** Dougy has left [18:13] Once I get IPv6 working on CentOS I will migrate my mail off google apps into the new server. [18:14] it's pretty straightforward, but you won't be able to firewall anything. [18:14] so, uh, keep that in mind. [18:15] er, rather [18:15] you won't be able to have a STATEFUL ipv6 firewall. [18:15] until centos6 is released. [18:15] Maybe thats whats breaking it. [18:15] depends on what your problem is, I guess. [18:15] Though it also seems to be having issues adding the default route for some reason [18:16] I'll just have another shot at working it out on my own. [18:17] I probably still have my configs for native ipv6 somewhere, sec. [18:18] on centos? [18:18] yeah. [18:19] ... so, uh, basically you need NETWORKING_IPV6 (obviously) in /etc/sysconfig/network [18:19] yep got that [18:20] and IPV6INIT=yes, IPV6ADDR=(your machine's ipv6 addr, no brackets) and IPV6_DEFAULTGW=(your upstream ipv6 gateway) [18:20] in your ifcfg-(interface) script. [18:20] ... that said, I've never used this on arp. [18:20] I put the gateway in /etc/sysconfig/network [18:21] and again, you'll be able to block ports etc., but stateful firewalling for ip6tables is only in a more recent kernel. [18:21] and by no brackets you mean with out :: ? [18:21] no. [18:21] I mean don't add () :P [18:21] [] [18:21] oh [18:21] IPV6ADDR=1234::1 [18:21] that kind of thing. [18:21] well then it looks good except that gateway thing. [18:21] which shouldn't be wrong, but i'll try it. [18:24] It really dislikes having IPV6_DEFAULTGW in ifcfg-eth0 [18:25] oh [18:25] * DDevine double checks the addresses [18:25] I have all my addresses expanded. [18:25] I'm not sure if it will work properly if you collapse them. [18:25] Oh crap I think I have made a very bad type [18:25] typo [18:26] ok. [18:26] well, uh, best of luck ;) [18:28] It was just a typo - My address for eth0 was 2507.... instead of 2607.... [18:29] yay! [18:30] Thanks for your help jdoe - you still saved me hours of second guessing. [18:31] Once the address was right the default gatway issue dissappeared for obvious reasons. [18:33] go team. [18:35] I'll eventually get notes about my build into my public wiki - so that if others run into the same gateway error I can advise them to double check their addresses. [18:38] I have been making a huge amount of notes lately. Having ownCloud makes it easy too because I can do it on nearly any computer without having to worry about where my files are. [19:21] *** DDevine has quit IRC (Ping timeout: 276 seconds) [23:01] anyone need colocation space? I may have some space opening up soon. [23:01] I can roll in some pretty high bandwidth deals [23:07] does it have to be a rack? or can I just send you my massive old tower and you can tuck it in the back somewhere? ;) [23:08] *** jazz57 has joined #arpnetworks [23:09] whitefang: I can colo a tower, yes ;) [23:12] are you for serious? [23:14] whitefang: yeah, why not? although I don't see _why_ you'd want to, LOL [23:14] isn't it general cheaper to put together a bugdet tower than get a rack? [23:15] whitefang: now i don't understand the question... ;) [23:15] "get a rack" -- do you mean a rackmount server? [23:15] yeah [23:16] rackmount servers are generally more expensive, yes [23:16] so that's why I'd want to send you a tower :P [23:16] sure, no problem [23:16] * whitefang looks for a 5foot tower [23:17] hmmm, where can I find some sata tape drives ;) [23:17] hehe [23:17] up_the_irons: Is PacketExchange currently the only upstream transit provider? [23:18] jazz57: I have packetexchange, trit networks, xeex communications, and about 40 peers [23:18] jazz57: if you have specific bandwidth requirements, I can have them ordered; being in One Wilshire's sister building (CoreSite) gives us access to many, many carriers [23:19] I was just looking at http://www.cidr-report.org/cgi-bin/as-report?as=AS25795&v=4&view=2.0 [23:19] up_the_irons: what kind of costs would I looking at for colo? I don't anticipate needing very much bandwidth. [23:19] jazz57: those are never quite accurate [23:19] to you generally charge by power consumption, bandwidth usage, and physical space required? [23:20] whitefang: yeah [23:22] I wonder if 1U + 100 Mbps (dedicated, unmetered), for $249 / mo, would be attractive to people [23:23] I need more rams, not bandwidth ;) [23:23] hah [23:24] so how much for a big honking tower with lots of rams and very little bandwidth usage monthly? [23:29] whitefang: how much power would the tower draw? [23:39] * G sends up_the_irons a bladecentre :P [23:40] errr I'd love to anyway :) [23:41] maybe if I win Lotto :) [23:41] haha [23:42] * G loved playing w/ IBM Bladecentres [23:42] nice [23:43] yeah, they normally are pretty nice [23:50] *** robotarmy has quit IRC (Remote host closed the connection) [23:51] * G is trying to work out what to do w/ Backup MX [23:59] *** jazz57 has left