#arpnetworks 2011-12-01,Thu

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

WhoWhatWhen
***LT has joined #arpnetworks [00:46]
......... (idle for 42mn)
Ehtyar has joined #arpnetworks
vapor has quit IRC (Ping timeout: 240 seconds)
[01:28]
........................ (idle for 1h58mn)
vapor has joined #arpnetworks [03:28]
...................... (idle for 1h47mn)
Guest18630 has quit IRC (Quit: ZNC - http://znc.sourceforge.net)
ariel has joined #arpnetworks
[05:15]
..................... (idle for 1h43mn)
ziyourenxiang has joined #arpnetworks [06:59]
.......... (idle for 48mn)
heavysixer has quit IRC (Remote host closed the connection) [07:47]
..... (idle for 21mn)
ziyourenxiang has quit IRC (Quit: ziyourenxiang) [08:08]
................ (idle for 1h16mn)
LT has quit IRC (Quit: Leaving) [09:24]
........... (idle for 54mn)
niner has joined #arpnetworks [10:18]
.... (idle for 15mn)
HighJinx has quit IRC (Ping timeout: 240 seconds) [10:33]
niner has quit IRC (Quit: Leaving) [10:42]
................. (idle for 1h24mn)
jdoe is now known as B0NE
B0NE is now known as jdoe
tubgoat__ has quit IRC (Ping timeout: 248 seconds)
[12:06]
tubgoat__ has joined #arpnetworks
HighJinx has joined #arpnetworks
Ehtyar has quit IRC (Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.)
[12:23]
.................... (idle for 1h38mn)
Ehtyar has joined #arpnetworks [14:05]
............ (idle for 58mn)
DDevine has joined #arpnetworks [15:03]
.... (idle for 15mn)
ariel has quit IRC (Quit: ZNC - http://znc.sourceforge.net)
ariel has joined #arpnetworks
[15:18]
............ (idle for 56mn)
tubgoat_ has joined #arpnetworks
tubgoat__ has quit IRC (Remote host closed the connection)
[16:15]
........ (idle for 38mn)
baklava has joined #arpnetworks [16:54]
.... (idle for 17mn)
tubgoat has quit IRC (Ping timeout: 248 seconds)
arenlor has joined #arpnetworks
[17:11]
tubgoat has joined #arpnetworks [17:20]
arenlorI have no way to describe this article properly: http://www.cnn.com/2011/12/01/us/tennessee-crashes [17:29]
mike-burnsThat's a large number of cars. [17:30]
***Lefty has quit IRC (Quit: brb - finally moving over to tmux to replace screen entirely)
Lefty has joined #arpnetworks
[17:40]
raptelanup_the_irons: Can you set up extra-small VPS's? I'm thinking 64MB/1GBish... [17:53]
up_the_ironsraptelan: yeah but the price isn't going to fall below $10 ;)
so u might as well get the $10 one
[17:54]
raptelanup_the_irons: ah, bummer. :P
I was hoping I could get a couple for $10, to have some "redundant" dns servers
speaking of which, I know you've just got the one location, but can you locate VPS's on physically separate hardware upon request?
[18:04]
up_the_ironsyeah, and i typically do by default
not nice to put all customer's eggs in one basket ;)
[18:06]
raptelanup_the_irons: I'll probably add a second $30 one then
set up DRBD between the two
up_the_irons: what's the proper way to add a service to existing account?
[18:06]
up_the_ironsraptelan: use regular order form and put in same email as on existing account
raptelan: specify which IP you want assigned to the new vps in additional comments; if u have no free IPs, you have to order a bigger block
i used DRBD once
it is pretty brutal to the kernel (will crash a whole box if you make a mistake). i didn't like that about it
[18:08]
***Ehtyar has quit IRC (Remote host closed the connection) [18:11]
up_the_ironstwo of the three kvr03 outages i had many moons ago was due to drbd. so i stopped using it [18:11]
raptelanreally?
I used it for years on a couple dozen machines quite happily.
[18:13]
up_the_ironscool, works for you then :) [18:14]
raptelanwell I've never tried it on VPS's :/
speaking of which
[18:14]
up_the_ironsi didn't do it on VMs either, it was on the host boxes [18:15]
raptelanup_the_irons: if I order up a second VPS, can I get a virtual private network between them (with secondary ethernet interfaces)?
and by virtual private network, I don't mean VPN :P
heh
just a couple interfaces that I can assign addresses like 172.16.0.1/2 and have them talk to one another isolated from other traffic
[18:16]
up_the_ironsraptelan: VMs belonging to the same account already are on the same private vlan. i can give you more interfaces too, but they'll still be on the same vlan [18:17]
raptelanup_the_irons: well, my thought is that if I'm listening to traffic on one interface I don't want to hear the other one. [18:18]
toddfup_the_irons: what is the likelyhood if raptelan sets up vlans on his 'virtual' nics that the vlan tagged packets would arrive at his other virtual nics unscathed? [18:18]
up_the_ironsraptelan: that may not be possible; internally (on the host), multiple VM interfaces belong to the same bridge, which is the bridge for the customer's vlan.
toddf: good question
[18:20]
toddfraptelan: you might consider setting up a gif(4) interface if vlan(4)'s are out of the question. or gre(4). at some point just setup ip aliases and be done with it. [18:21]
raptelanI'm not familiar with those [18:21]
toddfraptelan: you may wish to consider that the only systems seeing the traffic other than the switches are your vm's and arpnetworks' routers [18:21]
raptelanthink I've heard of gre somewhere before [18:22]
toddfraptelan: try 'man gif' or 'man gre' .. presuming you're on a bsd system [18:22]
raptelantoddf: I'm not concerned about privacy of the data, I'd just like to have what appears to be physically separate interfaces from the hosts
toddf: nah, linux
[18:22]
toddfthen you want sit(4) and gre(4) if there is such thing as man pages or documentation for linux *zzzzing!* [18:23]
gamarcohaha [18:23]
up_the_ironstoddf: the mtu on the VM interfaces is 1500, or at least reportedly 1500 (linux networking details are not always honest), so vlan tagged packets shouldn't work. but i can try to raise the mtu and see what happens [18:23]
raptelanif I could do something like drbd on netbsd, then I'd probably give that a try [18:23]
toddfup_the_irons: it would be more interesting to see if vlan tagged packets work if they're not full frame size, i.e. ping packets etc. its a question if your switches filter them out to other vlans or if they keep them encapsulated inside the vlan they were transmitted in
if randalshwartz were kicking at the moment he could setup at test easily I presume between two of his many vm's ;-)
[18:24]
up_the_ironstoddf: yeah, not sure if that would work or not :) I don't believe the Cisco would strip it if less than mtu [18:25]
toddfsome switches isolate vlans to the point that they don't permit tagged vlan packets inside. or they'll inject those packets into the corresponding vlans already defined within the switch with no way to have the transmitting host receive a reply. [18:26]
raptelan:/ [18:26]
toddfit would certainly be a win if it did not molest them, but until verified I surely wouldn't count on it [18:26]
up_the_ironsyeah, cisco won't do that type of injection [18:27]
raptelanI don't want to set up my own vlan or anything else
I just want to assign private IP addresses and be able to talk to each other
[18:27]
toddfI am sure raptelan could shrink the mtu of his vlan(4) interfaces sufficient to avoid hitting the 1500mtu ceiling of the parent interfaces
raptelan then just do eth0:1 and be done with it
[18:27]
raptelantoddf: yuck. :P [18:27]
gamarcodealt w godaddy.com again. ugh [18:28]
toddfraptelan: thats what we're telling you. all roads lead to the equivalent of that _or_ you tunnel between the hosts somehow (vlan or gre or sit) [18:28]
up_the_ironsthat may not be necessary, i just checked on one of my VMs that *does* received tagged packets, and dumb linux says the mtu is 1500, even though full size tagged packets are making it through. therefore, the mtu on certain interface types (like tap) in linux, just must not care [18:28]
toddfraptelan: you as a customer of arpnetworks get one vlan for your playing pleasure between your hosts. maybe with enough green stuf you could convince up_the_irons you need a 2nd private internal vlan but thats between him and you. I suspect its technically possible just wasteful of his 4096 vlan limit. [18:28]
raptelan"equivalent of that" that that meant eth0/eth1 would be nice :)
well "need" is a strong word, I don't need it.
[18:29]
toddfraptelan: 'equivalent of that' up_the_irons offered you eth0 and eth1 on your vms, but with the understanding they're all plugged into the same ethernet segment on your personal vlan [18:29]
up_the_irons2nd private vlan is _possible_ but just not worth the overhead and "one off" design. i have never assigned more than one vlan per customer and i don't want to start now :) [18:30]
***Ehtyar has joined #arpnetworks [18:30]
toddfand at that point, whats the point? eth0 & eth1 or eth0 & eth0:1 ? same difference to me [18:30]
raptelantoddf: yeah that should be just fine I imagine. [18:30]
up_the_ironstoddf: yes, exactly
toddf: raptelan : yeah, i've given multiple physical NICs to VMs for the purpose of easier pf rule making on the customer end, but beyond that, the traffic is not segmented in any way
[18:30]
raptelantoddf: well with modern tools you don't use eth0:1 anyways, you just assign multiple addresses to eth0.
but I want to simulate actual hardware to some extent
[18:30]
toddfraptelan: you can tell how long its been since I've actively admin'ed linux ;-) [18:31]
up_the_ironsraptelan: yeah, but sometimes having a separate interface _name_ can help with, for example, firewall rules [18:31]
raptelanup_the_irons: indeed, which is why I'd love an eth1 ;) [18:31]
up_the_ironsraptelan: sure, you can have an eth1, just put it in the order comments [18:32]
raptelanplus then if I'm going all crazy setting up firewall on eth0, I can still get back in via eth1 :D [18:32]
up_the_ironshah right [18:32]
raptelanup_the_irons: order placed :D [18:33]
up_the_ironscool :)
man i got a lot to do tonight... put in new box last night, so i can set it up tonight, then billing, then orders, then support. u guys keep me busy
[18:34]
raptelanhopefully that's in a good way
mine's not urgent if you need to put something off
[18:34]
toddfraptelan: up_the_irons is typically very methodical. order of orders tends to rule. [18:35]
up_the_ironsraptelan: being busy is better than being bored ;) [18:36]
raptelanI tend to aggree
raptelan is very curious to try out wapbl on netbsd
time for sleeps, good night all
[18:37]
up_the_irons'night [18:43]
.... (idle for 15mn)
***HighJinx has quit IRC (Ping timeout: 248 seconds) [18:58]
.................... (idle for 1h35mn)
DDevine has quit IRC (Quit: Konversation terminated!)
DDevine has joined #arpnetworks
[20:33]
.... (idle for 16mn)
HighJinx has joined #arpnetworks [20:49]
........ (idle for 39mn)
Ehtyar has quit IRC (Quit: Never look down on someone unless you're helping them up.) [21:28]
.... (idle for 16mn)
wxyz has joined #arpnetworks [21:44]
wxyzup_the_irons alive mate? [21:44]
................... (idle for 1h33mn)
***Ehtyar has joined #arpnetworks [23:17]
........ (idle for 36mn)
baklava has quit IRC (Ping timeout: 258 seconds) [23:53]

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