**** BEGIN LOGGING AT Sat May 25 02:59:57 2013 May 25 12:06:06 jow r36716 packages/net/vnstat/ files/vnstat.defaults Makefile May 25 12:06:06 vnstat: avoid adding the same interface over and over when running uci-defaults against already existing config May 25 12:53:05 cyrusff is there a way to override the duid in odhcp6c ? May 25 12:53:26 or at least figure out the duid :D May 25 14:50:41 Asturel: default is duid type 3: 0301xxxxxxxxxxxx where x... is the mac May 25 14:51:03 You can override it however May 25 14:51:24 how? May 25 14:51:59 Http://wiki.openwrt.org/doc/uci/network#protocol.dhcpv6 May 25 14:52:17 There you can find the Full list of options May 25 14:53:13 'clientid' ? May 25 14:53:41 Yes May 25 14:53:55 and the format is XX:XX or XX-XX or XXXX? May 25 14:54:09 #3 May 25 14:54:43 Dont know if anyone has already tested this though May 25 14:55:15 is there any way to request new dhcpthing w/o ifup ? May 25 14:55:59 hmm doesnt seems to work May 25 14:56:16 or ifup wan doesnt enought? May 25 14:56:30 to apply the config change May 25 14:56:42 Ummn /etc/init.d/network restart May 25 14:57:05 Or at least reload and then ifdown /ifup not sure May 25 14:57:08 seems like uci picked up May 25 14:57:08 network.wan6.client=00010001143F9D2500030D5C82D3 May 25 14:57:28 missed 'id' :D May 25 14:57:34 Hehe May 25 14:57:59 seems like it works.. someshow May 25 14:58:19 at least i got different ipv6 May 25 14:58:28 not the same with wide dhp6c May 25 14:58:31 +c May 25 14:59:17 Is that good or bad? May 25 14:59:35 idk, seems like my isp doesnt require duid register anymore May 25 14:59:44 previosly it worked only if u registered your duid May 25 15:00:01 btw in 6relayd the master should be the interface which got the prefix? May 25 15:00:39 Well if you get a prefix the master is irrelevant May 25 15:01:24 Its only necessary if you want to proxy / relay stuff in case you dont get a prefix from your isp / router May 25 15:01:26 some i got only advertised ipv6 addr May 25 15:01:32 for some reason* May 25 15:01:52 or by default openwrt shouldnt give addr via dhcp6? May 25 15:02:09 i tried to assign static ipv6 lease but doesnt seems to work May 25 15:02:16 i mean i still got the advertised addr May 25 15:02:26 afaik win7 supports dhcp6 May 25 15:04:39 Did you set dhcpv6 mode to stazeful? May 25 15:05:10 dont think so?:D May 25 15:05:30 option management_level 2 ? May 25 15:05:39 Yes 2 or 1 May 25 15:06:12 Some devices e.g. android dont have dhcpv6 so they wont get adresses with 2 May 25 15:07:26 doesnt seems to work May 25 15:07:33 i get few secs advertised addr May 25 15:07:36 later* May 25 15:07:56 config lease May 25 15:07:56 option duid '00010001186831F28C89A52C2D87' May 25 15:07:56 option id '1234' May 25 15:08:03 is this correct? May 25 15:09:09 but it should give addr w/o lease section , right? May 25 15:09:12 Seems so. Did you do a /etc/init.d/6relayd restart May 25 15:09:15 yeah May 25 15:09:16 Yes May 25 15:10:22 i'll change to 2 to check is dhcp6d May 25 15:12:22 yeah i didnt got ipv6 addr with management_level 2 May 25 15:15:56 btw i have dnsmasq - 2.66-2 May 25 15:16:01 i saw there is dnsmaskv6 or something May 25 15:16:12 dnsmasq-dhcpv6 May 25 15:16:15 should i switch to it? May 25 15:21:44 cyrusff? May 25 15:21:52 Well dnsmasq isnt suppirted using uci you would have to configure it manually May 25 15:22:29 So you get an address with level 0 / 1 but not 2 May 25 15:22:31 ? May 25 15:22:33 or whats the reason that i wont get ip6 via dhcp6? May 25 15:22:38 yea May 25 15:22:53 i only got advertised ipv6 May 25 15:23:53 Not sure whats wrong. Shouldnt make a difference May 25 15:24:54 but with advertising i cant get static ipv6 lease, can i? May 25 15:24:59 since its advertised May 25 15:25:33 Yes May 25 15:26:29 or is there a way to tell what ip should advertised based on mac addr when it requires ipv4 via dhcp?:DD May 25 15:27:12 No well dhcpv6 should work. Or at least it did for me. Could be a bug left somewhere May 25 15:27:57 If you set managenent level >0 you should get adresses via dhcp May 25 15:28:04 yeah but i didnt May 25 15:28:18 r36698 May 25 15:28:52 i thought it has something do with master May 25 15:30:00 Ah could you try with r36702 or later please May 25 15:30:06 There was a bugfix May 25 15:31:17 ofc May 25 15:31:25 could i just upgrade one package? May 25 15:32:01 Yes 6relayd is enough May 25 15:43:16 sorry for the noob question but is there a way to add my own package 'repo' to my openwrt? May 25 15:43:27 or how can i install my selfcompiled package?D: May 25 15:43:37 i didnt saw opkg install fromfile thing May 25 15:43:47 opkg install /tmp/file.ipk May 25 15:43:55 ah ok thx May 25 15:44:01 i see it works through network too May 25 15:44:05 yes May 25 15:44:35 if you want a proper repo you can throw you .ipk into a directory and use ./scripts/ipkg-make-index.sh May 25 15:44:50 this will create the Packages and Packages.gz files May 25 15:45:17 then you can add this directory to opkg.conf e.g. as file:///path/to/dir or http://example.org/dir May 25 15:45:58 thx May 25 15:46:48 hmm still no ip6 via dhcp6 May 25 15:49:24 build #258 of x86 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/258 May 25 15:49:54 hmm May 25 15:50:10 now its working when i changed management level to 2 May 25 15:51:58 May 25 13:50:56 OpenWrt daemon.info dnsmasq[1370]: read /tmp/hosts/6relayd - 3 addresses May 25 15:52:36 cyrusff: btw, I suppose to send sighup to dnsmasq when the 6relayd hosts is written? May 25 15:53:29 That shoild be done already May 25 15:53:34 yeah I know May 25 15:53:42 someone was complaining about logspem wrt. dnsmasq reloads May 25 15:53:59 so I wondered whether you do it unconditionally May 25 15:54:21 is it normal that i still got advertised addr when i got addr via dhcp6 too? May 25 15:54:27 it might need the same fix as the netifd resolv file writing (only actually update if there are changes) May 25 15:55:33 Well if management level was 1 than yes May 25 15:56:01 Jow_laptop: agree May 25 15:57:51 yeah it was May 25 15:58:09 just seems like my windows prefer the advertised address instead the dhcp6 May 25 15:59:53 build #220 of iop32x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/220 May 25 16:00:29 If you set to2 May 25 16:00:54 yeah but then my android devices wont work May 25 16:02:22 Sure May 25 16:02:50 Unfortunately nothing we can do about it May 25 16:02:56 yeah May 25 16:03:41 IPv6 Address. . . . . . . . . . . : 2001:4c48:6::2 May 25 16:03:41 IPv6 Address. . . . . . . . . . . : 2001:4c48:110:e01::2 May 25 16:03:48 where did it got the first ip6? May 25 16:03:58 i mean my ragen is 2001:4c48:110:e01::/67 May 25 16:04:00 i mean my ragen is 2001:4c48:110:e01::/56 May 25 16:04:05 range* May 25 16:04:48 http://pastebin.com/dVtEY5Ji May 25 16:05:16 its from the /128 May 25 16:05:48 but it somehow went wrong, isnt it? May 25 16:06:37 Well it could be if you accidentally had openwrt in relay mode before May 25 16:07:10 If you reconnect windows it should go away May 25 16:08:40 i didn May 25 16:08:41 -n May 25 16:08:43 got again May 25 16:08:44 Dhcp Preferred 23h59m47s 23h59m47s 2001:4c48:6::2 May 25 16:08:44 Dhcp Preferred 23h59m46s 23h59m46s 2001:4c48:110:e01::2 May 25 16:09:49 even restarted 6relayd, ifup wan, disable/enable interface in windows May 25 16:10:14 ipconfig /renew6 too May 25 16:10:53 but /tmp/hosts/6relayd contains 2001:4c48:6::2 asturel-PC May 25 16:13:49 Can you do an ifdown ifup lan May 25 16:14:21 Maybe its stuck there May 25 16:19:05 its on the wan6 May 25 16:19:19 http://pastebin.com/dVtEY5Ji line #25 May 25 16:21:15 but its not stucked i always got an /128 too May 25 16:28:35 advertised ip's ok May 25 17:06:48 acinonyx r36717 packages/net/ (20 files in 2 dirs) * [quagga] Update to v0.99.22 May 25 17:30:38 jow_laptop: what do you think? shall we enable stateless + stateful dhcpv6 by default? May 25 17:30:47 or keep it in stateless May 25 17:32:04 any idea howto fix this ?:D May 25 17:56:20 build #242 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/242 May 25 18:07:03 asturel: no idea where the problem is atm, sorry can only suggest try restarting the router May 25 18:10:43 but it still pick up the /128, it always did May 25 18:10:57 and the advertised address is correct May 25 18:22:17 the most weird thing that i got /128, /64 and /56 May 25 18:23:13 is there a way to force which address should use?:D May 25 18:23:19 does anyone happen to have any lantiq-based devices which are currently supported in trunk? May 25 18:24:42 i mean prefix May 25 19:41:23 build #238 of ar71xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/238 May 25 19:44:24 build #247 of xburst is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/247 May 25 21:41:21 cyrusff can i make openwrt to use slaac on wlan, but dhcp6 on lan? May 25 21:41:45 or i cant setup 2 server section like this? May 25 21:42:39 ah i see, it will work May 25 21:53:14 cyrusff solved it by adding option reqaddress 'none' May 25 21:56:30 at least i dont get that ip anymore May 25 22:18:02 but dhcp6 stopped workin again May 25 22:34:18 cyrusff it uses the master ipv6 prefixes or ipv6 addresses for dhcp6d? May 25 23:25:59 figured out what caused non working: option compat_ula 1 May 25 23:25:59 :D May 26 00:13:35 build #258 of ar7 is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/258 **** ENDING LOGGING AT Sun May 26 02:59:58 2013