pietromarchy 0 Newbie Poster

Hi guys,

this is my first post. In the past I found a lot of answers here so I decided to join you. My problem is this: I am using scapy in my software and It works fine using Ethernet connection. But I have to use a 3G key and in this case I have to manage the layer2. According to ifconfig output:

ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
inet 91.87.154.196 --> 10.64.64.64 netmask 0xff000000

I should use the PPP class but really I don't know how. The default istance doesn't work, I am not able to receive packets.

Could you help me?