C:\>tracert 216.66.86.114
Routenverfolgung zu tserv1.ber1.he.net [216.66.86.114] über maximal 30 Abschnitte:
1 <1 ms <1 ms <1 ms openwrt [192.168.75.1]
...
10 36 ms 40 ms 39 ms tserv1.ber1.he.net [216.66.86.114]
Ablaufverfolgung beendet.
C:\>tracert 216.66.80.30
Routenverfolgung zu tserv1.fra1.he.net [216.66.80.30] über maximal 30 Abschnitte:
1 <1 ms <1 ms <1 ms openwrt [192.168.75.1]
...
8 24 ms 17 ms 13 ms tserv1.fra1.he.net [216.66.80.30]
Ablaufverfolgung beendet.
ctlmgr_ctl w ipv6 settings/he_popaddr [COLOR="#0000FF"]Server IPv4 Address[/COLOR]
ctlmgr_ctl w ipv6 settings/he_remote [COLOR="#0000FF"]Server IPv6 Address ohne "/64"[/COLOR]
ctlmgr_ctl w ipv6 settings/he_local [COLOR="#0000FF"]Client IPv6 Address ohne "/64"[/COLOR]
ctlmgr_ctl w ipv6 settings/he_prefix [COLOR="#0000FF"]Routed /64 or /48 prefix ohne "/64" bzw. "/48"[/COLOR]
ctlmgr_ctl w ipv6 settings/he_prefixlen [COLOR="#0000FF"]Routed prefix length (64 oder 48)[/COLOR]
ctlmgr_ctl w ipv6 settings/he_username [COLOR="#0000FF"]Accountname[/COLOR]
ctlmgr_ctl w ipv6 settings/he_passwd [COLOR="#0000FF"]Accountpassword[/COLOR]
ctlmgr_ctl w ipv6 settings/he_tunnelid [COLOR="#0000FF"]Tunnel ID[/COLOR]
ctlmgr_ctl w ipv6 settings/ipv6_mode ipv6_hurricane_electric
he {
update_server = "ipv4.tunnelbroker.net";
username = "Schimmelreiter";
passwd = "";
tunnelid = "274826";
tunnel {
popaddr = 216.66.80.30;
local = 2001:470:1234:567::2;
remote = 2001:470:1234:567::1;
prefix = 2001:470:1234:568::;
prefixlen = 64;
}
ipv6mode = ipv6_hurricane_electric;
opkg update
opkg install 6in4 luci-proto-ipv6
opkg install nano
nano /etc/config/network
config interface 'wan6'
option ifname '@wan'
option proto '6in4'
option peeraddr '216.66.80.30' # Siehe Tunnel Details "Server IPv4 Address"
option ip6prefix '2001:470:1f0a:123::/64' # Siehe Tunnel Details "Routed/64 oder Routed/48"
option tunnelid '123456' # Siehe Tunnel Details "Tunnel ID"
option ip6addr '2001:470:1f0a:124::2/64' # Siehe Tunnel Details "Client IPv6 Address"
option username 'Euer Anmeldename' # Siehe "Account Name" unter "Account Info" (Bei statischer IPv4 unnötig, wird nur für das Aktualisieren der eigenen IPv4 bei HE genutzt)
option password 'jdfbdngfgndf' # Siehe "Update Key" auf dem Reiter "Advanced" (Bei statischer IPv4 unnötig, wird nur für das Aktualisieren der eigenen IPv4 bei HE genutzt)
/etc/init.d/network restart
opkg update
opkg install aiccu luci-proto-ipv6
opkg install nano
nano /etc/init.d/aiccu
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=51
config_cb() {
local cfg_type="$1"
local cfg_name="$2"
case "$cfg_type" in
aiccu)
append cfgs_sections "$cfg_name" "$N"
;;
esac
}
start() {
config_load aiccu
for cfgs_section in $cfgs_sections; do
config_get username $cfgs_section username
config_get password $cfgs_section password
config_get server $cfgs_section server
config_get protocol $cfgs_section protocol
config_get interface $cfgs_section interface
config_get tunnel_id $cfgs_section tunnel_id
config_get_bool requiretls $cfgs_section requiretls 0
config_get_bool defaultroute $cfgs_section defaultroute 1
config_get_bool nat $cfgs_section nat 1
config_get_bool heartbeat $cfgs_section heartbeat 1
mkdir -p /tmp/run
echo "username $username" > /tmp/run/aiccu-${cfgs_section}.conf
echo "password $password" >> /tmp/run/aiccu-${cfgs_section}.conf
[ -n "$server" ] && echo "server $server" >> /tmp/run/aiccu-${cfgs_section}.conf
[ -n "$protocol" ] && echo "protocol $protocol" >> /tmp/run/aiccu-${cfgs_section}.conf
[ -n "$interface" ] && echo "ipv6_interface $interface" >> /tmp/run/aiccu-${cfgs_section}.conf
[ -n "$tunnel_id" ] && echo "tunnel_id $tunnel_id" >> /tmp/run/aiccu-${cfgs_section}.conf
[ "$requiretls" = "1" ] && echo "requiretls true" >> /tmp/run/aiccu-${cfgs_section}.conf
[ "$defaultroute" != "1" ] && echo "defaultroute false" >> /tmp/run/aiccu-${cfgs_section}.conf
[ "$nat" = "1" ] && echo "behindnat true" >> /tmp/run/aiccu-${cfgs_section}.conf
[ "$heartbeat" != "1" ] && echo "makebeats false" >> /tmp/run/aiccu-${cfgs_section}.conf
echo 'daemonize true' >> /tmp/run/aiccu-${cfgs_section}.conf
echo "pidfile /var/run/aiccu-${cfgs_section}.pid" >> /tmp/run/aiccu-${cfgs_section}.conf
[ ! -z "`ip -6 route show default | grep br-lan`" ] && \
ip -6 route del default dev br-lan
aiccu start /tmp/run/aiccu-$cfgs_section.conf
done
}
stop() {
config_load aiccu
for cfgs_section in $cfgs_sections; do
aiccu stop /tmp/run/aiccu-$cfgs_section.conf
done
}
/etc/init.d/aiccu enable
nano /etc/sysupgrade.conf
/etc/init.d/aiccu
/etc/config/aiccu
nano /etc/config/network
config interface 'wan6'
option proto 'static'
option send_rs '0'
option dns '2001:4860:4860::8888 2001:4860:4860::8844'
option ifname 'sixxs0'
option ip6prefix [COLOR="#0000FF"]Subnet Prefix incl. /64 oder /48[/COLOR]
option ip6addr [COLOR="#0000FF"]Your IPv6/Tunnel Endpoint + /64[/COLOR]
option ip6gw [COLOR="#0000FF"]Your IPv6/Tunnel Endpoint, ::2 am Ende durch ::1 ersetzen, ohne /64[/COLOR]
nano /etc/config/aiccu
config aiccu
option username '[COLOR="#0000FF"]Euer SixXS-Benutzername[/COLOR]'
option password '[COLOR="#0000FF"]Euer SixXS-Kennwort[/COLOR]'
option protocol 'tic'
option server 'tic.sixxs.net'
option interface 'sixxs0'
option tunnel_id '[COLOR="#0000FF"]Tunnel-ID incl. "T"[/COLOR]'
option requiretls '1'
option defaultroute '1'
option nat '1'
option heartbeat '1'
/etc/init.d/aiccu start
/etc/init.d/network restart
Wir verwenden Cookies und ähnliche Technologien für folgende Zwecke:
Akzeptieren Sie Cookies und diese Technologien?
Wir verwenden Cookies und ähnliche Technologien für folgende Zwecke:
Akzeptieren Sie Cookies und diese Technologien?