Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo friendly VPS hosting services?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
pgu
Guru
Guru


Joined: 30 Jul 2009
Posts: 400
Location: Oslo, Norway

PostPosted: Thu Jan 31, 2013 7:13 pm    Post subject: Reply with quote

Again, thank you NeddySeagoon,

I actually figured out how to start the vKVM. I could at least see grub starting and my kernel crashing, due to some problem in my initrd. I got by using the vKVM to view the messages, and the rescue shell to mount my file system and fix it. So now I'm running my own Gentoo :)

Thanks for the info about the virtual mode. The message on the server was rather confusing. I would have been more happy with a physical KVM which redirects VGA/keyboard/mouse and/or serialport over ssh or some web interface. But the combination vKVM and rescue mode did what I needed.

Also it's nice with a Gentoo mirror in "the same room":
Code:
GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 30112
Location: 56N 3W

PostPosted: Thu Jan 31, 2013 8:18 pm    Post subject: Reply with quote

pgu,

Did you get your IPv6 running too?
The documentation is both misleading and in places, inaccurate.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
pgu
Guru
Guru


Joined: 30 Jul 2009
Posts: 400
Location: Oslo, Norway

PostPosted: Fri Feb 01, 2013 12:07 am    Post subject: Reply with quote

NeddySeagoon wrote:
pgu,

Did you get your IPv6 running too?
The documentation is both misleading and in places, inaccurate.


No, only IPv4 so far. That's far down on my priority list...
Back to top
View user's profile Send private message
audiodef
Advocate
Advocate


Joined: 06 Jul 2005
Posts: 4983

PostPosted: Fri Feb 01, 2013 1:35 am    Post subject: Reply with quote

I'd also like to know about getting IPv6 going on my OVH server.
_________________
Gentoo Studio: http://gentoostudio.org
Pappy's Kernel Seeds: http://kernel-seeds.gentoostudio.org
Linux 'Tude Tees: http://skreened.com/geektudetees

A cloud is evaporated water in the sky, thanks.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 30112
Location: 56N 3W

PostPosted: Fri Feb 01, 2013 6:50 pm    Post subject: Reply with quote

audiodef,

OVH have allocated you a /64 you need IPv6 support built into the kernel.
The catch one is that the router is shared between 256 users, so it behaves like its in a /56

You either need a route entry in your routing table to reach the router at all, as its not in your /64 or you set up your IPv6 as a /56 which is easier.

The routers address is given in the documentation as <prefix>ff:ff:ff:ff:ff but it may not be. My net file is
Code:
# make sure use use iproute2
modules="iproute2"

# baselayout 2
# no brackets for baselayout2
config_eth0="5.135.178.112/24 brd 5.135.178.255
             2001:41d0:8:b970::2/56"
# we only have a /64 but need to use /56 here so the router can be reached
# otherwise the default route is out of our network

routes_eth0="default via 5.135.178.254
             default via 2001:41d0:8:b9ff:ff:ff:ff:fd"
#The router (default gateway) for each IPv6 is always on IP:v:6:FF:FF:FF:FF:FF

#My /64   IPv6:         2001:41d0:8:b970::/64

Oh you need to learn iproute as thats needed for IPv6.
Notice my IPv6 router is at ff:ff:ff:ff:fd, not the documented ff:ff:ff:ff:ff

There is a router discover ping you can send to get the link local IP of your IPv6 router.
It works, then you can do a traceroute from another IPv6 box to find out its global address if you want to be tidy.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
audiodef
Advocate
Advocate


Joined: 06 Jul 2005
Posts: 4983

PostPosted: Sat Feb 02, 2013 4:15 pm    Post subject: Reply with quote

Cool. Thanks, Neddy. :)
_________________
Gentoo Studio: http://gentoostudio.org
Pappy's Kernel Seeds: http://kernel-seeds.gentoostudio.org
Linux 'Tude Tees: http://skreened.com/geektudetees

A cloud is evaporated water in the sky, thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum