CloudStack: Getting started

Links to great tutorials and original contributions.
Don't know how to setup your VPN ? How to install a panel ? How to tweak yout VPS ? Check here and ask if you don't find what you are looking for.
Admin
Site Admin
Posts: 490
Joined: Wed Jul 25, 2012 10:54 pm

Re: CloudStack: Getting started

Post by Admin » Wed Jul 10, 2013 12:40 pm

Not sure yet, perhaps a basic instance VPS-like with HA 512 RAM and some 20 GB+1 snapshot might go to 6-7 Eur for a month. That is only a wild guess, prices can still vary 20% or more, we didnt count costs yet.

This is not for the Low End market, but we will use it to replace Solus on KVM/Xen if it works out well. It is more for the enterprise and professional usage, tho prices will not be much higher than DO which does not have HA, I think.

jcaleb
Posts: 92
Joined: Fri Aug 03, 2012 8:56 am

Re: CloudStack: Getting started

Post by jcaleb » Thu Jul 11, 2013 2:28 am

the panel is intuitive and easy to use

zsero
Posts: 8
Joined: Mon Jan 07, 2013 5:00 pm

Re: CloudStack: Getting started

Post by zsero » Thu Jul 11, 2013 4:28 am

the panel is intuitive and easy to use
Sorry, personally I do not agree. It needs a lot of work to be comparable to Solus, and it's day and night compared to DO's custom panel. But the integrated firewall is a really good point!

Just as an idea, I'd recommend selling non-HA, SSD based plans as well, at DO prices. The biggest problem with DO is bad disk I/O speeds, if you can offer better I/O for the same price you might win over some of their customers.

Admin
Site Admin
Posts: 490
Joined: Wed Jul 25, 2012 10:54 pm

Re: CloudStack: Getting started

Post by Admin » Thu Jul 11, 2013 6:17 am

We do not intent to contest for DO customers, these services are intended for the higher end of the market.
That being said, we plan to roll out our custom panel based on CS api on standalone nodes too to replace Solus for KVM/Xen once we have the panel.
It will take some time though until that is done, but once done, we can do the same as DO does, minus disk overcommit (which is what generates the slowness, they use thin provisioning from what i heard).
Regarding if the panel is easy to use or not, well, i think solus is ok because everyone knows it, however, many newbies sign up and have trouble with it, this doesnt look more easy or more complicated, but it is slower and the console is much slower than java one from solus.
Baisc operations: Create, snapshot, template, firewall, link ISO, change service, etc, are simple enough. Solus has fewer functions, therefore it will be simpler for sure, the thing that CS-UI lacks compared with solus is the rDNS capability, we could integrate in our panel by calling powerdns.
Other than that, I do not see major flaws, for example solus cannot change password, even on templates if KVM, is usually screwing up on resizing it, templates are harder to do, you cannot load own ISO not to mention upload/download disk images.
The two are different beasts, cant really be compared, but I agree java is much heavier than PHP and the javascript ajax console is twice as slow than Solus java VNC, but this is design limitation, solus connects directly to the node, while in CS a proxy is required, due to the uncertainty of actual VM's location, due to HA and load balancing automated migrations.

TL;DR solus =/= CS-UI they are different tools designed to do different jobs in different environments, even if the purpose seems the same (controlling VMs).

vanarp
Posts: 2
Joined: Sat Nov 24, 2012 8:18 pm

Re: CloudStack: Getting started

Post by vanarp » Thu Jul 11, 2013 7:32 am

Thank you for the free trial offer and an illustrated tutorial to get started!

I have changed the APT sources as below:

Code: Select all

root@deb7-32:~# cat /etc/apt/sources.list
# Main repo
deb http://http.debian.net/debian wheezy main non-free contrib
deb-src http://http.debian.net/debian wheezy main non-free contrib
# Security
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
Now when I run apt-get update it shows this output.

Code: Select all

root@deb7-32:~# apt-get update
Err http://http.debian.net wheezy Release.gpg
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Ign http://http.debian.net wheezy Release
Err http://http.debian.net wheezy/main Sources
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://http.debian.net wheezy/non-free Sources
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://http.debian.net wheezy/contrib Sources
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://http.debian.net wheezy/main i386 Packages
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://http.debian.net wheezy/non-free i386 Packages
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://http.debian.net wheezy/contrib i386 Packages
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://http.debian.net wheezy/contrib Translation-en_US
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://http.debian.net wheezy/contrib Translation-en
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://http.debian.net wheezy/main Translation-en_US
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://http.debian.net wheezy/main Translation-en
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://http.debian.net wheezy/non-free Translation-en_US
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://http.debian.net wheezy/non-free Translation-en
  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]
Err http://security.debian.org wheezy/updates Release.gpg
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Ign http://security.debian.org wheezy/updates Release
Ign http://security.debian.org wheezy/updates/main Sources/DiffIndex
Ign http://security.debian.org wheezy/updates/main i386 Packages/DiffIndex
Err http://security.debian.org wheezy/updates/contrib Sources
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Err http://security.debian.org wheezy/updates/non-free Sources
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Err http://security.debian.org wheezy/updates/contrib i386 Packages
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Err http://security.debian.org wheezy/updates/non-free i386 Packages
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Err http://security.debian.org wheezy/updates/contrib Translation-en_US
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Err http://security.debian.org wheezy/updates/contrib Translation-en
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Err http://security.debian.org wheezy/updates/main Translation-en_US
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Err http://security.debian.org wheezy/updates/main Translation-en
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Err http://security.debian.org wheezy/updates/non-free Translation-en_US
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Err http://security.debian.org wheezy/updates/non-free Translation-en
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Err http://security.debian.org wheezy/updates/main Sources
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
Err http://security.debian.org wheezy/updates/main i386 Packages
  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
W: Failed to fetch http://http.debian.net/debian/dists/wheezy/Release.gpg  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/Release.gpg  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/main/source/Sources  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/non-free/source/Sources  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/contrib/source/Sources  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/main/binary-i386/Packages  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/non-free/binary-i386/Packages  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/contrib/binary-i386/Packages  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/contrib/i18n/Translation-en_US  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/contrib/i18n/Translation-en  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/main/i18n/Translation-en_US  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/main/i18n/Translation-en  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/non-free/i18n/Translation-en_US  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://http.debian.net/debian/dists/wheezy/non-free/i18n/Translation-en  Cannot initiate the connection to http.debian.net:80 (2a01:4f8:131:152b::42). - connect (101: Network is unreachable) [IP: 2a01:4f8:131:152b::42 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/contrib/source/Sources  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/non-free/source/Sources  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/contrib/binary-i386/Packages  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/non-free/binary-i386/Packages  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/contrib/i18n/Translation-en_US  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/contrib/i18n/Translation-en  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/main/i18n/Translation-en_US  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/main/i18n/Translation-en  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/non-free/i18n/Translation-en_US  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/non-free/i18n/Translation-en  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/main/source/Sources  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

W: Failed to fetch http://security.debian.org/dists/wheezy/updates/main/binary-i386/Packages  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.
Is it something to do with the Firewall settings or some other issue? Please guide me.

Admin
Site Admin
Posts: 490
Joined: Wed Jul 25, 2012 10:54 pm

Re: CloudStack: Getting started

Post by Admin » Thu Jul 11, 2013 8:59 am

That seems to be an issue with IPv6.
Have you managed to ping6 google.com ? ifconfig is listing some IPv6 (apart from the loopback) ?

zsero
Posts: 8
Joined: Mon Jan 07, 2013 5:00 pm

Re: CloudStack: Getting started

Post by zsero » Thu Jul 11, 2013 4:27 pm

Same issue for me as well:

Code: Select all

root@deb7-32:~# ping6 google.com
connect: Network is unreachable
root@deb7-32:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 06:93:28:00:00:1c
          inet addr:194.68.40.118  Bcast:194.68.43.255  Mask:255.255.252.0
          inet6 addr: 2a00:dcc0:eda:89:493:28ff:fe00:1c/64 Scope:Global
          inet6 addr: fe80::493:28ff:fe00:1c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:48241 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4783 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:4819176 (4.5 MiB)  TX bytes:831038 (811.5 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  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:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

root@deb7-32:~#

unclesal
Posts: 44
Joined: Thu Aug 02, 2012 3:31 pm

Re: CloudStack: Getting started

Post by unclesal » Thu Jul 11, 2013 5:02 pm

zsero wrote:Same issue for me as well:

Code: Select all

root@deb7-32:~# ping6 google.com
connect: Network is unreachable
root@deb7-32:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 06:93:28:00:00:1c
          inet addr:194.68.40.118  Bcast:194.68.43.255  Mask:255.255.252.0
          inet6 addr: 2a00:dcc0:eda:89:493:28ff:fe00:1c/64 Scope:Global
          inet6 addr: fe80::493:28ff:fe00:1c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:48241 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4783 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:4819176 (4.5 MiB)  TX bytes:831038 (811.5 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  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:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

root@deb7-32:~#

Can you try to reboot and report back the content of ifconfig?

I disabled SLAAC on the vlan so previous default aren't running anymore.

Thanks

zsero
Posts: 8
Joined: Mon Jan 07, 2013 5:00 pm

Re: CloudStack: Getting started

Post by zsero » Thu Jul 11, 2013 5:09 pm

Same thing, but ifconfig changed.

Code: Select all

root@deb7-32:~# ping6 google.com
connect: Network is unreachable
root@deb7-32:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 06:93:28:00:00:1c
          inet addr:194.68.40.118  Bcast:194.68.43.255  Mask:255.255.252.0
          inet6 addr: fe80::493:28ff:fe00:1c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:84 errors:0 dropped:0 overruns:0 frame:0
          TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9583 (9.3 KiB)  TX bytes:10714 (10.4 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  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:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

unclesal
Posts: 44
Joined: Thu Aug 02, 2012 3:31 pm

Re: CloudStack: Getting started

Post by unclesal » Thu Jul 11, 2013 5:52 pm

zsero wrote:Same thing, but ifconfig changed.

Code: Select all

root@deb7-32:~# ping6 google.com
connect: Network is unreachable
root@deb7-32:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 06:93:28:00:00:1c
          inet addr:194.68.40.118  Bcast:194.68.43.255  Mask:255.255.252.0
          inet6 addr: fe80::493:28ff:fe00:1c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:84 errors:0 dropped:0 overruns:0 frame:0
          TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9583 (9.3 KiB)  TX bytes:10714 (10.4 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  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:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


This is correct as you don't have any ipv6 configured and you need to manually configure it, use this link with your ip address to get the /112 ip reservation:
http://prometeus.net/returnipv6.php?IP=194.68.4x.xxx

in debian to add a couple of ipv6 addresses you can edit /etc/network/interfaces

and add the following rows just under the eth0 inet dhcp
up ip -6 a a 2a00:dcc0:eda:89:68:40:118:1 dev eth0
up ip -6 a a 2a00:dcc0:eda:89:68:40:118:2 dev eth0
up ip -6 r a default via 2a00:dcc0:eda:89::1 dev eth0

Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests