View Single Post
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#10
Code:
~ $ ls -l /var/lib/misc/dnsmasq.leases
-rw-rw-rw-    1 root     root             0 Nov 30 00:08 /var/lib/misc/dnsmasq.leases
~ $ ps a | grep dnsmasq | grep -v grep
675 nobody     0:00 /usr/sbin/dnsmasq -k -i lo -a 127.0.0.1 -z -1
9870 user       0:00 /usr/sbin/dnsmasq -a 192.168.99.1 --address=/#/192.168.99.1 -z -1 --dhcp
-range=192.168.99.20,192.168.99.40,255.255.255.0,12h --dhcp-option=3,192.168.99.1 --dhcp-optio
n=6,192.168.99.1

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1993 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1993 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:252913 (246.9 KiB)  TX bytes:252913 (246.9 KiB)

phonet0   Link encap:UNSPEC  HWaddr 15-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          UP POINTOPOINT RUNNING NOARP  MTU:4000  Metric:1
          RX packets:55512 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24399 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:16302184 (15.5 MiB)  TX bytes:2746128 (2.6 MiB)

wlan0     Link encap:Ethernet  HWaddr 04:A8:2A:1D:03:C5  
          inet addr:192.168.99.1  Bcast:192.168.99.255  Mask:255.255.255.0
          inet6 addr: fe80::6a8:2aff:fe1d:3c5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:64141 errors:0 dropped:0 overruns:0 frame:0
          TX packets:57368 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:28581193 (27.2 MiB)  TX bytes:22847540 (21.7 MiB)

IAP connected
hit any key to exit
/var/run/piratebox_simple.pid: 9873
/var/run/piratebox_chat.pid: 9874
/var/run/piratebox_droopy_server.pid: 9872
/var/run/piratebox_dnsmasq.pid: 9870
/var/run/piratebox_starter.pid: 9790
Restoring network...
Closing PirateBox
exit in 60s
__________________
Telegram | Openrepos | GitHub | Revolut donations

Last edited by coderus; 2012-11-29 at 18:50.
 

The Following User Says Thank You to coderus For This Useful Post: