No idea:

# ip a l dev vnet
133: vnet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state 
UNKNOWN 
    link/ether 00:ff:6a:08:5d:3c brd ff:ff:ff:ff:ff:ff
    inet 172.23.0.1/24 brd 172.23.0.255 scope global vnet
    inet6 2001:41e0:ff38:ffff::1/64 scope global 
       valid_lft forever preferred_lft forever
    inet6 fe80::cc1d:afff:feba:a0d9/64 scope link 
       valid_lft forever preferred_lft forever

(vnet is a bridge...)

# dnsmasq --conf-file --bind-interfaces --listen-address=172.23.0.1
--listen-address=2001:41e0:ff38:ffff::1 --except-interface=lo --strict-order
--pid-file=/var/run/dnsmasq.vnet.pid --dhcp-range=172.23.0.32,172.23.0.254,12h
--dhcp-leasefile=/var/lib/misc/dnsmasq.vnet.leases --dhcp-authoritative

# lsof -nc dnsmasq | grep IP
dnsmasq 21284 nobody    5u  IPv4             267489            UDP *:bootps 
dnsmasq 21284 nobody    6u  IPv4             267504            TCP 
172.23.0.1:domain (LISTEN)
dnsmasq 21284 nobody    7u  IPv4             267505            UDP 
172.23.0.1:domain 

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems

Attachment: digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)

Reply via email to