Edit

Note Viewer


UberScouting 2016

Attendance

Note Info

Students
Mentors
Date & Time
Location & Author
  • 1/18/2016

  • 3 hours

  • Shapland Shop

  • Isaac F.


Notes

screw windows UNIX IS BETTER

Work Completed

We did it!

We can now access a server running on one computer through ethernet cables and a network switch on another computer.  This should allow us to do scouting with no wifi and still have live updates.

 

httpd.conf changes:

Listen 0.0.0.0:80

Listen [::0]:80

to 

Listen *:80

change

        AllowOverride none

        Require all denied

to

        AllowOverride none

        Order deny,allow

        Allow from all

change

ServerName localhost:80

to

ServerName THIS_COMPUTER'S_STATIC_IP:80

change in <Directory "c:/wamp/www/">

Require local

to

Require all granted

Windows Firewall Changes

added new rules in advanced options to allow inbound and outbound traffic on port 80

Setting Static IP

ip: 192.168.1.x

subnet mask: 255.255.255.0

default gateway: 192.168.1.1

dns stuff (probably doesnt matter)

line 1: 8.8.8.8

line 2: 8.8.4.4

Challenges

Windows firewall is really stupid.  Also, the google was not very helpful today.

Work for Next Meeting

get all laptops working with this system and start writing c#

On Schedule?

do we have a schedule?