Italiano English
Modifica History Actions

Differenze per "Lombardia/DebugELinkUtili"

Differenze tra le versioni 1 e 3 (in 2 versioni)
Versione 1 del 2015-05-04 22:23:05
Dimensione: 322
Autore: valhalla
Commento:
Versione 3 del 2015-05-31 20:26:22
Dimensione: 963
Autore: 212-124-166-186
Commento:
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 6: Linea 6:
 * le versioni recenti di openwrt usano dhcp6 anche per la configurazione tramite RA:
    Router Advertisements are not accepted by default anymore and thus OpenWrt will not configure itself with default routes and / or addresses. Also the interface-options accept_ra and send_rs have been removed. You should add an interface with proto dhcpv6 - also for receiving RAs only - as described in Native IPv6 Connection. [[http://wiki.openwrt.org/doc/uci/network6]]
 * OpenWRT configura di default /proc/sys/net/ipv6/conf/bat0/forwarding ad 1, impedendo l'autoconfigurazione: risolvere con net.ipv6.conf.bat0.forwarding=0 in /etc/sysctl.conf

Un po' di informazioni sparse utili per chi sta lavorando sull'isola lombarda e sta debuggando problemi.

Appunti

  • installare ndisc6 per fare diagnostica; il comando rdisc6 chiede chi siano gli RA sulla rete e che informazioni forniscono.
  • le versioni recenti di openwrt usano dhcp6 anche per la configurazione tramite RA:
    • Router Advertisements are not accepted by default anymore and thus OpenWrt will not configure itself with default routes and / or addresses. Also the interface-options accept_ra and send_rs have been removed. You should add an interface with proto dhcpv6 - also for receiving RAs only - as described in Native IPv6 Connection. http://wiki.openwrt.org/doc/uci/network6

  • OpenWRT configura di default /proc/sys/net/ipv6/conf/bat0/forwarding ad 1, impedendo l'autoconfigurazione: risolvere con net.ipv6.conf.bat0.forwarding=0 in /etc/sysctl.conf