On Tue, Mar 3, 2015 at 3:37 PM, niki <niki.shelley(a)gmail.com> wrote:
> I have the ip address and we're getting over 100Mbps down if what the LMI
> guy said is to be trusted.
Great. It's important that it configured to be a static IP address. Do
you know if it was?
It looks like we haven't touched our router, it's still connected to
the old uplink, so that will have to be migrated. Let's do that at a
less high traffic time than Tuesday night and also wait to cancel
Sonic service …
[View More]until we finish doing that?
[View Less]
Fantastic People,
Today comcast installed business cable internet service at omni for supporting the upcoming Deconstruction event. It terminates in the ticket room where the existing cable penetration is. A very small router is mounted to the wall next to the ticket window. This works because Deconstruction's network needs will be near the back of the ballroom. After the event, Jason Naumoff (Deconstruction guy, CC’d on this message) will cancel the connection. Jason and/or his people will …
[View More]test the connection before the event. I have the IP details of the link if we need them, but we should probably just stay off that connection since it belongs to our event customer.
It might be of interest that there is existing coax running from the ticket room to other parts of the building. It looks like it branches off to some place downstairs and some place upstairs, probably where John G.’s residence was. In the future it would be possible to leverage part of this cable run to terminate the cable at the sudoroom racks.
Also of note: the cable signal coming into the building is VERY strong, so strong in fact that comcast put in a splitter to degrade the signal to a reasonable level so that the router can be installed in the ticket room. This bodes well for future connections that could terminate at the sudoroom racks.
That is all.
Ben
[View Less]
hey all,
at long last, the thedeconstruction.org folks are installing a temporary
internet service tomorrow for their Nov 15-16 event.
Comcast is coming tomorrow between 10am and 12noon.
Might someone on this list be able and willing to chat with Jason, one of
the event producers, about his needs?
curious,
D
---------- Forwarded message ----------
From: yar <yardenack(a)gmail.com>
Date: Mon, Oct 13, 2014 at 10:50 AM
Subject: Re: [sudo-discuss] Internet speedz? mb up & down?
To: …
[View More]Danny Spitzberg <stationaery(a)gmail.com>
Cc: "sudo-discuss(a)lists.sudoroom.org" <sudo-discuss(a)lists.sudoroom.org>
On Fri, Oct 10, 2014 at 8:31 AM, Danny Spitzberg <stationaery(a)gmail.com>
wrote:
> Does anyone know the typical and min/max Internet upload/download heft?
> Might it be >10mb? >20mb?
Just ran this on our ssh server remotely:
https://github.com/sivel/speedtest-cli
Consistently getting ~30Mb down, ~1.6Mb up
[View Less]
to help administrators add new users to omni, sudo room, and other related
services (generating user accounts), I've started a bit on this:
https://github.com/wrought/omni-cli
# The point here is to provide a command-line interface to managing systems
for the omni oakland collective.
# To start, the goal is to add users to email lists and generate user
accounts on various web systems.
# This script is intended to be run locally and should only require access
to the server(s) in question.
…
[View More]very incomplete, but notably a first draft of a script for creating a user
based on email for MediaWiki is here:
https://github.com/wrought/omni-cli/blob/master/scripts/mediawiki/createUse…
The idea is that this script is run at the command-line by a user who has
proper access (e.g. root) to the server(s) in question to provide accounts.
// Matt
[View Less]
I installed a small tool to help people troubleshoot when the network is
being slow.
On the gateway (space.local) run:
nethogs eth0
Then hit 'r' and 's' to toggle between sorting by receiving (downloading)
and sending (uploading) clients.
Quick and easy way of figuring out which IP is being problematic.
--
marc/juul
I’d like to restore service to the sudo streaming radio. I propose to attach a bunch of external storage to a smallish (dedicated or not) server and have a streaming radio process on it send a 128kbps audio stream up to a cloud radio provider. Additionally, I’d have a cut-in so that people who are actually pretty phenomenal DJs like Chris can perform live on the stream.
Thoughts? Suggestions?
I changed the 192.168.42.1 gateway like so:
* Changed hostname to space
* Changed domain to local
* Installed avahi-daemon
* Disabled dnsmasq's dhcp function
* Installed and configured isc-dhcp-server (dnsmasq's dhcp is not for
large networks)
* Changed DNS servers from google's to sonic.net's
* Expanded the subnet to /16
* Changed/expanded dhcp range to 192.168.50.1-192.168.200.254
* Lowered dhcp lease time to 600 second (1200 max)
I removed a rogue dhcp server that was …
[View More]running on the network (we really
need a script to detect these).
[View Less]
BAPS was *this* close to paying for a wordpress.com blog ... but
instead I made them a free wordpress instance on our Linode. Right now
it is at: https://sudoroom.org/baps
I wasn't sure of the mysql root password and didn't seem worth it to
just shut down the whole thing, so it's sharing the sudoer database
with $table_prefix = 'baps_'
We will move it to a proper domain as soon as they get access to their
registrar.
Hope this is ok with everyone!