#arpnetworks 2010-05-05,Wed

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
up_the_ironslol that's kinda funny [00:14]
dxtrup_the_irons o/ [00:14]
............. (idle for 1h3mn)
***LT has joined #arpnetworks [01:17]
schmir has joined #arpnetworks
nukeAFK has quit IRC (Ping timeout: 268 seconds)
[01:24]
.... (idle for 15mn)
up_the_ironsi hate waiting for disk images to copy...
anyone play MW2 around here? I just got a PS3 and have been playing it.
[01:39]
***CESSMASTER has quit IRC (*.net *.split)
koan has quit IRC (*.net *.split)
nipuL_ has quit IRC (*.net *.split)
d^_^b has quit IRC (*.net *.split)
nukeAFK has joined #arpnetworks
CESSMASTER has joined #arpnetworks
koan has joined #arpnetworks
nipuL_ has joined #arpnetworks
d^_^b has joined #arpnetworks
Nat_UB has joined #arpnetworks
nukeAFK has quit IRC (Ping timeout: 268 seconds)
[01:40]
dxtrI hate school
I have to do TWO book reports so I'm looking for two novels with like... 50 pages or so
Books children 6-9 o/
[01:58]
......... (idle for 40mn)
***nukeAFK has joined #arpnetworks [02:39]
nukeAFK has quit IRC (Ping timeout: 240 seconds) [02:45]
.... (idle for 17mn)
up_the_ironswow i just realized i could resize openbsd partitions by first going into bsd.rd, not booting from cd-rom
up_the_irons facepalms
that makes things a whole lot nicer...
[03:02]
***nukeAFK has joined #arpnetworks [03:03]
up_the_ironstoddf: so i'm thinking about how to give each customer a routed /48, and put /64 "on the wire", instead of the current mis-practice of just putting the whole /48 on the wire
but i can't seem to get around having to select a device (like the first VPS) to be the gateway for all others (say a customer has multiple VMs)
tell me if you have thought of anything creative
the problem with making the first VPS a gateway is that it becomes a single point of failure and that is has special networking requirements (must enable ipv6 forwarding, which is not on by default, and i'm probably going to get tired of explaining that)
maybe i should allocate the /48, but only assign a /64 to each customer vlan on my router...
(within the /48 obviously)
and then those with requirements for actually using more than one /64 can also bear the burden of the spof (since they obviously have more knowledge to be wanting to set up multiple /64's)
mmm...
this is analagous to colocated customer who don't have their own router (most don't)
so I "host" their subnet (assign the gateway on my side), instead of routing their whole block over a /30
routed IP blocks over a /30 is for more advanced customers
i think this is making sense...
and by all means, if anyone else has an opinion, jump in
althought this idea doesn't make use of the snazy fe80:: link-local address
[03:10]
LTtbh I was quite surprised you gave a /48 to each customer... a /64 seems like it should be more than sufficient for most uses and you could always allow special cases to request extra /64s
then again I don't see anything particularly terrible about putting a /48 direct on the wire either
[03:27]
***nukeAFK has quit IRC (Ping timeout: 248 seconds)
nukeAFK has joined #arpnetworks
[03:31]
up_the_ironsLT: there are various RFCs and a lot of consensus on the mailing lists (nanog, ipv6-ops, arin) that each "site" gets a /48
LT: then the site can delegate /64's as it sees fit
http://tools.ietf.org/html/rfc3177
[03:35]
LTon paper yes... in practise it seems a bit up in the air though. it's kinda like the whole /120 vs /64 for point to point links thing
plus the whole definition of 'site' is very fluid... not that I'm complaining, having a /48 is fine by me... but when the whole enterprise has a /48 spanning across 3 sites and the VPS used for monitoring has it's own /48
[03:37]
up_the_ironsbut i think moving away from "need-based" addressing schemes to "policy-based" can make things a lot simpler
like, why differentiate between a smaller customer and large customer?
if everyone gets a /48, there is no distinction and it makes management easier (and cheaper)
rather than the IPv4-centric idea, "give them a small subnet unless they need a bigger one"
[03:39]
LTthere are certainly arguments both ways... just makes me feel uneasy handing out addresses all over the place I guess, too stuck in the old way of thinking perhaps [03:43]
any plans to dualstack your nameservers at all? [03:50]
up_the_ironsyeah
sure
[03:50]
dxtrup_the_irons: Delegate /64's as it sees fit? Does that mean that I still get a /48 and can use all the /64's as I wish? [04:01]
up_the_ironsdxtr: you have a /48 right now, but you won't be able to further subnet b/c the whole /48 is on the wire. I can route the /48 to you over link-local and *then* you could start splitting up /64's. but I don't see any advantage in doing this if you only have 1 vps (except perhaps for educational purposes) [04:03]
dxtrActually I'd like to split up /64's :)
Mainly for educational purposes
By the way, speaking of ip addresses. Can I somehow say that "by default, use this address for outgoing connections" globally?
Because right now some things are using the wrong address when connecting (Irssi for example - if I don't set the hostname)
[04:05]
***nukeAFK has quit IRC (Ping timeout: 268 seconds) [04:07]
up_the_ironsdxtr: then I can route the /48 to you over link-local, but this will be considered "expert mode"; as in, don't email support if you can't get it working right
dxtr: iirc, the source ip is usually the first one assigned to an interface
[04:09]
dxtrAnd what's "the first" one? :)
Because it sure as hell isn't using the first one I assigned
And can I move addresses in the list?
[04:10]
up_the_ironsdxtr: the first one assigned to the interface
not the aliases
the primary one
[04:11]
dxtrmkay
Speaking of aliases. Do I have to use aliases with ipv6? Because that will be a lot in my rc.conf :P
[04:12]
up_the_ironsyes
obviously, you only put the ones you're gonna use into rc.conf
and if you want to use a thousand,then welcome to a large rc.conf unless you want to script it and call that script upon startup
[04:13]
dxtrI thought I would be able to assign an entire subnet to an interface [04:16]
up_the_ironsno [04:16]
dxtrOkay then :)
Forgive my ignorance then
[04:16]
up_the_ironsthat'd fill up all of kernel memory a million times over [04:16]
dxtrtrue [04:17]
up_the_ironsthe kernel would have to allocate some space for this many addresses (assuming /64): 18446744073709551616
and even if it used only 1 byte for each...
that is 18+ exabytes :)
(i think)
[04:17]
dxtrBut let's say you route the /48 to me over link-local (I'll have to read up some more on ipv6 to be sure what this means :P - and I thought I already knew much)
What would that mean?
[04:18]
up_the_ironsdxtr: it's routed over the link local address and you can then chop up the block as you see fit
there is no reason for you to do such a thing besides learning, but with 1 vps, i don't even see how you could *test* anything out; what would you assign the other /64's too?
*to
anyway, it's late, i must rest
cd $bed
[04:19]
dxtrHehe
When you're saying "as you see fit" I'm like "Did I miss something with ipv6? Can I route the addresses to China if I want to?" :P
That's why I'm asking
[04:20]
.... (idle for 15mn)
***nukeAFK has joined #arpnetworks [04:36]
nukeAFK has quit IRC (Ping timeout: 276 seconds) [04:41]
cedwardsmorning [04:44]
...... (idle for 27mn)
***nukeAFK has joined #arpnetworks [05:11]
..... (idle for 21mn)
nukeAFK has quit IRC (Ping timeout: 240 seconds) [05:32]
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
[05:45]
nukeAFK has joined #arpnetworks [05:54]
...... (idle for 29mn)
nukeAFK has quit IRC (Ping timeout: 240 seconds) [06:23]
....... (idle for 34mn)
sroute has joined #arpnetworks
ChanServ sets mode: +o sroute
[06:57]
cedwardshmm. I'm trying to build a FreeBSD VM (kvm) here at work, but I want to use FixIt to build ZFS.
when I try to load the CD from the FixIt menu it says it isn't connected, yet I booted from it.
[07:02]
***ziyourenxiang has joined #arpnetworks [07:06]
cedwardsI guess it needs to be the DVD, and not the disc1? [07:07]
***fink has joined #arpnetworks [07:16]
..... (idle for 20mn)
boogeyman has quit IRC (*.net *.split)
nerdd has quit IRC (*.net *.split)
nerdd has joined #arpnetworks
[07:36]
boogeyman has joined #arpnetworks [07:44]
awyeahyep [07:47]
***nbari|away is now known as nbari
RandalSchwartz has quit IRC (Quit: rebooting emacs)
[07:48]
cedwards5m left on the DVD download..
too bad I can't get the usb image to boot. that is a much faster download.
[07:52]
nbariHi all, this is maybe a litle of topic but any idea on how to use rrd in conjuntion with a database maybe to know the total amount of bandwaith consumed per month ? [07:55]
cedwardsI asked the network guys to push the "turbo" button on the AOLs, but they just laughed at me ;)
nbari: is the cacti bandwidth monitor via the support interface not what you're looking for?
[07:55]
nbarimmm this is for another vps that i have [07:56]
***nukeAFK has joined #arpnetworks [07:59]
.... (idle for 16mn)
nbari is now known as nbari|away
nukeAFK has quit IRC (Ping timeout: 268 seconds)
[08:15]
schmir has quit IRC (Remote host closed the connection) [08:25]
nerdd_ has joined #arpnetworks
nerdd has quit IRC (Ping timeout: 264 seconds)
[08:32]
cedwardsI'm in FixIt and I need to manually remount my zfs pool to edit a file. How do I do that?
I've loaded the opensolaris.ko and zfs.ko, and I would assume everything else is still intact.
[08:46]
***nukeAFK has joined #arpnetworks [08:50]
LTtired zpool import cedwards? I'm no expert in zfs but that's what I'd try first... [08:58]
cedwardsLT: I'll try that [09:09]
finkcedwards: i ahd to do this
cedwards: i'll pm you my notes?
[09:09]
cedwardsfink: sure
might be a good addition to the arp wiki we've started as well
[09:10]
finkcedwards: link? [09:12]
cedwardshttp://arpwiki.com [09:13]
finkcool [09:13]
***LT has quit IRC (Quit: Leaving) [09:16]
.... (idle for 16mn)
jdoeneat, wasn't there supposed to be some "LOL THIS IS UNOFFICIAL" banner on it though? [09:32]
Wraithanhttp://wonder-tonic.com/geocitiesizer/index.php [09:39]
bob^^love that site Wraithan
especially the midi :D
[09:39]
CESSMASTERalmost as good as shadyurl
oh shit it's the same people
[09:43]
WraithanCESSMASTER: you can mix and match! [09:43]
CESSMASTERhttp://5z8.info/malicious-cookie_d5d2_hateminorities [09:43]
......... (idle for 44mn)
***ziyourenxiang has quit IRC (Quit: ziyourenxiang) [10:27]
nukeAFKhi all [10:35]
***nukeAFK is now known as nuke- [10:36]
.............. (idle for 1h7mn)
nesta has quit IRC (Quit: leaving) [11:43]
schmir has joined #arpnetworks [11:52]
........ (idle for 39mn)
WraithanOk, someone was flabergasted at the 1600 query page I mentioned yesterday. Which upon discovery was dropped down to 20-30 queries by being written right. Well, today a 4145 query page was found that has a 4n growth rate with the number of users, was written by an intern that worked here for like 4 weeks, was the last thing he did before we let him go
no one has visited that part of the code base since he left though since we were implementing other stuff and his code hadn't gone live so it didn't matter
but 4145 queries...
[12:31]
***schmir has quit IRC (Remote host closed the connection) [12:32]
dxtrhttp://www.reddit.com/r/AskReddit/comments/c07jz/have_you_ever_heard_of_the_zombie_radius/ sfw
:)
[12:34]
.... (idle for 15mn)
jdoeeven 20-30 for a single page sounds... awesome. [12:49]
WraithanEh, 1400 down to 20-23 is appropriate for the page, it does a lot of complex stuff
20-30*
And that is without dropping to SQL we are still working in the ORM
[12:56]
........... (idle for 53mn)
***schmir has joined #arpnetworks [13:49]
up_the_ironsCESSMASTER: fink : yes, the arp wiki should state it is unofficial, and it should never repeat information already in the Knowledge Base. If I change the KB, then the info is out of sync, causing mass confusion. [14:03]
CESSMASTERup_the_irons: huh? I have even less to do with the wiki than you do [14:04]
up_the_ironsdxtr: ah ok. no, you can't route it to china
cedwards: ^^
CESSMASTER: sorry tab completion fail
[14:04]
***tamara1 has joined #arpnetworks [14:05]
mike-burnsMaybe a better solution is to give access to the KB to two or three of us. [14:06]
up_the_ironsmike-burns: no way to just give access to kb [14:09]
mike-burnsAh, that's a shame. [14:10]
up_the_ironsyeah, it's hosted, not my app [14:10]
jdoepresumably the wiki should work more-or-less the way the linode one does... kb for stuff specific to arp, wiki for random "lol how do i set up a mail server" pages. [14:16]
***heavysixer has quit IRC (Quit: heavysixer) [14:21]
..... (idle for 24mn)
cedwardsup_the_irons: gotcha [14:45]
***RandalSchwartz has joined #arpnetworks [14:45]
tamara1 has quit IRC (Ping timeout: 240 seconds) [14:59]
cedwardsup_the_irons: is this "unofficial" enough? http://arpwiki.com/doku.php/start [15:04]
up_the_ironscedwards: it's actually not very obvious b/c my eye doesn't even go to the upper right corner with light text
cedwards: but either way, i'm starting to get a strong feeling this needs to be internally hosted. if people land here before they see the KB, i think they'll be thoroughly confused. i mean, a lot of the links go nowhere. that is not your fault, it is just the nature of wiki's
anyone used mediawiki? (i noticed linode uses it)
[15:17]
dxtrFFFFUUUUUU-
I think I'm getting sick
[15:22]
schmirme
I even have written a parser for mediawiki
I hate it
[15:22]
dxtrHaha :D
up_the_irons: I'm getting sick. Wanna make out?
[15:23]
up_the_ironsdxtr: no
schmir: so mediawiki sucks?
[15:23]
schmirthe markup is illogical [15:25]
up_the_ironsah
i wonder if there is a wiki that uses rST
[15:25]
schmirthe template syntax sucks [15:25]
up_the_irons(restructured text)
bet I'd have to look down the path of a Python solution for that
[15:25]
schmirmoinmoin? [15:26]
up_the_ironshttp://moinmo.in/ReStructuredText
nice
well this is looking promising
[15:27]
dxtrI'm off for bed now :)
Good night
[15:36]
jdoe<3 moinmoin
its anti-spam works pretty well, considering what it is.
[15:46]
***Guest79362 has quit IRC (Read error: Operation timed out)
phlux has joined #arpnetworks
awyeah_ has joined #arpnetworks
nakano_` has joined #arpnetworks
phlux is now known as Guest4466
nakano_ has quit IRC (Ping timeout: 268 seconds)
coil_ has joined #arpnetworks
coil has quit IRC (Read error: Operation timed out)
awyeah has quit IRC (Ping timeout: 268 seconds)
[15:55]
finkup_the_irons: moin moin is pretty popular [16:07]
up_the_ironsfink: yeah, it looks familiar [16:09]
finkfink is a python fanboy [16:09]
.... (idle for 16mn)
jdoeI'm not. I loathe python with every fibre of my being.
but moin is pretty good.
it was awesome until they decided wsgi is the way to go.
asshats.
[16:25]
up_the_ironsjdoe: why do u loathe python? [16:26]
jdoeup_the_irons: slow, unstable language with irritating apps (fuck you plone, fuck you 90% of the ubuntu userland) that also like to chew ram. [16:26]
WraithanThis is compared to ? [16:27]
up_the_ironsjdoe: lol
the apps are indeed irritating
i remember zope, back in the day, always killing my box using 100% of the cpu
[16:27]
jdoeWraithan: scripting language-wise? ... perl of course, what else? [16:28]
Wraithanisn't 90% of perl out there unreadable?
If you are going to judge by the existing apps
[16:28]
RandalSchwartzhey - watch it buddy [16:29]
up_the_ironsi don't like how there's 60 different ways to do the same thing in Perl, but other than that, it is fine [16:29]
RandalSchwartzand it's never 60 [16:29]
up_the_ironsi mean 700 [16:29]
RandalSchwartzI love how people give over-the-top desccriptions for perl [16:29]
up_the_ironslike most stereotypes, they are exagerated [16:29]
jdoeRandalSchwartz: you mean like how it's write-only line noise ;) [16:29]
WraithanRandalSchwartz: I'd argue that is what jdoe did about python [16:29]
jdoeWraithan: which part? [16:30]
RandalSchwartzPython isn't bad as a language :) [16:30]
Wraithanunstable? [16:30]
jdoeWraithan: "irritating" is subjective
when I say unstable I don't mean crashy
I mean the language is in flux
[16:30]
WraithanPerl only isn't in flux because Perl6, aka Perl Forever is the main development platform for people who want to work on the language [16:31]
jdoewell, that and the changes between 5.6 -> 5.8 -> 5.10 -> 5.12 are fairly minor. [16:31]
Wraithanafter 2.5 python's changes have not been huge either
at least not show stopping
not counting the 2 -> 3
[16:32]
RandalSchwartzWraithan - also incorrect
perl 5 has had a dozen major releases since perl 6 was announced
perl 5 is in no way going into mothballs
probably activelys upportd for another 5-10 years
[16:32]
jdoeWraithan: don't listen to him, Randal knows nothing about perl ;) [16:33]
RandalSchwartzso now we've seen a bunch of misinformation on all sides here. [16:33]
jdoelies.
jdoe has been 100% factually accurate throughout.
[16:33]
Wraithanunstable is relative then
Because I'd argue it is prefectly stable with a well defined upgrade path
[16:34]
jdoeWraithan: I have several apps running python 2.3, 2.4 and 2.5 that can't be moved because of incompatibility in the language. That bothers me. [16:34]
RandalSchwartzRandalSchwartz wanders off, as the laptop battery is nearly gone [16:35]
Wraithan"can't be moved" is because they are either unmaintained or have poor authors. [16:35]
***schmir has quit IRC (Remote host closed the connection) [16:36]
WraithanI have our app at work, which is a large scale app, able to run on 2.6 and 2.7, granted we aren't using any of 2.7's features right now but that is due to 2.7 in late alpha right now. Once 2.7 is released we will be moving over to that [16:38]
jdoeWraithan: well you can take that up with the zope/plone guys, sure. :) [16:39]
finkHEY RandalSchwartz IS BACK
python is dreamy
it's a joy to code in
[16:40]
Wraithanjdoe: most everyone in my local Python UG would appologize to you for having to use zope and plone, those are recognized by the community as sucking. [16:41]
finki don't know much about zope or ubuntu [16:41]
WraithanI don't know anything about ubuntu and have avoided zope [16:41]
***coil_ is now known as sheath [16:43]
.... (idle for 18mn)
sroute has quit IRC (Quit: WeeChat 0.3.0) [17:01]
...... (idle for 29mn)
jdoehrm.
how can I test that I've got the reverse dns zone setup properly?
[17:30]
Wraithanwhen you SSH somewhere from within the reverse dns zone, then ssh there again, it should show your last connection as from the reverse dns address instead of from the IP
a low tech solution from you friendly developer who doesn't know much about sysadmining
s/you/your/
[17:32]
Nat_UBjdoe: dig -x 'IP' [17:39]
jdoeNat_UB: that only works if it's already delegated from arp.
Nat_UB: I want to test it now.
Wraithan: yeah, same... that'll only work if delegation is setup, I think.
[17:46]
Nat_UBdig -x is supposed to return PTR records...
Reverse lookups -- mapping addresses to names -- are simplified by the
-x option. addr is an IPv4 address in dotted-decimal notation, or a
colon-delimited IPv6 address. When this option is used, there is no
need to provide the name, class and type arguments. dig automatically
performs a lookup for a name like 11.12.13.10.in-addr.arpa and sets the
query type and class to PTR and IN respectively.
[17:49]
jdoehrm... yeah, but that doesn't apply here.
... bingo.
dig -t ptr 4.0/29.3.2.1.in-addr.arpa
[17:56]
***CRowen has quit IRC (Ping timeout: 260 seconds) [18:06]
.......... (idle for 49mn)
fink has quit IRC (Quit: fink) [18:55]
..... (idle for 22mn)
jdoe. [19:17]
***ballen has joined #arpnetworks
ballen has quit IRC (Changing host)
ballen has joined #arpnetworks
ChanServ sets mode: +o ballen
[19:20]
.......... (idle for 47mn)
jwfoxjrquick question - is there anything that says that I need to keep my VPS's in the LA time zone? [20:07]
ballennope
change the TZ to whatever your heart pleases
[20:07]
jwfoxjrballen: thanks! I just realized that when I rebuilt my freebsd vps I put it in eastern, but my linux one is still in pacific [20:08]
ballenheh no prob [20:08]
jwfoxjrballen: it's almost kind of a security through obscurity :) [20:09]
ballensure why not [20:09]
jwfoxjrnever realized how long it takes to do a freebsd buildworld so I can start building some jails. may have to convert my linux vps to anotehr freebsd in the future [20:10]
ballenuse sysinstall instead [20:10]
jwfoxjrballen: I rebuilt using zfsroot on gpt disk, so wound up rebuilding from fixit in sysinstall [20:12]
ballenright on
love the zroot
[20:12]
cedwardsI always buildworld previous to building jails. [20:12]
jwfoxjrballen: I was going to do 4 ip's for each vps, but it cost me the same to go with 13 ips instead...could do some fail over between vps'
all I know is that I love arp's service....I plug it anywhere I go :)
[20:13]
ballensure, might want to check that each of the VPS's are on diff servers [20:14]
jwfoxjrI believe they are...my linux vps console is via kvr07, and my freebsd is on kvr06 [20:15]
ballenseems likely [20:15]
.... (idle for 18mn)
***ballen has quit IRC (Quit: Leaving...) [20:33]
...... (idle for 25mn)
ballen has joined #arpnetworks
ballen has quit IRC (Changing host)
ballen has joined #arpnetworks
ChanServ sets mode: +o ballen
[20:58]
............. (idle for 1h3mn)
steinberg has quit IRC (Quit: leaving) [22:01]
steinberg has joined #arpnetworks [22:06]
..... (idle for 21mn)
sroute has joined #arpnetworks
ChanServ sets mode: +o sroute
[22:27]
...... (idle for 26mn)
steinberg has quit IRC (Quit: leaving) [22:53]
.... (idle for 15mn)
ballen has quit IRC (Ping timeout: 245 seconds) [23:08]
jdoeblah [23:17]
........ (idle for 36mn)
***steinberg has joined #arpnetworks [23:53]

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)