Bug #3748
closedInterface in extended down state, not functional when link is brought back up
0%
Description
Environment:
-pfSense 2.1.3/2.1.4
-Default/base installation (single DHCP WAN, LAN as 192.168.1.1 with DHCP server)
-Various hardware, but all with Intel Gigabit NICs
Duplication Steps:
1. Test traffic can pass through pfSense system from LAN to WAN (internet), etc
2. Disconnect LAN interface cable from switch/PC
3. Let sit for a period of time (our testing has found 'overnight' to be sufficient, but actual problem could surface sooner. Testing has shown the issue does not exist when link is down for 1 hour or less)
4. After a period of time has passed, reconnect the link on the LAN interface
5. The interface physically comes up (link light), but traffic will not pass. Unable to ping LAN IP, no DHCP present, etc.
Solution is to (from the console) issue an 'ifconfig em1 down; ifconfig em1 up'. This resets the link, and traffic will flow.
The problem appears to be in how pfSense is (mis)handling the link up event, not bringing it fully online.