Benutzer:EGeist:uci: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
EGeist (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
EGeist (Diskussion | Beiträge) |
||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
__NOINDEX__ | __NOINDEX__ | ||
'''Notizen''' | |||
==UCI== | ==UCI== | ||
Zeile 10: | Zeile 11: | ||
option 'vlan0' '0 1 2 3 5*' | option 'vlan0' '0 1 2 3 5*' | ||
option 'vlan1' '4 5' | option 'vlan1' '4 5' | ||
[http://wiki.openwrt.org/doc/uci/network#interface openwrt-conf-net-if] | |||
/config/network/interfaces | |||
Static IPv6-'''in'''-IPv4 tunnel | |||
config 'interface' '<ifalias>' | |||
option 'proto' '6in4' | |||
option 'ipaddr' '<ipv4-l>' | |||
option 'peeraddr' '<ipv4-peer-add>' | |||
option 'ip6addr' 'IPv6-add' |
Aktuelle Version vom 18. Juni 2011, 23:20 Uhr
Notizen
UCI
WRT54GL
/proc/switch This variant is only found on Broadcom devices like the WRT54GL.
config 'switch' 'eth0' option 'vlan0' '0 1 2 3 5*' option 'vlan1' '4 5'
/config/network/interfaces Static IPv6-in-IPv4 tunnel
config 'interface' '<ifalias>' option 'proto' '6in4' option 'ipaddr' '<ipv4-l>' option 'peeraddr' '<ipv4-peer-add>' option 'ip6addr' 'IPv6-add'