- 27 Sep, 2016 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
George Kargiotakis authored
* The code was trying to find pkt.lladdr but this doesn't exist in an RS packet. Instead pkt.src exists which has a value like: fe80::a800:ff:fab1:abcd So we need to convert this address (which is a link local address) to a mac address and use that mac. Introduce ipv62mac function which does the ipv6 address to mac conversion.
-
Nikos Skalkotos authored
-
- 19 Feb, 2014 5 commits
-
-
Dimitris Aragiorgis authored
-
Dimitris Aragiorgis authored
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
- 18 Feb, 2014 6 commits
-
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
-
Dimitris Aragiorgis authored
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
..so that rs responses (RA) and periodic ra are identical. Otherwise some OSes seem to lose already obtained DNS configuration after receiving an RA with O flag unset. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
- 12 Feb, 2014 1 commit
-
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
- 06 Feb, 2014 2 commits
-
-
Dimitris Aragiorgis authored
-
Dimitris Aragiorgis authored
-
- 05 Feb, 2014 1 commit
-
-
Dimitris Aragiorgis authored
In case of an IPv6 only VM we have to serve a Domain Search List so that Windows VM can find the kms server by issuing: nslookup -type=srv _vlmcs._tcp An extra config option in ipv6 section is added; domains This is a list of search domains included in DHCP6_Reply. Since we validate it with force_list() there is no need for a trailing comma. This info could be passed in RAs but DNSSL options is not currently supported by scapy's inet6.py. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
- 17 Jan, 2014 4 commits
-
-
Dimitris Aragiorgis authored
-
Dimitris Aragiorgis authored
-
Dimitris Aragiorgis authored
1) # tcpdump -i tap10 -vvv -w tcpdump.pcap to save capture in a tmp file 2) # python analyze_pcap.py tcpdump.pcap to see on-liner logs 3) # python analyze_pcap.py tcpdump.pcap -n 14 to see a packet's details Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
This means that IPv6 will be auto-configured but DNS info will be obtained via DHCPv6 requests. With other words our router advertisements have the "O" flag set and we add another handler that serves DHCPv6 requests by passing DNS info. Use a separate NFQUEUE to mangle the DHCPv6 traffic. Add another ferm rule to achieve that. This is done because Windows do not support RFC 6101: http://tools.ietf.org/search/rfc6106 http://social.technet.microsoft.com/Forums/windowsserver/en-US/5757980a-5983-4efc-a5f3-27687b90fe41/does-win7-or-w2k8-server-support-rfc-6106?forum=ipv6 Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
- 16 Dec, 2013 3 commits
-
-
Dimitris Aragiorgis authored
-
Dimitris Aragiorgis authored
-
Dimitris Aragiorgis authored
This is needed for NIC that obtain only IPv6. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
- 02 Oct, 2013 4 commits
-
-
Dimitris Aragiorgis authored
-
Dimitris Aragiorgis authored
Conflicts: version Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Support both callback function signatures. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
- 30 Aug, 2013 4 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
* add devflow.conf * add base version file
-
Christos Stavrakakis authored
* add devflow.conf * add base version file
-
- 06 Aug, 2013 1 commit
-
-
Vangelis Koukis authored
This reverts commit be1030ab. All IPv4 and IPv6 examples should use the documentation/test ranges, see https://tools.ietf.org/html/rfc5737 and https://tools.ietf.org/html/rfc3849 . Conflicts: nfdhcpd.conf Signed-off-by:
Vangelis Koukis <vkoukis@grnet.gr>
-
- 04 Oct, 2012 3 commits
-
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
dhcp - process_pending(5000) rs - process_pending(10) ns - process_pending(10) Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
- 03 Oct, 2012 2 commits
-
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-