Network configuration: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) |
||
Line 41: | Line 41: | ||
I have a basic firewall set up here. | I have a basic firewall set up here. | ||
ssh into bellman | |||
then ssh into edgerouter | |||
configure | |||
# Find a good rule number to use | |||
show firewall name WAN_IN | |||
# Add the rule | |||
set firewall name WAN_IN rule 30 action drop | |||
set firewall name WAN_IN rule 30 source 23.225.141.70 | |||
set firewall name WAN_IN rule 30 state new enable | |||
commit | |||
save | |||
== Unifi == | == Unifi == |
Revision as of 22:51, 25 September 2018
Overview
- Aris DOCSIS modem in bridge mode provided by Spectrum (no WiFi thank you very much!)
- Edgerouter as firewall, Unifi for WiFi
- 8 port DLINK 1G switch
- Unifi wireless access point
- Unifi controller in Docker on Bellman
Bellman provides DNS and DHCP
- WLAN wildsong2 2.4 GHz
- WLAN wildsong5 5 GHz
Someday I might put up SSID=wildsong for guest access and create a separate VLAN but at the moment I have more interesting things to do.
Wired
Wireless via Unifi
I think everything but the Squeezebox should work on 5 GHz.
Desktop Tern
Laptops
Squeezebox, 2.4 GHz ONLY
3 Android phones
Edgerouter
Use bwilson account to get access
I have a basic firewall set up here.
ssh into bellman then ssh into edgerouter
configure # Find a good rule number to use show firewall name WAN_IN # Add the rule set firewall name WAN_IN rule 30 action drop set firewall name WAN_IN rule 30 source 23.225.141.70 set firewall name WAN_IN rule 30 state new enable commit save
Unifi
Use admin account to get access