Hello Eveybody,

I just built and install kea for test. But I have an issue.

This is my configuration for dhcp4,

"Dhcp4":
{
# Add names of interfaces to listen on.
  "interfaces-config": {
    "interfaces": [ "*" ]
  },
....

netstat -anlp | grep kea
udp        0      0 172.42.44.106:67        0.0.0.0:*                           
1527/kea-dhcp4      

When I start kea it listen udp 67 for eth0 ip adress(172.42.44.106). But I am 
using this server behind NAT. 172.42.44.106 is internal ip address and I can 
only connect this server with 172.42.40.50. Same configuration with isc dhcpd, 
I can set listen adress 0.0.0.0 and it works good but kea doesnt allow to 
listen 0.0.0.0

I tried "interfaces": [ "*/0.0.0.0" ] but it gave error. 

Can I configure to my interface listen 0.0.0.0? Thanks for Help,

---

BR,
Mücahit Büyükyılmaz
Necmettin Erbakan University IT Department
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to