But for som reason, not sure since when, the DHCP does not send log remote.
DNS/Firewall/UPnP etc sends log remote.
I can see log from all the other module remote, but not DHCP.
If I just set DHCP to log to memory, it looks OK
Code: Select all
11:46:53 dhcp,debug,packet DHCP-vlan1-Home sending offer with id 3081862081 to 10.10.10.128
11:46:53 dhcp,debug,packet ciaddr = 0.0.0.0
11:46:53 dhcp,debug,packet yiaddr = 10.10.10.128
11:46:53 dhcp,debug,packet siaddr = 10.10.10.1
11:46:53 dhcp,debug,packet chaddr = 10:0B:A9:1E:5D:DC
11:46:53 dhcp,debug,packet Msg-Type = offer
11:46:53 dhcp,debug,packet Server-Id = 10.10.10.1
11:46:53 dhcp,debug,packet Address-Time = 31536000
11:46:53 dhcp,debug,packet Subnet-Mask = 255.255.255.0
11:46:53 dhcp,debug,packet Router = 10.10.10.1
11:46:53 dhcp,debug,packet Domain-Server = 10.10.10.1
11:46:53 dhcp,debug,packet DHCP-vlan1-Home received request with id 3081862081 from 0.0.0.0
11:46:53 dhcp,debug,packet ciaddr = 0.0.0.0
11:46:53 dhcp,debug,packet chaddr = 10:0B:A9:1E:5D:DC
11:46:53 dhcp,debug,packet Msg-Type = request
11:46:53 dhcp,debug,packet Client-Id = 01-10-0B-A9-1E-5D-DC
11:46:53 dhcp,debug,packet Address-Request = 10.10.10.128
11:46:53 dhcp,debug,packet Server-Id = 10.10.10.1
11:46:53 dhcp,debug,packet Host-Name = "HE131451-Isabel"
11:46:53 dhcp,debug,packet Client-FQDN = 00-00-00-48-45-31-33-31-34-35-31-2D-49-73-61-62-65-6C
11:46:53 dhcp,debug,packet Class-Id = "MSFT 5.0"
11:46:53 dhcp,debug,packet Parameter-List = Subnet-Mask,Router,Domain-Server,Domain-Name,Router-Discovery,Static-Route,Vendor-Specific,NETBIOS-Name-Server,NETBIOS-Node-Type,NETBIOS-Scope,Classless-Route,MS-Classless-R
oute,Auto-Proxy-Config
11:46:53 dhcp,info DHCP-vlan1-Home assigned 10.10.10.128 to 10:0B:A9:1E:5D:DC
11:46:53 dhcp,debug,packet DHCP-vlan1-Home sending ack with id 3081862081 to 10.10.10.128
11:46:53 dhcp,debug,packet ciaddr = 0.0.0.0
11:46:53 dhcp,debug,packet yiaddr = 10.10.10.128
11:46:53 dhcp,debug,packet siaddr = 10.10.10.1
11:46:53 dhcp,debug,packet chaddr = 10:0B:A9:1E:5D:DC
11:46:53 dhcp,debug,packet Msg-Type = ack
11:46:53 dhcp,debug,packet Server-Id = 10.10.10.1
11:46:53 dhcp,debug,packet Address-Time = 31536000
11:46:53 dhcp,debug,packet Subnet-Mask = 255.255.255.0
11:46:53 dhcp,debug,packet Router = 10.10.10.1
11:46:53 dhcp,debug,packet Domain-Server = 10.10.10.1
To test, log to memory, then change to remote syslog and compare result.