Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.
yogi@Yogi-GT5220:~$ sudo miredo -f
miredo[17370]: Starting...
miredo[17371]: New Teredo address/MTU
miredo[17371]: Teredo pseudo-tunnel started
miredo[17371]:  (address: 2001:0:53aa:64c:1c20:76d:b50d:8c6, MTU: 1280)
RTNETLINK answers: Permission denied
RTNETLINK answers: Permission denied

When I start the miredo on my PC running ubuntu 10.10 - I get the following message.

I cannot get any address assigned -

I am newbie to linux/miredo - Any feedback is appreciated -

yogi@Yogi-GT5220:~$ ifconfig teredo
teredo    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1280  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
share|improve this question
1  
Hello, this question has no information and activity for a very long time. I am closing it for now. If by any reason you think this question is still viable or useful in anyway or that there is still a good chance it will be answered please flag it to a moderator or add a comment with the reason(s) why you want it open. Regards – fossfreedom Feb 23 '12 at 21:12

closed as too localized by jrg Feb 23 '12 at 21:12

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Edit /etc/default/miredo and make sure that START_MIREDO=true is in there (not commented out), then miredo should start automatically on system startup.

Does that give any errors (I think daemon.log is used for Ubuntu 10.10)?

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.