[SOLVED] After update dhcpclient wont accept ISP ip

Started by fadern, January 27, 2023, 08:23:36 AM

Previous topic - Next topic
January 27, 2023, 08:23:36 AM Last Edit: January 27, 2023, 10:30:59 AM by fadern
Hi,
yesterday I updated my box to 23.1 from 22.7.11. After the reboot it didnt get any wan ip.
I have talked to my ISP and they say that they see that my box are offered a IP but it do not accept it.


Logs From ISP

Jan 27 07:41:52 dhcp-1 dhcpd[90275]: DHCPDISCOVER from 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:41:52 dhcp-1 dhcpd[90275]: DHCPOFFER on 158.174.xxy.yyy to 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:08 dhcp-1 dhcpd[90275]: DHCPDISCOVER from 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:08 dhcp-1 dhcpd[90275]: DHCPOFFER on 158.174.xxy.yyy to 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:26 dhcp-1 dhcpd[90275]: DHCPDISCOVER from 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:26 dhcp-1 dhcpd[90275]: DHCPOFFER on 158.174.xxy.yyy to 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:28 dhcp-1 dhcpd[90275]: DHCPDISCOVER from 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:28 dhcp-1 dhcpd[90275]: DHCPOFFER on 158.174.xxy.yyy to 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:31 dhcp-1 dhcpd[90275]: DHCPDISCOVER from 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:31 dhcp-1 dhcpd[90275]: DHCPOFFER on 158.174.xxy.yyy to 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:37 dhcp-1 dhcpd[90275]: DHCPDISCOVER from 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:37 dhcp-1 dhcpd[90275]: DHCPOFFER on 158.174.xxy.yyy to 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:49 dhcp-1 dhcpd[90275]: DHCPDISCOVER from 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:42:49 dhcp-1 dhcpd[90275]: DHCPOFFER on 158.174.xxy.yyy to 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:43:08 dhcp-1 dhcpd[90275]: DHCPDISCOVER from 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:43:08 dhcp-1 dhcpd[90275]: DHCPOFFER on 158.174.xxy.yyy to 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:43:20 dhcp-1 dhcpd[90275]: DHCPDISCOVER from 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:43:20 dhcp-1 dhcpd[90275]: DHCPOFFER on 158.174.xxy.yyy to 00:e0:67:2e:3c:ae via 10.15.249.1
Jan 27 07:43:43 dhcp-1 dhcpd[90275]: DHCPDISCOVER from 00:e0:67:2e:3c:ae via 10.15.249.1


logs from OPNSense

2023-01-27T08:17:44 Notice dhclient New Routers (igb0): 158.174.aaa.bbb
2023-01-27T08:17:43 Notice dhclient New Routers (igb0): 158.174.aaa.bbb
2023-01-27T08:17:43 Notice dhclient New Broadcast Address (igb0): 158.174.rrr.ttt
2023-01-27T08:17:43 Notice dhclient New Subnet Mask (igb0): 255.255.255.192
2023-01-27T08:17:43 Notice dhclient New IP Address (igb0): 158.174.xxx.yyy
2023-01-27T08:16:29 Notice dhclient New Routers (igb0): 158.174.aaa.bbb
2023-01-27T08:16:28 Notice dhclient New Routers (igb0): 158.174.aaa.bbb
2023-01-27T08:16:28 Notice dhclient New Broadcast Address (igb0): 158.174.rrr.ttt
2023-01-27T08:16:28 Notice dhclient New Subnet Mask (igb0): 255.255.255.192
2023-01-27T08:16:28 Notice dhclient New IP Address (igb0): 158.174.xxx.yyy
2023-01-27T08:15:12 Notice dhclient New Routers (igb0): 158.174.aaa.bbb
2023-01-27T08:15:11 Notice dhclient New Routers (igb0): 158.174.aaa.bbb
Intel i7-8550U - Intel I211 - RAM 16GB - NVMe 120Gb
Intel i7-5550U - Intel I211 - RAM 8GB - NVMe 50Gb

There was no code change in dhclient. The issue might be circumstantial... like https://forum.opnsense.org/index.php?topic=32017.0


Cheers,
Franco

ok, so in short, should i remove these from tunables?

    <item>
      <tunable>dev.igb.0.eee_control</tunable>
      <value>0</value>
      <descr>IPS - Disable Energy Efficiency&#xD;
</descr>
    </item>
    <item>
      <tunable>dev.igb.1.eee_control</tunable>
      <value>0</value>
      <descr>IPS - Disable Energy Efficiency</descr>
    </item>
    <item>
      <tunable>dev.igb.2.eee_control</tunable>
      <value>0</value>
      <descr>IPS - Disable Energy Efficiency</descr>
    </item>
    <item>
      <tunable>dev.igb.3.eee_control</tunable>
      <value>0</value>
      <descr>IPS - Disable Energy Efficiency</descr>
    </item>
    <item>
      <tunable>dev.igb.4.eee_control</tunable>
      <value>0</value>
      <descr>IPS - Disable Energy Efficiency</descr>
    </item>
    <item>
      <tunable>dev.igb.5.eee_control</tunable>
      <value>0</value>
      <descr>IPS - Disable Energy Efficiency</descr>
    </item>
Intel i7-8550U - Intel I211 - RAM 16GB - NVMe 120Gb
Intel i7-5550U - Intel I211 - RAM 8GB - NVMe 50Gb

For the time being yes. We will be looking into it.


Cheers,
Franco

Great! now I got an IP.
Thank you
Intel i7-8550U - Intel I211 - RAM 16GB - NVMe 120Gb
Intel i7-5550U - Intel I211 - RAM 8GB - NVMe 50Gb