Pfsense can`t keep connection alive to provider
-
Yes, if you changed the WAN MAC you might need to restart your modem device or even cal your ISP and ask them to reset it.
There should be no reason a different NIC would not get a DHCP address unless the server is refusing it.Steve
-
Did my MAC change when I spoof the MAC of my router in my pfsense?
My router reseted several times due to the switching between the normal and bridge mode.My new attempt is: f**k this router, I buy a used 6360 FritzBox cable and see if this works.
But if this is not going to be working I am calling my ISP to reset their modem.
-
Nothing of the following worked:
- bought another cable router (Fritzbox) -> no success
- called my ISP -> they resetted their hardware -> no success
I am now finished reinstalling pfsense and nothing changed. I canˋt get a IPv4 adress via DHCP.
I am desperate now. Does anyone has some tipps for me? -
Run a packet capture on the WAN see what's happening. Is it actually sending dhcp requests? Is it seeing replies?
It still gets an IP if you put the modem back in router mode I assume?
Steve
-
@stephenw10 I did that yesterday (with wireshark). The pfsense sends the request but after that there is no offer from the ISP.
That´s right. In normal mode it get`s an IP.
Kalle
-
What gets this working again?
Rebooting the cable router (Fritzbox), or rebooting pfSense?
-
The mystery is is solved!
Heureka!
After days of working and searching.It was a problem on the ISP side. I think, but don`t know it for sure, that they had a problem with the DHCP server. Maybe.
Today they worked on it. After some time it worked.Thanks for you all for your help!
This case is closed. -
Hmm, well why does the ISP not respond I wonder...
Can you try a pcap from a switch mirror port in the connection? That would prove it's actually being send.
Is it spoofing the MAC correctly?
Steve
-
Sadly I do not know. I did not talked to the IT people. I only had a ticket for my failure. So the only that I have is, that they where working on it and now it's working. That`s all.
I don't understand what you say. What should I do?
I watch my connection with wireshark.
I did the spoofing one time but after it did not succeed I witched it back to default.Kalle
-
When you run tcpdump on the interface in pfSense you see eveything the driver is sending but that might not necessarily make it onto the wire.
By using a switch in between, mirroring the port and capturing on there you see what traffic is actually going back and forth.Steve