• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

Not reset interface when adding VLAN

Scheduled Pinned Locked Moved 2.1 Snapshot Feedback and Problems - RETIRED
5 Posts 2 Posters 1.3k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D
    dominique.fournier
    last edited by Dec 13, 2012, 10:27 AM

    I put a bug request https://redmine.pfsense.org/issues/2716 explaining that :
    When I add a vlan, the interface resets or all VLANS are dropped before returning. All the connections are drop, CARP is going in strange mode.

    Chris suggest it is a network card problem. How can I diagnose this ? Theorically, it should be a e1000 card, but I don't know enough BSD to confirm that on command line.
    The interface is name "em2"

    Any help ?

    Thanks

    2.1 (amd64)

    1 Reply Last reply Reply Quote 0
    • S
      stephenw10 Netgate Administrator
      last edited by Dec 13, 2012, 12:27 PM

      You can find out some more about the card from it's sysctl entries. Like so:

      
      [2.0.1-RELEASE][root@pfsense.fire.box]/root(4): sysctl dev.em.2
      dev.em.2.%desc: Intel(R) PRO/1000 Legacy Network Connection 1.0.3
      dev.em.2.%driver: em
      dev.em.2.%location: slot=14 function=1
      dev.em.2.%pnpinfo: vendor=0x8086 device=0x1079 subvendor=0x8086 subdevice=0x1179 class=0x020000
      dev.em.2.%parent: pci3
      dev.em.2.nvm: -1
      dev.em.2.rx_int_delay: 0
      dev.em.2.tx_int_delay: 66
      dev.em.2.rx_abs_int_delay: 66
      dev.em.2.tx_abs_int_delay: 66
      dev.em.2.rx_processing_limit: 100
      dev.em.2.flow_control: 3
      dev.em.2.mbuf_alloc_fail: 0
      dev.em.2.cluster_alloc_fail: 0
      dev.em.2.dropped: 0
      dev.em.2.tx_dma_fail: 0
      dev.em.2.tx_desc_fail1: 0
      dev.em.2.tx_desc_fail2: 0
      dev.em.2.rx_overruns: 0
      dev.em.2.watchdog_timeouts: 0
      dev.em.2.device_control: 1077674569
      dev.em.2.rx_control: 32770
      dev.em.2.fc_high_water: 47104
      dev.em.2.fc_low_water: 45604
      dev.em.2.fifo_workaround: 0
      dev.em.2.fifo_reset: 0
      dev.em.2.txd_head: 79
      dev.em.2.txd_tail: 79
      dev.em.2.rxd_head: 221
      dev.em.2.rxd_tail: 220
      dev.em.2.mac_stats.excess_coll: 0
      dev.em.2.mac_stats.single_coll: 0
      dev.em.2.mac_stats.multiple_coll: 0
      dev.em.2.mac_stats.late_coll: 0
      dev.em.2.mac_stats.collision_count: 0
      dev.em.2.mac_stats.symbol_errors: 0
      dev.em.2.mac_stats.sequence_errors: 0
      dev.em.2.mac_stats.defer_count: 0
      dev.em.2.mac_stats.missed_packets: 0
      dev.em.2.mac_stats.recv_no_buff: 0
      dev.em.2.mac_stats.recv_undersize: 0
      dev.em.2.mac_stats.recv_fragmented: 0
      dev.em.2.mac_stats.recv_oversize: 0
      dev.em.2.mac_stats.recv_jabber: 0
      dev.em.2.mac_stats.recv_errs: 0
      dev.em.2.mac_stats.crc_errs: 0
      dev.em.2.mac_stats.alignment_errs: 0
      dev.em.2.mac_stats.coll_ext_errs: 0
      dev.em.2.mac_stats.xon_recvd: 0
      dev.em.2.mac_stats.xon_txd: 0
      dev.em.2.mac_stats.xoff_recvd: 0
      dev.em.2.mac_stats.xoff_txd: 0
      dev.em.2.mac_stats.total_pkts_recvd: 27135965
      dev.em.2.mac_stats.good_pkts_recvd: 27135965
      dev.em.2.mac_stats.bcast_pkts_recvd: 130117
      dev.em.2.mac_stats.mcast_pkts_recvd: 115114
      dev.em.2.mac_stats.rx_frames_64: 12136513
      dev.em.2.mac_stats.rx_frames_65_127: 10923033
      dev.em.2.mac_stats.rx_frames_128_255: 1177365
      dev.em.2.mac_stats.rx_frames_256_511: 535005
      dev.em.2.mac_stats.rx_frames_512_1023: 463684
      dev.em.2.mac_stats.rx_frames_1024_1522: 1900365
      dev.em.2.mac_stats.good_octets_recvd: 5139370643
      dev.em.2.mac_stats.good_octets_txd: 79148274988
      dev.em.2.mac_stats.total_pkts_txd: 58964427
      dev.em.2.mac_stats.good_pkts_txd: 58964427
      dev.em.2.mac_stats.bcast_pkts_txd: 4266
      dev.em.2.mac_stats.mcast_pkts_txd: 3
      dev.em.2.mac_stats.tx_frames_64: 809791
      dev.em.2.mac_stats.tx_frames_65_127: 3776730
      dev.em.2.mac_stats.tx_frames_128_255: 1483134
      dev.em.2.mac_stats.tx_frames_256_511: 437491
      dev.em.2.mac_stats.tx_frames_512_1023: 758686
      dev.em.2.mac_stats.tx_frames_1024_1522: 51698595
      dev.em.2.mac_stats.tso_txd: 0
      dev.em.2.mac_stats.tso_ctx_fail: 0
      
      

      Steve

      1 Reply Last reply Reply Quote 0
      • D
        dominique.fournier
        last edited by Dec 13, 2012, 12:39 PM

        Thanks Steve,

        Here is the informations :

        dev.em.2.%desc: Intel(R) PRO/1000 Network Connection 7.3.2
        dev.em.2.%driver: em
        dev.em.2.%location: slot=0 function=0
        dev.em.2.%pnpinfo: vendor=0x8086 device=0x10d3 subvendor=0x8086 subdevice=0x0001 class=0x020000
        dev.em.2.%parent: pci3
        dev.em.2.nvm: -1
        dev.em.2.debug: -1
        dev.em.2.fc: 3
        dev.em.2.rx_int_delay: 0
        dev.em.2.tx_int_delay: 66
        dev.em.2.rx_abs_int_delay: 66
        dev.em.2.tx_abs_int_delay: 66
        dev.em.2.rx_processing_limit: 100
        dev.em.2.eee_control: 0
        dev.em.2.link_irq: 3
        dev.em.2.mbuf_alloc_fail: 0
        dev.em.2.cluster_alloc_fail: 0
        dev.em.2.dropped: 0
        dev.em.2.tx_dma_fail: 0
        dev.em.2.rx_overruns: 0
        dev.em.2.watchdog_timeouts: 0
        dev.em.2.device_control: 1074790984
        dev.em.2.rx_control: 67403802
        dev.em.2.fc_high_water: 18432
        dev.em.2.fc_low_water: 16932
        dev.em.2.queue0.txd_head: 732
        dev.em.2.queue0.txd_tail: 734
        dev.em.2.queue0.tx_irq: 35092005
        dev.em.2.queue0.no_desc_avail: 0
        dev.em.2.queue0.rxd_head: 300
        dev.em.2.queue0.rxd_tail: 293
        dev.em.2.queue0.rx_irq: 34769345
        dev.em.2.mac_stats.excess_coll: 0
        dev.em.2.mac_stats.single_coll: 0
        dev.em.2.mac_stats.multiple_coll: 0
        dev.em.2.mac_stats.late_coll: 0
        dev.em.2.mac_stats.collision_count: 0
        dev.em.2.mac_stats.symbol_errors: 0
        dev.em.2.mac_stats.sequence_errors: 0
        dev.em.2.mac_stats.defer_count: 0
        dev.em.2.mac_stats.missed_packets: 0
        dev.em.2.mac_stats.recv_no_buff: 0
        dev.em.2.mac_stats.recv_undersize: 0
        dev.em.2.mac_stats.recv_fragmented: 0
        dev.em.2.mac_stats.recv_oversize: 0
        dev.em.2.mac_stats.recv_jabber: 0
        dev.em.2.mac_stats.recv_errs: 0
        dev.em.2.mac_stats.crc_errs: 0
        dev.em.2.mac_stats.alignment_errs: 0
        dev.em.2.mac_stats.coll_ext_errs: 0
        dev.em.2.mac_stats.xon_recvd: 0
        dev.em.2.mac_stats.xon_txd: 0
        dev.em.2.mac_stats.xoff_recvd: 0
        dev.em.2.mac_stats.xoff_txd: 0
        dev.em.2.mac_stats.total_pkts_recvd: 54846094
        dev.em.2.mac_stats.good_pkts_recvd: 52885893
        dev.em.2.mac_stats.bcast_pkts_recvd: 33022
        dev.em.2.mac_stats.mcast_pkts_recvd: 1335396
        dev.em.2.mac_stats.rx_frames_64: 4205
        dev.em.2.mac_stats.rx_frames_65_127: 14391553
        dev.em.2.mac_stats.rx_frames_128_255: 3970326
        dev.em.2.mac_stats.rx_frames_256_511: 1210516
        dev.em.2.mac_stats.rx_frames_512_1023: 965348
        dev.em.2.mac_stats.rx_frames_1024_1522: 32343945
        dev.em.2.mac_stats.good_octets_recvd: 51670155554
        dev.em.2.mac_stats.good_octets_txd: 20043923863
        dev.em.2.mac_stats.total_pkts_txd: 43447157
        dev.em.2.mac_stats.good_pkts_txd: 43447157
        dev.em.2.mac_stats.bcast_pkts_txd: 49468
        dev.em.2.mac_stats.mcast_pkts_txd: 1256625
        dev.em.2.mac_stats.tx_frames_64: 5886772
        dev.em.2.mac_stats.tx_frames_65_127: 19221861
        dev.em.2.mac_stats.tx_frames_128_255: 5798239
        dev.em.2.mac_stats.tx_frames_256_511: 885307
        dev.em.2.mac_stats.tx_frames_512_1023: 986972
        dev.em.2.mac_stats.tx_frames_1024_1522: 10668006
        dev.em.2.mac_stats.tso_txd: 7638
        dev.em.2.mac_stats.tso_ctx_fail: 0
        dev.em.2.interrupts.asserts: 17
        dev.em.2.interrupts.rx_pkt_timer: 0
        dev.em.2.interrupts.rx_abs_timer: 0
        dev.em.2.interrupts.tx_pkt_timer: 0
        dev.em.2.interrupts.tx_abs_timer: 0
        dev.em.2.interrupts.tx_queue_empty: 0
        dev.em.2.interrupts.tx_queue_min_thresh: 0
        dev.em.2.interrupts.rx_desc_min_thresh: 0
        dev.em.2.interrupts.rx_overrun: 0
        
        

        2.1 (amd64)

        1 Reply Last reply Reply Quote 0
        • S
          stephenw10 Netgate Administrator
          last edited by Dec 13, 2012, 12:51 PM

          Looks like a dual port card with Intel 82574L Gigabit Ethernet chips, correct?
          There will be many people running that chip without issue.  :-\

          Steve

          1 Reply Last reply Reply Quote 0
          • D
            dominique.fournier
            last edited by Dec 13, 2012, 1:06 PM

            It is only one port card Gigabit ethernet

            2.1 (amd64)

            1 Reply Last reply Reply Quote 0
            1 out of 5
            • First post
              1/5
              Last post
            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
              This community forum collects and processes your personal information.
              consent.not_received