User Tools

Site Tools


zz_deprecated:home_networking

This is an old revision of the document!


lista ips

TipoNombreInterfazredipMAC addressnotas
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
TipoNombreInterfazredipMAC addressnotas
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

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'

new schema

wlan schematic

schema

zz_deprecated/home_networking.1404989019.txt.gz · Last modified: 2014/07/10 10:43 by dodger