Tagged Questions
2
votes
1answer
66 views
Make a linux network device a router
I am developing an IPv6 network device driver. It should behaviors like a router, i.e. send router advertisement regularly. But now my device is working like a node, send router solicitation. What ...
2
votes
3answers
488 views
How to check a Fedora system if IPv6 is disabled or not?
I remember that some distribution installers asked in the past if IPv6 should be enabled or not. Perhaps the Fedora installer did (or does) it as well.
How do I easily check a Fedora system (>= 17) ...
2
votes
2answers
179 views
Linux: Is there a IPv6 equivalent to the IPv4 kernel option accept_local?
Since linux kernel >= 2.6.33 the kernel option "accept_local" can be modified:
/proc/sys/net/ipv4/conf/${interfaceID}/
accept_local - BOOLEAN
Accept packets with local source addresses. ...
2
votes
0answers
307 views
Linux bridge blocks UDP packet from tap interfaces
Introduction: I'm working on a 6lowPAN projects of Wireless Sensor Networks. Basically, I have a set of nodes (Contiki OS) which are running on a linux host. Each nodes have its own tap interface ...
1
vote
1answer
201 views
EUI64 and ipv6: how to use own EUI64 for IPv6 autoconfiguration
As I heard the extended unique identifier (EUI-64) can be used as the lower 64 bits of a IPV6 address. How can I set my own EUI64 = ( IEEE_company_ID + manufacture_ID) on the interface on Linux SUSE ...
5
votes
2answers
317 views
Route and “e” flag
k# route -6
Destination Next Hop Flag Met Ref Use If
::/0 fe80::8001 UGDAe 1024 0 0 eth0
[...]
What does flag "e" mean?
3
votes
1answer
373 views
arping equivalent for IPv6
What is an equivalent for IPv6 of
arping -q -c 3 -A -I [device] [ip]?
I know, there is not an arp in IPv6 and Neighbor solicitation used instead, but which linux user space tool can send such ...
1
vote
1answer
289 views
snmp/snmptrap support of ipv6
I have IPv6 only (not dual stack) system
I wondering how to
- send snmptrap from this system?
- configure snmpd to be able to access it?
I mean, is snmp is ready to use in IPv6 only environment?
3
votes
2answers
667 views
IP rule for IPv6
When I try to add an IP rule for IPv6 on my Linux system, it errors out:
$ ip -6 rule add fwmark 0xfab lookup 0xf
RTNETLINK answers: Address family not supported by protocol
I checked out the IP ...
4
votes
3answers
480 views
General Linux support for IPv6 ready?
From an end user perspective, what needs to be, and have been done, by developers to support IPv6 in the Linux kernel and Linux distributions?
In other words, when (and if) someday the worlds ...
4
votes
1answer
1k views
Inability to use IPv4-mapped IPv6 on debian squeeze
I have a squeeze box that I'm testing ipv6 on... eth3 is the interface... if I set up an 'normal' ipv6 address (::101:c0a8:3132/120), I see expected results in ifconfig...
eth3 Link ...
26
votes
5answers
10k views
Convince apt-get *not* to use IPv6 method
The ISP I work at is setting up an internal IPv6 network in preparation for eventually connecting to the IPv6 internet. As a result, several of the servers in this network now try to connect to ...