would ther be any reason my ipv6 does not work till i ping it from another box vcs - that's not how mine is by "not work", how do you know? RandalSchwartz: until i ping my box via ipv6 all connections ipv6 out and in fail all traffic for that matter its been happening since i first got my VPS, but i just ignored it because it didn't bother me and still doesn't, i have another box constantly pining it ipv6 just curious as to what might cause something like that yeah - that's weird you have a static route upstream? ... ipv6_defaultrouter=fe80::5054:ff:fe27:9007%em0 something like that but with a different addr? and do you have any firewalls or anything? pf is enabled but nothing funky the route is the one provided to me by arpnetworks it just semed odd im on OpenBSD also oh - not freebsd less help then :( yeah :P there was some talk that the virtual port 0xc040-0xc07f mem 0xf2020000-0xf203ffff irq 11 at device 3.0 on pci0> didn't provide the right signals for openbsd like something is odd in their driver so maybe it also impacts the v6 stack I might be misremembering though I know that some older openbsd had troubles with qemu as recent as sep 2009, the advice was adding: model=ne2k_pci rather than the default hmmm well its really not a problem for me just interesting it would be interesting to see a list somewhere (unless I've missed it) of the peers arpnetworks peers with. routeviews isn't sufficient? toddf: i'll add it to the site today pilgrimd: I'm not a bgpd ninja. up_the_irons: sweet, I have long suspected it would be an impressive list, but .. ;-) :) I really want to build phone apps using tropo.com - I just need a real project now. :) If I purchase a second VPS, is there a way to guarantee it's on a host diverse from my existing VPS? mine have all been so point me to some colo faq or something but .. a client of mine has colos in a cabinet in a cage that has some new cogent cabinets installed recently. but the colo facility is not using cogent as upstream, simply hosting cogent equipment and fiber and permitting others to run cabling to cogent at this location. I guess this means Oklahoma City got another backbone in town and fiber should be coming in and out of the building, but nothing ... ... much i could make use of unless I wanted to be an arpnetworks to peer directly with them or something? 4 different VPS, 4 different hosts but I imagine you could just put that in the notes on the purchase I also recall additional cpus were available for a fee per month in the vps. I don't see that listed in the pricing of additional resources. (I just price compared a physical system at 1and1 vs arp. 2 250gb disks, 1TB of bandwidth, 2048GB mem, 2 cpus .. 1and1 - $190/mo .. arp - $290/mo, though I think there could be some discounts, not that much *grin*. client is duly impressed with smaller one off server pricing in any event.) toddf: i could probably match that if you know of any 1and1 customers, point out to them with much humor that 1and1 just revamped their control panel and _removed_ access to remote reboot the systems, they have a bug report to put it back, but in the meantime you have to call them to do something you could formerly do on the website. hahahaha. toddf: but a dedicated physical system in an advantage in itself, even if i do price match it lol up_the_irons: I'm quite clear on that point. however the initial conversation was 'look, arpnetworks is much cheaper' then realizing its not was surreal. toddf: in general, on higher end plans, i think people tend to go dedicated instead of vps, b/c the price difference is not that much maybe it would be different if i lowered the price of plan #7 (the $90), or I included more resources as I said the other day (forget if it was here or not) once things start to approach $100/mo I start to glaze over. I've seen too many $100/mo 10mbit unmetered 4U physical systems (if I supply the system) offerings, and I can pack a lot in 4U I was actually toying with this idea: 4GB RAM, 120GB disk, 1TB bandwidth for $99. that doubles the RAM of my current $90 plan and includes 1TB of bandwidth instead of 800GB toddf: yeah exactly up_the_irons: from what I've seen you do things in a very calculated way. I suspect you could make money off that plan. I have a client that is an isp that doesn't know how to calculate money making deals properly. toddf: although a lot of people don't want to deal with the hardware lol toddf: yeah i know the type i used to suck at it too, but i guess i got better ;) I'm fine dealing with the hardware if it is in reach. I actually take care of a full cabinet in downtown OKC. it could be a fulltime gig if they started making more money. as it is, I do emergency and some stuff as they give me breadcrumbs in comparison. ;-) up_the_irons: I suspect if you noted that you could provide dsl with static IP's (which most businesses want for vpns and such) cheaper than the incumbent ISP, you'd be marketing like crazy to businesses. yet they .. complain how few customers they have, and aren't even happy with their own offerings and can't fathom the price point of adding more bandwidth from AT&T to their dsl termination equipment. yet they increase their upstream and ... ... wonder why their dsl customers don't get faster. I explain, but they forget or don't listen. their dime, but still sad. toddf: ouch let's see what the twitterverse says about my prospective plan ;-) no replies so far, guess it sucked ;) but come on, 4GB of RAM, that's pretty hot slicehost wants $250 for that lol 250$ for 4gb of ram? haha I think twitter must be slow, I don't see it fail whale sounds like a nice plan :) up_the_irons, what's your twitter? I see it if I go directly to twitter.com/bsdvps up_the_irons, is that you in the profile pic for up_the_irons twitter? you look fucking mean dude haha pjs: LOL pjs: yeah that's me pjs: when I was director of tech. at DigiSynd, they had a photo shoot to make the new bio pages. So they put me in the server room and put in blue lighting. had me pose for the shot lol hah nice you look like a total BOFH now hear this. puppet is fucking awesome. That is all. I'm adding 4 new servers a week. I have a kickstart script, it loads up puppet. puppet takes over, builds all the funsies, adds users, groups, software, and configs, then goes out and adds the system to my opsview monitoring platform. And of course, adds the new system to the bacula backup system. if I setup a PXE environment to boot a linux image, I could almost plug the machine in, turn it on, and walk away. any admins around? well, if anyone sees this anytime soon, I sent in a support request by email on friday and still have not heard anything yet. jpalmer, you use puppet on fbsd? pjs: no, we're 100% CentOS. but I've seen the port in freebsd jpalmer, yea I have it installed on fbsd. Trying to get the hang of using it in fbsd environment. Mostly just providing a provider when you say "providing a provider" what specifically are you trying to have it do? jpalmer, ie, installing packages provider => freebsd hmm, do you need to override the default on freebsd? generally it'll default to something appropriate for the platform. you only specify 'provider' to override it Oh, you know what, I didn't even try it without the provider that makes sense though.. I'm still fairly new to puppet ok, so in a quick glance of the docs, puppet defaults to using pkg_add -r on fbsd. provider would be used, if say (for example) you've defined a custom site where you build and host packages. gotcha personally, I don't like pkg_add, aside from the initial build of a machine. so, I'd probably investigate a way to make puppet default to using ports.. but thats just me jpalmer, I agree.. I remember reading there is a ports provider I'd be seriously uprised if there wasn't, but I can't speak with any authority on it. only thing I think might be hard are the config options that ports can pop up. I guess you can just set them in the package class or something niccos: really? i don't see any requests in the queue, can you please re-send (and sorry) it was an email sent from ftalons@gmail.com I can que it also though sec pjs: you can use puppets 'File' directive to create/populate the /var/db/ports//options file as appropriate. pjs: just be sure to use the 'require' directive as appropriate, to also set options for any software that port would depend on. up_the_irons: I placed it in support discussions I also need to update payment info niccos: can you paste the link? i'll then take care of it http://support.arpnetworks.com/discussions/support/2749-upgrading-vps?unresolve=true thanks np, thank you niccos: please see the following and tell me how you would like the disk upgraded: http://support.arpnetworks.com/kb/vps/how-do-i-upgrade-or-downgrade-my-vps just resize it, im going to reinstall that server anyways can you also change my install media? to http://archlinux.supsec.org/iso/2010.05/archlinux-2010.05-core-i686.iso niccos: OK pjs: did it work without the provider? jpalmer, ahhh right.. good thinking :) jpalmer, I haven't tested it yet.. I'll toy with it in the next day or so pjs: cool. btw, the people in #puppet are really good. and James turnbell sits in the channel. (he's the author of 2 puppet books) jpalmer, ahh. is the second book relevant for modern puppet versions? I was told not to read the first one because it's 2 years old. pj: I started with the first, and just bought the second. I think the second one is laid out a bit better, and much more 'modern' jpalmer, when was it released? has to be pretty recent right? (the second one was written using 2.6.2, 2.6.8 is the current version. last week, I believe. ahh nice I'll buy it asap thanks np let me know when you're ready to buy a book on bacula :P jpalmer, hah you wrote one? pjs: in the process of it. jpalmer, how about you let me know when it's for sale and I'll just buy it.. I should learn how to use bacula anyways :) niccos: ticket closed, all done thank you! now one last thing I need to update payment info lol niccos: http://support.arpnetworks.com/kb/billing/how-do-i-update-my-credit-card-billing-information thank you done, and thanks again bob^^: i got an Extreme X350 48 port through a VAR for $1575 USD :) almost $400 less then the best price I found online bob^^: it pays to contact Extreme ;) up_the_irons, so I'm finally getting around to ordering my extra vps's from you.. all good? (I know you said you needed to get a new server online) pjs: yep, it came online yesterday actually, order away!! up_the_irons, ok, so I just need to submit 1 order correct.. and in the notes give all the details and what IP's I want.. do I need to input a proper CC again or can you just add them to my account (which already has my CC info) pjs: you can put in a fake cc, i make sure to add it to your account pjs: so yeah, 1 order, in the notes put which IPs go where up_the_irons, awesome.. pjs: choose the actual plan you want though ok.. I'll want different plans tho.. ie, 2 768 and 1 1G pjs: in this case, it is best to submit seperate orders (one for each plan), just so there is no error otherwise i have to manually key in the order specifics, which is subject to human error, heh ok.. do you need anything in the notes to identify my account? pjs: just use the same email address ok, perfect cool up_the_irons, what about using my existing vps image.. do I just note that and give it's IP? pjs: you want me to clone it? Yea pjs: is it a 5GB one? no, it's 1G ram one pjs: ok, only trouble with that is i can't clone the volume and make it smaller, only bigger Ohhh ok hrmm, shit ok, don't sweat the clone then ok up_the_irons, ok so I am gonna send in an order for 2 768's (in one order, ok?), 1 1G order, and 1 512M order pjs: some fancy use of tar may get you want you want, but i'll admit i'm not that advanced ;) pjs: sure, that works pjs: so 4 in total? up_the_irons, all good.. I just didn't want to buildworld 4 times :) yea, 4 total pjs: lol, i wonder what that would do to i/o on the host ;) haha yea.. I need to get it done though :) done and done :) first one is baking second one is baking... third one done and fourth one is done what is it that you guys use for firewalls etc again? pfSense right? YES G: not to you ;) to this: for i in `cat sh-ip-bgp-sum.txt | awk '{print $3}' | sort -n `; do echo -n "
  • ASN $i: "; CO=$(lynx -dump as$i.peeringdb.net | grep 'Company Name' | sed 's/^.*Company Name *\(.*\)$/\1/'); echo "$CO
  • "; done peering list generated in one shot i know toddf would be impressed up_the_irons: haha :) but pfSense is the one you guys frequently talk about right? G: i think they talk about just 'pf' ahhhh that makes more sense up_the_irons: Ha, nice. mhoran: :) working smarter, not harder, people I like pf Same here. Though I'm lazy and run m0n0wall at home. I've been meaning to check out pfsense but that'd mean I'd have to take down my router. :) up_the_irons, btw, do you block port 25 for any reason? I notice on my existing VPS that I can't seem to connect to port 25 on my box.. all my other pf rules work fine and as expected pjs: no up_the_irons, I didn't think so.. ok, I'll figure it out pjs: your ISP blocking it? up_the_irons: Oh wow I totally missed that you introduced a rDNS tab in the portal. And you probably did that ... a year ago. Haha. mhoran: only about 2-3 months I think actually mhoran: actually i did it when jpalmer was on his honeymoon (like 3 months ago) G, possible.. though I don't think so Whew. OK. I feel better now. mhoran: so when he got back he wouldn't have to do any more rdns tickets ;) Heh. MAN, that was a long week ;) G, haha.. yea it was the ISP.. silly me pjs: it's annoying how ISPs do that, but it makes some sense use the submission port of getting mail from remote users, use the 25 smtp port for getting mail from other servers toddf: http://arpnetworks.com/peering up_the_irons: Nice! We brought up our 10gbps Limelight Networks uplink today, pretty nice peering to you across the country. up_the_irons: a long week, I'm sure. but look how quickly the number of support tickets dropped after implementing it. up_the_irons: that is _insane_ wow. quite a nice list. up_the_irons: btw, is that a typo in ARP's peeringdb listing? I swear that is an o not a 0 in the IP for PacketExchange :) win 31