Tagged Questions
3
votes
2answers
131 views
SSH login via IPv6 successfull while using IPv4 to the same host yields “Permission denied”
I'm currently stumped by a strange problem… I have a dual stack host to which I want to SSH. If I connect via IPv6 everything works like expected
datenwolf@foo ~/ > ssh -6 bar.example.com
...
1
vote
1answer
85 views
How can I disable IPv6 in custom built embedded setup
I have an embedded system built using buildroot. I have had a number of network issues, one of which is that my machine cannot see its gateway despite it being on the same subnet. I have tried using ...
1
vote
1answer
183 views
Add ipv4 support to CentOS 6.3
I've installed two identical versions of CentOS using VirtualBox. The first instance works fine and has ipv4 configuration automatically working, but the second instance doesn't; it only comes with ...
1
vote
0answers
191 views
How to configure dhcpd to register ipv4 with bind while having static ipv6 addresses?
I have IPv6 configured on my local network via radvd; it advertises a routable IPv6 block, that all the machines auto-configure.s
I have IPv4 assigned to a NAT'd block via dhcpd and that updates ...
5
votes
2answers
18k views
Static IPv4 & IPv6 configuration on CentOS 6.2
I try to configure static IPv4 & IPv6 configuration on CentOS 6.2.
The configuration below works perfectly :
# ifconfig eth0 x.x.x.x/29
# route add defalt gw x.x.x.y
# ip addr add dev eth0 ...
1
vote
1answer
121 views
IPv6 NDP timer problem
Need to change Fedora Linux's IPv6 stack for NDP DAD timer changes.
How to locate the Fedora's IPv6 and IPv4 stack in Fedora distribution dvd/site so that, we can recompile and generate new stack ?