Search results

  1. W

    SIOCADDRT Operation not permitted

    Right so, I made the dnsmasq.conf file this way: interface=wlan0mon dhcp-range= 192.168.1.2, 192.168.1.30, 255.255.255.0, 12h dhcp-option=3, 192.168.1.1 dhcp-option=6, 192.168.1.1 server= 8.8.8.8 log-queries log-dhcp listen-address= 127.0.0.1 When I hit the command: sudo dnsmasq -C...
  2. W

    SIOCADDRT Operation not permitted

    Thanks! I got it! Now I have another huge problem with dnsmasq... Are you familiar with it?
  3. W

    SIOCADDRT Operation not permitted

    I'm a newbie with linux and I have a problem I don't know how to resolve... I'm using kali linux and I needed to add the routing table to my device with this command: ```sudo ifconfig wlan0mon up 192.168.1.1 netmask 255.255.255.0 route add -net 192.168.1.0 netmask 255.255.255.0 gw...
Top