Python Forum
Scapy route6 configuration
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scapy route6 configuration
#1
I'm using scapy to build some IPv6 packets. I'm having trouble in the communications between hosts on the same network and with external links as well, I'm only able to communicate with my router. For example if I make a router solicitation request it works fine, but if I make a ICMPv6EchoRequest to the ff02::1(all nodes on the network) I only get an answer from the router and not the other connected hosts. If I use the ping6 command I can perfectly ping all the hosts on my network and external links as well, which leads me to think that it is a problem with scapy. 

My conf.iface6 is on the right interface, but my route6 is empty(my route from IPv4 is not) even if I add a new route6 conf.route6.add(myip6, gw ='router ipv6', dev='interface') my route6 continues to be empty. My conf.route6.routes are not empty and I think they are well configured. I really don't see where's the problem, plus everything is working fine with the OS(which is Linux) IPv6 configurations .
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  exception scapy kolikol 0 406 Feb-07-2025, 01:57 PM
Last Post: kolikol
  Scapy Basics Shivi 0 1,917 Sep-25-2023, 07:37 AM
Last Post: Shivi
  How to get every IP found by a Scapy traceroute? jao 0 3,170 Feb-06-2022, 01:00 AM
Last Post: jao
  can I set scan interval for scapy? korenron 0 2,884 Dec-31-2020, 01:43 PM
Last Post: korenron
  scapy trazom 1 3,250 Aug-30-2020, 04:17 PM
Last Post: micseydel
  network and scapy trazom 0 2,638 Aug-16-2020, 03:54 PM
Last Post: trazom
  Batch network configuration/ verification task using Python anonyfate 1 3,827 Jul-03-2018, 04:30 AM
Last Post: buran
  Python module for Router configuration parsing anna 0 4,230 Mar-08-2018, 06:02 PM
Last Post: anna
  Scapy Beacon Frames peterkl 1 7,031 Feb-28-2017, 09:00 PM
Last Post: peterkl
  FIN scan with scapy peterkl 0 6,086 Feb-13-2017, 09:10 PM
Last Post: peterkl

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020