User Tools

Site Tools


zz_deprecated:home_networking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
home_networking [2013/01/25 09:21] – created dodgerzz_deprecated:home_networking [2022/02/11 11:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
-a+====== Home networking information ====== 
 + 
 +====== lista ips ====== 
 + 
 +^Tipo^Nombre^Interfaz^red^ip^MAC address^notas^ 
 +|Dipositivo de red |ct-536+        |WAN |192.168.1 |2 | | | 
 +|Dipositivo de red |Router         |WAN |192.168.1 |1 | | | 
 +|Dipositivo de red |Ciber-wds-01 |WAN |192.168.1 |245 | | | 
 +|Dipositivo de red |gigarouter |WAN |192.168.1 |245 | | | 
 +|Dipositivo de red |yacom openwrt |WAN |192.168.1 |3 |   | desconectado 
 +^Tipo^Nombre^Interfaz^red^ip^MAC address^notas^ 
 +|Dipositivo de red |Ciber-wds-01 |LAN |192.168.2 |245 | | | 
 +|Dipositivo de red |Ciber-wds-01 |LIBRE |192.168.2 |246 | | | 
 +|Dipositivo de red |Ciber-wds-01 |LIBRE |192.168.2 |247 | | | 
 +|Dipositivo de red |Ciber-wds-01 |LIBRE |192.168.2 |248 | | | 
 +|Dipositivo de red |Ciber-wds-01 |LIBRE |192.168.2 |249 | | | 
 +|Dipositivo de red |Ciber-wds-02 |LAN |192.168.2 |240 | | | 
 +|Dipositivo de red |Ciber-wds-02 |LIBRE |192.168.2 |241 | | | 
 +|Dipositivo de red |Ciber-wds-02 |LIBRE |192.168.2 |242 | | | 
 +|Dipositivo de red |Ciber-wds-02 |LIBRE |192.168.2 |243 | | | 
 +|Dipositivo de red |Ciber-wds-02 |LIBRE |192.168.2 |244 | | | 
 +|Dipositivo de red |gigarouter1 |LAN |192.168.2 |230 | | | 
 +|Dipositivo de red |gigarouter1 |LIBRE |192.168.2 |231 | | | 
 +|Dipositivo de red |gigarouter1 |LIBRE |192.168.2 |232 | | | 
 +|Dipositivo de red |gigarouter1 |LIBRE |192.168.2 |233 | | | 
 +|Dipositivo de red |gigarouter1 |LIBRE |192.168.2 |234 | | | 
 +|Dipositivo de red |gigarouter2 |LAN |192.168.2 |225 | | | 
 +|Dipositivo de red |gigarouter2 |LIBRE |192.168.2 |226 | | | 
 +|Dipositivo de red |gigarouter2 |LIBRE |192.168.2 |227 | | | 
 +|Dipositivo de red |gigarouter2 |LIBRE |192.168.2 |228 | | | 
 +|Dipositivo de red |gigarouter2 |LIBRE |192.168.2 |229 | | | 
 +|Multimedia         |ch3hnas        |LAN |192.168.2 |250 | | | 
 +|Multimedia         |wdtv           |LAN |192.168.2 |251 | | | 
 +|Multimedia         |xbmcpi         |LAN |192.168.2 |252 | | | 
 +|Ordenador          |ciberterminal-home |LAN |192.168.2 |50 | | | 
 +|Ordenador          |pettylaptop |LAN |192.168.2 |51 | | | 
 +|Ordenador          |pettylaptop |WLAN |192.168.2 |52 | | | 
 +|Ordenador          |jhterminal     |LAN |192.168.2 |53 | | | 
 +|Ordenador          |jhterminal     |WLAN |192.168.2 |54 | | | 
 +|Ordenador          |ciberterminal |WLAN |192.168.2 |55 | | | 
 +|Ordenador          |raspterminal |LAN |192.168.2 |56 | | | 
 +|Ordenador          |ciberterminal-home |LAN |192.168.2 |57 | | | 
 +|Movil              |galaxy         |WLAN |192.168.2 |60 | | | 
 +|Movil              |pettymovil     |WLAN |192.168.2 |61 | | | 
 +|Movil              |mi3terminal    |WLAN |192.168.2 |61 | | | 
 +|Otros              |ip cam         |LAN |192.168.2 |70 |00-09-06-06-0E-5C | 
 +|Otros              |ip cam         |WLAN |192.168.2 |71 |00-11-43-30-53-AB | 
 +|Otros              |kindle         |WLAN |192.168.2 |72 | | | 
 +|Otros              |LIBRE          |LIBRE |192.168.2 |73 | | | 
 +|Otros              |spa2102        |LAN |192.168.2 |74 | | | 
 + 
 +===== config dhcp openwrt ===== 
 +<code> 
 +config dnsmasq 
 +        option domainneeded '1' 
 +        option boguspriv '1' 
 +        option localise_queries '1' 
 +        option rebind_protection '1' 
 +        option rebind_localhost '1' 
 +        option local '/lan/' 
 +        option domain 'lan' 
 +        option expandhosts '1' 
 +        option authoritative '1' 
 +        option readethers '1' 
 +        option leasefile '/tmp/dhcp.leases' 
 +        option resolvfile '/tmp/resolv.conf.auto' 
 + 
 +config dhcp 'lan' 
 +        option interface 'lan' 
 +        option start '100' 
 +        option limit '150' 
 +        option leasetime '12h' 
 +        option dhcpv6 'server' 
 +        option ra 'server' 
 +        option ra_management '1' 
 + 
 +config dhcp 'wan' 
 +        option interface 'wan' 
 +        option ignore '1' 
 + 
 +config odhcpd 'odhcpd' 
 +        option maindhcp '0' 
 +        option leasefile '/tmp/hosts/odhcpd' 
 +        option leasetrigger '/usr/sbin/odhcpd-update' 
 + 
 +config host 
 +        option name 'ip-camera-lan' 
 +        option ip '192.168.2.70' 
 +        option mac '00:09:06:06:0e:5c' 
 + 
 +config host 
 +        option name 'ip-camera-wifi' 
 +        option ip '192.168.2.71' 
 +        option mac '00:11:43:30:53:AB' 
 + 
 +config host 
 +        option name 'wdlxtv' 
 +        option ip '192.168.2.251' 
 +        option mac '00:90:A9:90:06:56' 
 + 
 +config host 
 +        option mac '90:e6:ba:35:32:f5' 
 +        option ip '192.168.2.51' 
 +        option name 'pettyterminal' 
 + 
 +config host 
 +        option mac '00:90:27:12:62:45' 
 +        option ip '192.168.2.57' 
 +        option name 'ciberterminal-home_01' 
 + 
 +config host 
 +        option name 'ciberterminal-home_02' 
 +        option mac 'bc:5f:f4:e5:e0:62' 
 +        option ip '192.168.2.50' 
 + 
 +config host 
 +        option name 'Discochulo' 
 +        option mac '00:22:f7:10:a8:4b' 
 +        option ip '192.168.2.250' 
 +         
 +config host 
 +        option name 'microterminal' 
 +        option mac '98:4b:e1:06:c9:71' 
 +        option ip '192.168.2.253' 
 + 
 +</code> 
 + 
 +====== new schema ====== 
 + 
 +<graphviz> 
 +digraph home { 
 +node [shape=record]; 
 + 
 +router [shape=diamond]; 
 +wds01 [label="ciber-wds-01",shape=box]; 
 +wds02 [label="ciber-wds-02",shape=box]; 
 +wds [label="WDS\n(private)",shape=Mdiamond]; 
 +internet01 [label="internet", shape=hexagon,style=filled, fillcolor=lightblue]; 
 + 
 + 
 +ethconv [label="ethernet\nconverter", shape=diamond]; 
 + 
 +internet02 [label="internet\nUntrusted", shape=hexagon, style=filled, fillcolor=lightblue]; 
 + 
 +ciberwifi [label="Ciberwifi\n(AP)",shape=Mdiamond]; 
 + 
 +secondfloor [label="2nd\nfloor|{ciberterminal | pettylaptop}"]; 
 +firstfloor [label="1st\nfloor|{CH3HNAS | WDTV}"]; 
 + 
 +ata186 [label="ATA186", shape=diamond]; 
 +alarma [shape=box]; 
 +gsm [label="gsm\nmodem", shape=diamond]; 
 + 
 +{ rank = same;  
 +  router; 
 +  ethconv; 
 +  internet01; 
 +  internet02; 
 +
 +{ rank = same;  
 +  wds; 
 +  ciberwifi; 
 +
 + 
 +{ rank = same;  
 +  wds01; 
 +  secondfloor; 
 +
 + 
 +{ rank = same;  
 +  wds02; 
 +  firstfloor; 
 +  alarma; 
 +  ata186; 
 +  gsm; 
 +
 + 
 +router->wds01 [dir=back,label="WAN"] ; 
 + 
 +internet01->router [dir=back,label="WAN"] ; 
 +internet02->ethconv [dir=back,label="WAN"] ; 
 + 
 + 
 +wds01->ethconv; 
 +wds01->wds [dir=both]; 
 +wds->wds02 [dir=both]; 
 + 
 +wds01->ciberwifi [dir=both]; 
 +wds02->ciberwifi [dir=both]; 
 + 
 +wds01->secondfloor [dir=both]; 
 +wds02->firstfloor [dir=both]; 
 + 
 +alarma->ata186; 
 +ata186->wds02; 
 + 
 +gsm->alarma [dir=back]; 
 +
 +</graphviz> 
 + 
 + 
 + 
 +====== wlan schematic ====== 
 +<graphviz> 
 +digraph wlan { 
 +rankdir=LR; 
 +router [shape=box]; 
 +routerwifi [label="private admin wifi\nMAC restricted",shape=hexagon]; 
 +routerwds01 [label="ciber-wds-01",shape=box]; 
 +routerwds02 [label="ciber-wds-02",shape=box]; 
 +wdsmaster [label="wds master", shape=parallelogram]; 
 +wdsslave [label="wds slave", shape=parallelogram]; 
 +ethconv [label="ethernet\nconverter", shape=box]; 
 +internet02 [label="WLAN wifi\nUntrusted", shape=hexagon, style=filled, fillcolor=lightblue]; 
 +ciberwifi [label="Ciberwifi\nPublic wifi",shape=diamond]; 
 + 
 +{ rank = same;  
 +  wdsmaster; 
 +  wdsslave; 
 +
 +{ rank = same;  
 +  routerwds01; 
 +  routerwds02; 
 +  router; 
 +  ethconv; 
 +
 +routerwds01->wdsslave; 
 +routerwds02->wdsmaster; 
 +router->routerwifi; 
 +ethconv->internet02; 
 + 
 +ciberwifi->routerwds01[dir=back]; 
 +ciberwifi->routerwds02[dir=back]; 
 +
 +</graphviz> 
 + 
 + 
 + 
 +====== schema ====== 
 + 
 +<graphviz> 
 +digraph newhome { 
 +node [shape=record]; 
 + 
 +router [shape=diamond]; 
 +wds01 [label="ciber-wds-01",shape=box]; 
 +wds02 [label="ciber-wds-02",shape=box]; 
 +wds [label="WDS\n(private)",shape=Mdiamond]; 
 +internet01 [label="internet", shape=hexagon,style=filled, fillcolor=lightblue]; 
 + 
 + 
 +ethconv [label="ethernet\nconverter", shape=diamond]; 
 + 
 +internet02 [label="internet\nUntrusted", shape=hexagon, style=filled, fillcolor=lightblue]; 
 + 
 +ciberwifi [label="Ciberwifi\n(AP)",shape=Mdiamond]; 
 + 
 +secondfloor [label="2nd\nfloor|{ciberterminal | pettylaptop}"]; 
 +firstfloor [label="1st\nfloor|{CH3HNAS | WDTV}"]; 
 + 
 +ata186 [label="ATA186", shape=diamond]; 
 +alarma [shape=box]; 
 +gsm [label="gsm\nmodem", shape=diamond]; 
 + 
 +{ rank = same;  
 +  router; 
 +  ethconv; 
 +  internet01; 
 +  internet02; 
 +
 +{ rank = same;  
 +  wds; 
 +  ciberwifi; 
 +
 + 
 +{ rank = same;  
 +  wds01; 
 +  secondfloor; 
 +
 + 
 +{ rank = same;  
 +  wds02; 
 +  firstfloor; 
 +  alarma; 
 +  ata186; 
 +  gsm; 
 +
 + 
 +router->wds01 [dir=back,label="WAN"] ; 
 + 
 +internet01->router [dir=back,label="WAN"] ; 
 +internet02->ethconv [dir=back,label="WAN"] ; 
 + 
 + 
 +wds01->ethconv; 
 +wds01->wds [dir=both]; 
 +wds->wds02 [dir=both]; 
 + 
 +wds01->ciberwifi [dir=both]; 
 +wds02->ciberwifi [dir=both]; 
 + 
 +wds01->secondfloor [dir=both]; 
 +wds02->firstfloor [dir=both]; 
 + 
 +alarma->ata186; 
 +ata186->wds02; 
 + 
 +gsm->alarma [dir=back]; 
 +
 +</graphviz> 
zz_deprecated/home_networking.1359105670.txt.gz · Last modified: 2013/01/25 09:21 by dodger