--- Log opened Tue Jun 26 00:00:13 2018 00:23 < BenderRodriguez> catphish: teach me segment routing 01:32 < puff> Hi. I normally use the emacs irc client, Erc, (running on ubuntu 16.04 LTS) for freenode. However, at my makerspace, for some reason Erc can't get through. Lo. webchat.freenode.net works okay. I can telnet to a mud and chat there. The guy who set up the network says there's absolutely no blocking and he's pretty reliable (he's the head of a little nonprofit that sets up free wifi networks). 01:32 < puff> Looks like it just times out. 01:33 < Casper> puff: which port? 6667? 01:45 < raj> anyone familiar with BSUB? 01:45 <+pppingme> puff try other ports, there's a list on the website 01:47 <+pppingme> raj as in lsbatch? 01:58 < puff> Casper, pppingme I normally used port 6667 but I tried a few different ports, same result. 01:58 <+pppingme> puff did you verify the ports you tried are ones the freenode servers listen on? (they have multiple servers, and each has different port settings) 02:00 < Casper> also, is "use SSL" enabled? if so, 6667 do not support ssl I think 02:00 <+pppingme> for most of the servers, I do believe that is correct 02:00 < meingtsla> 6697 would be an SSL-enabled port. 02:04 < puff> pppingme: Yeah. I'm going to try all of them now. 02:04 < puff> I don't think "use ssl" is enabled, again, in any other network, it works fine. 02:04 < puff> I wonder if the webchat uses port 80 or something. 02:12 < SlowJimmy> is it a lot of trouble to forward ports trhoough some comercial vpn service? 02:16 < muffinman8> @tds thanks for your help. Its much appreciated. Do you have any idea why iptables would prevent python from accessing the kernal. This is another issue I have been trying to resolve for quite some time now. 02:17 < DoctorDick> SlowJimmy: Depends on the service 02:17 < zerocool> Hello everyone. Maybe this is the wrong place, but is it okay to use SSL for SMTP for clients that do not support TLS? 02:17 < SlowJimmy> doctorRick its torguard 02:18 < DoctorDick> Go look at their documentation 02:45 < Vaevictus> hey all. anyone ever heard of a software i could run (as a daemon) to monitor my connection status on my broadband? i've been having a lot of issues lately (dropouts, dhcp issues, general failures) and would love to have a tool that collects info, even if it's just connectivity to google dns or something 02:48 <+pppingme> Vaevictus start simple, figure out your gateway at your isp, then from a linux box if you have one, run this job every 5 mintues: "ping -q -c 300 ip.of.isp.side >> isppinglog" 02:48 < Vaevictus> pppingme: yeah, i can manage that... :D 02:49 < Vaevictus> i was wanting something with perhaps some aggreagation 02:49 < Vaevictus> aggregation even 02:49 <+pppingme> then after a few hours, grep that for all lines containing "rtt" 02:49 <+pppingme> then break that down as needed 02:50 <+pppingme> that will give you times.. 02:50 <+pppingme> other thing to look for is grep for "packets".. that will give you loss 02:50 <+pppingme> and again, break down as needed 02:51 < nojeffrey> If I have one of those network modules on a 3750 thats adds SFP's, and a port is labeled G2/TE1 how do I tell it to use one or the other in CLI? https://i.imgur.com/WL0rWkr.png 02:52 < nojeffrey> do I just shut down the Gi1/1/2 port to use the Te1/1/1? 02:53 < Vaevictus> nojeffrey: well, you can turn up Te1/1/1 without shutting the other :D 02:53 < nojeffrey> Vaevictus what do you mean by 'turn up'? 02:58 < new2ip> ha ha, questions like that mean thats too much switch for you.. 03:01 < Vaevictus> nojeffrey: you can make "line #2" functional without disabling "line #1" 03:03 < Casper> Vaevictus: for pppingme cron thing, also add a "date >> isppinglog" 03:04 <+pppingme> Casper or be creative, assume last entry is current, then subtract 5 mintues for each previous entry.. gota show your scripting skills 03:04 < Vaevictus> yeah, i'm not going to do this with cron. maybe Net::Ping and some codified aggregation :D 03:05 < Casper> but if the 100 pings time out, it can be a good delay 03:05 < Casper> and could have even overlapping pings 03:05 <+pppingme> Casper maybe windows ping.. linux ping starts every ping at exactly a second later (can be overridden), regardless of replies coming in.. 03:21 < nojeffrey> If I bring back the switch to the main server room and plug sfp > sfp switch to switch, the 10G link comes up(after an err-disabled link-flap) 03:25 < nojeffrey> Could the send/recieve be around the wrong way? Polarity I think is the word 03:26 < Casper> straight vs crossover? dunnot, never worked with sfp, but might want to look for that 03:29 <+pppingme> sfp doesn't care (well, it does, but not directly), its up to whatever media it converts to.. fibers need to be crossed, in most cases, copper should not be crossecd 03:31 < nojeffrey> The cables I bought are straight through, It looks like I can open one of the SC connectors to swap around, i'll try this first 03:33 < Vaevictus> nojeffrey: yeah, it can be wrong 03:33 < Vaevictus> remember that Tx goes to Rx on the other side 03:34 < nojeffrey> So the fiber patch panel, these would be wired as straight through? eg left side stays left side on both buildings 03:35 < Vaevictus> would be != should be != are 03:36 < nojeffrey> What is the standard that for people who run fiber? Or is it always up to the customer how they want it wired? 03:36 < Vaevictus> the real question is who's responsible for making them correct 03:38 <+pppingme> nojeffrey what do you mean what is the standard? if there are more than two strands, they typically follow tip coloring 03:39 < Vaevictus> pppingme: i think he means "which side should be on the right" ... and i suppose my answer would be "the right side" 03:39 < nojeffrey> +pppingme I mean people who run fiber for a living, do they normally patch them in as straight or crossover 03:39 < nojeffrey> never mind 03:40 <+pppingme> everything between patch panels is always straight, no mixing or crossing.. all cross-overs are always done in the patch cables between patch panel and device 03:41 < Vaevictus> of course, some contractors will make mistakes ^_^ 03:41 < raj> pppingme, yes 03:42 <+pppingme> and in general (at least the way I do it), if I need to do a fiber cross over, I always do it on the end that I'd consider further away from the core (unless I forget and I'm too lazy to go back over).. 03:54 < nojeffrey> +pppingme Vaevictus it's up now, cheers 03:55 < nojeffrey> also I can see red laser coming out of left side at 2nd building, so now I know these are straight through 04:52 < Harlock> wow, driving in gta5 is so bad compared to 4 04:57 < Casper> yet there is probably a good proportion that find it better 04:59 < Harlock> doing a race is near impossible with the kb now 05:03 <+imMute> I thought all paired fiber runs are crossed over.. 05:05 < nojeffrey> I have another 2 buildings to add to this trunk loop and different companies did the fiber runs, so I'll compare 05:32 < jaelae> rackspace shows off all their uptime green checkmarks. even while we are down. you lie green checkmarks. 05:33 < Casper> jaelae: read the fineprints 05:34 < Casper> what do they define as down? 05:34 < Casper> I've seen a "downtime being defined as more than an hour" 05:34 < jaelae> yea id bet it is a threshold they have to hit that causes it but we are guaranteed 99.99% uptime but who knows 05:35 < jaelae> someone must have done something wrong though cause i called and they said multiple customers are effected 05:36 < Casper> I've read somewhere that my (home) isp define a downtime as 4 full hours 05:36 < Casper> so 3 hours, 1 secs up, and 3 more hours is not a downtime 05:46 < jaelae> yea i mean here it is pretty critical so im sure its not that slack 07:58 < myxenovia> hi. will the game client im playing in my work can be seen by our network administrator? 07:58 < myxenovia> i mean will he know that the client im running is a game lol 08:13 < Novae> myxenovia, yes 08:14 < myxenovia> fck 08:14 < myxenovia> gotta kill myself now 08:14 < myxenovia> Novae how about using a vpn/ 08:16 < Novae> myxenovia, go do some work 08:16 < myxenovia> Novae ofc. im not playing. i just open the game and hide it 08:17 < myxenovia> for some benefits 08:17 < myxenovia> Novae will vpn hide me? 08:17 < Novae> myxenovia, not from god 08:17 < myxenovia> thanks 08:24 < myxenovia> Novae anyway im a good employee believe me lol 08:40 < squ> how to capture .jpg 12 times per second? http://abell.as.arizona.edu/~hill/AllSkyCurrentImage.JPG 09:06 < LegendGenius> hi can i ask a question 09:11 < detha> you just did 09:11 < Atro> no he didnt, theres no question mark 09:13 < LegendGenius> so can i ask a question or not 09:13 < Roq> Ofcourse 09:14 < LegendGenius> its important 09:17 < purpleunicorn> hi 09:19 < purpleunicorn> how many mb do you think i should put if im creating a bootable USB drive? It says on UNetbootin: space used to preserve files across reboots 09:20 < Atro> none 09:20 < Atro> depedds if you wanna store on it 09:20 < purpleunicorn> well im going to be using it as a desktop and will be storing files maybe and other apps 09:21 < Atro> then add as much as your usb permits 09:33 < HappyRetard> omg i luv squishy poop 10:54 < spaces> since when are retards happy ? 11:00 < purpleunicorn> hey 11:13 < Lachezar> Hey all. I've got a question about HTTP (protocol level), is this the proper channel for that, or is there a specific HTTP channel? 11:17 < Lachezar> Basically I'd like to know if there is a proper way to specify a Character Set for a %-encoded URL in GET requests. 11:27 < djph> not that I'm aware. 11:28 < djph> I mean, URLs are primarily ascii, with whitespace & specials being encoded. 11:29 < djph> (or rather, I'm not aware of them supporting un-encoded utf8 characters) 11:32 < Lachezar> djph: That is ok. It's perfectly find to use %-encoded binary representation of the non-latin characters. But there doesn't seem to be a reliable way to declare the character encoding used to obtain the binary representation. 11:32 < djph> read the RFC? I think I'm misunderstanding your question 11:33 < regdude> there was an attack that used wrong "G" for google.com as URL 11:33 < Lachezar> djph: Commonly we're using the Character Set of the request body and decode the path + query with the same encoding, but that's not acceptable for GET requests. 11:33 < djph> the wrong 'g'? 11:33 < regdude> non-ascii 11:33 < pyc> Lachezar: Most servers uses UTF-8 to perform the %-encoding. 11:34 < pyc> Lachezar: There is no standard encoding or no way to specify encoding specified in the RFCs. It's completely upto the server. Most servers choose to use UTF-8. 11:34 < Lachezar> pyc: So does ours! But URL encoding is typically client-side, especially for the Query string. 11:34 < regdude> https://www.theguardian.com/technology/2017/apr/19/phishing-url-trick-hackers 11:34 < djph> regdude: is this the point where we have to explain how 'funny g'oogle.com works? 11:34 < regdude> no 11:34 < Lachezar> regdude: There were TONS of paypal with cyrillic р а у symbols. 11:35 < grawity> Lachezar: so basically you're trying to fix a