I GOT A JOB GUYS! Hah. and... we're back got hung up trying to get around some botched APR install for apache finally realized the old one wasn't uninstalled right, and did a hard rm -rf of a lib dxtr, congratulations heh, more mzima problems? Whew. Upgraded to 7.3! sweet hello, up_the_irons are you here? typically email to support@ is faster yeah, there's an app for that hello and... he's back! :) RandalSchwartz: I am adding ipv4 aliases in rc.conf. the original line put in by arp for my first ipv4 ends with netmask 255.255.255.248 .. just wondering for the aliases what netmask should they be? are you using freebsd? yes sir here's all I had to do ... defaultrouter=208.79.95.1 ... ipv4_addrs_em0=208.79.95.2-14/28 that does it the range is auto-translated ah ha adjust your numbers as appropriate I had it like ifconfig_em0="inet 174.136.98.210 netmask 255.255.255.248" ifconfig_em0_alias0="inet 174.136.98.211 netmask 255.255.255.255" yeah - that's all too much typing :) hehe and for my v6... ipv6_enable=YES ipv6_defaultrouter=2607:f2f8:3080::1 ipv6_ifconfig_em0=2607:f2f8:3080::/48 There's probably a parallel way to do it I've seen both so .. ifconfig_em0="inet 174.136.98.210 netmask 255.255.255.248" becomes .. ipv4_addrs_em0=174.136.98.210-14 210-214 and /28 yeah whats your /28 for that's the netmask oh wait... you have fewer bits ipv4_addrs_em0=174.136.98.210-214/28 ah so mayb /29 I have a /28 thank you muchly sir :) ah 29 for me then ? you have 5 addresses, yes I have 13 this netmask stuff is confusing as hell to me :P anyone else having routing problems? ok 13 = 16 addresses minus net minus broadcast minus router 5 = 8 addresses (/29) minus net minus broadcast minus router yeah jdoe - i can't get to my VPS atm :( 1 = 4 addresses (/30) minus net, broadcast, router jdoe: does your traceroute just hit mzima then 'disappear' ? bob^^: something liike that, yeah. :( hey :) Hi! :) http://hackage.haskell.org/package/berp-0.0.1 can you guys get to your VPSs at the minute? i can't even load the ARP website :/ so i'm guessing even if i email support@ it won't get there :/ sleep time, hopefully it'll be sorted in the morning :) bob^^: I can This IRC session is on my VPS http://lessthanthreesoftware.com/ bob^^: can you get to that? that is my webpage hosted on ARP Wraithan: works for me. cedwards: was talking to bob^^ as he couldn't connect to his ARP server ahh. Anyone use qtile? didn't get that far back in the log. just assumed you were looking for verification. llll- Hi Howdy I and other are having problems accsessing the aprnewtorks virtual servers, i was wondering if you were aware of it ? up_the_irons: ping I can access my server but it seems some others cant bob^^: ping yeah unable to resolve the host from sevral isp's but able to from sevral others :) M0OML: can you get to http://lessthanthreesoftware.com/ that's my website that is hosted on there virgin media and talk talk in the uk are unable to access my server and arp's homepage but i can on my 3g dongle in my laptop nope M0OML: where does traceroute die? hang on let me get it up again I am not a ARP rep, but if you don't mind giving me your external IP (of where you are) I'll try and traceroute to you from my VPS sent to you privet its dieing at te1-1.cr01.lax02.us.mzima.net ip 69.174.120.33 I only got one hop out from me to you, it died after my gateway i get 14 hops but still dies it isn't getting out of the building in the direction that it tries to when trying to get to you exacally :) i can;t e-mail them my e-mail is on the vps :) You don't have a backup gmail account? its failing after packet exchange so anyone from ARP here or ? up_the_irons: you around? ok i take it no one from arp is about then :) Looks to be that way :( ok well i guess i will attempt to open a ticket on my mobile phone then :( :( Wish I could help hmm vps disk access is very slow. is it cronjob time in the US? BarberRonny: no unless people do cronjobs at 6-9pm most run at midnight afaik ok :) here its 3.34am mzima needs to be less fucked :/ mzima needs to be more fucked, so it will go away hehe RandalSchwartz: what was that ipv6 line you showed me from your rc.conf earlier? you want it again? or you want it explained? plz sir, I lost it when my IRc got disco'ed by my firewall reloading what kind of "what" :) hehe the line itself plz ipv6_enable=YES ipv6_defaultrouter=2607:f2f8:3080::1 ipv6_ifconfig_em0=2607:f2f8:3080::/48 I did actually try it but it did not work, wana try again replacing the first six bytes with your addrs of course yeah :) RandalSchwartz: I'm confused why whatever mzima is doing doesn't get routed around. heh. after adding those, you can just /etc/rc.d/network_ipv6 start it should do the right thing no need to reboot okey thank you, will try now.. how many aliases will that add though? thats what I don't get it doesn't add any aliases it makes em0 have an ipv6 addr like right now I have ipv6_ifconfig_em0_alias0="2607:f2f8:12c0::3 prefixlen 48" etc with my code, your em0 is ::0 which I think makes sense you can add aliases later if you want ... inet6 fe80::5054:ff:fe27:2232%em0 prefixlen 64 scopeid 0x1 that's my inet6 for em0 oops.. wrong one hehe ... inet6 2607:f2f8:3080:: prefixlen 48 and yes, it connects when I go to that addr ping6 red.stonehenge.com to see so the "main box" is 2607:f2f8:3080:: and that's also the network in theory, I was supposed to use ...:2 but who cares. :) ipv6 idea of networks is all different no need for the .0 and .255 to be different okay hehe so mine is already all 'set up' with like 50 odd aliases added etc and corresponding vhosts so I was interested in your way becasuse it sounded like less work but I would still have to add the aliases well - yeah, if you want to add aliases, do that cool :) but I suspect if something listened to ::3 ... it'd just work lemme see.. .I'll set up a responder socat tcp-listen:9999 system:date no - that isn't it ... socat -v TCP6-LISTEN:9999,fork,bind=::1 SYSTEM:/bin/date that'll do localhost now to do my v6 o_O nope. apparently, I'm responding only as ::0 so I'd need to add aliases to respond otherwise I guess that makes sense socat is very cool