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
  Scapy Basics Shivi 0 902 Sep-25-2023, 07:37 AM
Last Post: Shivi
  How to send a HTTP response packet using scapy JeffreyStoner 0 2,628 Apr-18-2022, 05:23 AM
Last Post: JeffreyStoner
  How to get every IP found by a Scapy traceroute? jao 0 2,434 Feb-06-2022, 01:00 AM
Last Post: jao
  scapy wifi scan to get payload \ data korenron 0 2,109 Nov-16-2021, 01:47 PM
Last Post: korenron
  can I set scan interval for scapy? korenron 0 2,304 Dec-31-2020, 01:43 PM
Last Post: korenron
  scapy trazom 1 2,605 Aug-30-2020, 04:17 PM
Last Post: micseydel
  network and scapy trazom 0 2,043 Aug-16-2020, 03:54 PM
Last Post: trazom
  Need Help with creating an IP packet with timestamp field using Scapy RTD 0 3,427 Jun-15-2019, 08:21 PM
Last Post: RTD
  Scapy, creating response for GET request. SyRex1013 4 5,076 Dec-11-2018, 07:39 AM
Last Post: SyRex1013
  Batch network configuration/ verification task using Python anonyfate 1 3,112 Jul-03-2018, 04:30 AM
Last Post: buran

Forum Jump:

User Panel Messages

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