• SG-3100 USB current limit

    2
    0 Votes
    2 Posts
    816 Views
    C

    Response from Netgate Support:
    "Powering that device with the USB port should be fine."

    Chris

  • XG-7100 IX0 fiber to Unifi Switch as LAN connection

    11
    0 Votes
    11 Posts
    2k Views
    DaddyGoD

    @raboud

    do you think this is enough for your part ?!
    begin to describe your problem accurately, etiquette is very important

    just so you write in a nearly 1 year old thread.....
    -What would you like to know?
    -since there have been a lot of updates in 1 year, it may no longer be up to date what you would like to know

    ++++++
    @Derelict
    Just forget about OPT1 being a member of the switch VLAN.

    That XG-7100 unit has a built-in switch. Bridging that with OPT1 will only slow things down as you will no longer be using switch hardware but will be using a software/CPU bridge.

    If you need OPT1 connected to a switch, connect it to a switch.

    If you absolutely need those XG-7100 ports to be on the same broadcast domain as OPT1, I would disable the trunk links back to pfSense (no 9t,10t tagged ports on the built-in switch on that VLAN) and patch it to your external switch.

  • How reliable is the XG-7100?

    4
    0 Votes
    4 Posts
    621 Views
    S

    @akuma1x said in How reliable is the XG-7100?:

    That's what the OP already ordered, an HA pair.

    d'oh! Read right past that first sentence.

  • SG-1100 BIOS version question

    3
    0 Votes
    3 Posts
    1k Views
    P

    Thanks for the info 👍

  • PHP Errors

    3
    0 Votes
    3 Posts
    412 Views
    styxlS

    @kiokoman thanks

  • Just changed carrier router and pppoe is not working anymore

    8
    0 Votes
    8 Posts
    1k Views
    G

    @Gertjan thanks for trying that out.
    Eventually, I've restored a pfsense config backup since 1 month ago. I changed the password for pppoe and now it just worked.
    I still don't know what I did wrong the first time I tried but the important thing is that now I have pfsense correctly configured and working.

    Thanks for the support!
    G.

  • SG-5100 jumbo frame support

    5
    0 Votes
    5 Posts
    679 Views
    lohphatL

    @jimp Thank you! Since I don't have an SG-5100 yet, I couldn't do that. Thanks for the verification.

    ADD TO CART

  • SG-5100 LTE Modem connection issues

    13
    0 Votes
    13 Posts
    1k Views
    H

    I believe you need a PCIe if you want to use the internal SIM slot. I think the USB ones are external ones anyway. Unfortunately, I don't have own experience (I have an SG-5100 as well, but I have no need for mobile broadband there), but none of the PCIe modems that I quickly checked seem to have a SIM slot. They are usually used in devices like notebooks that have the SIM slot separately as well (for the same reason, to have it at the right place to be accessible).

    I think one of the most important aspects when selecting a modem from the list are the mobile network standards (e.g. 2G, 3G, 4G, 5G) and the best set of frequency bands for your country.

  • PPPoE using VLAN setup

    9
    0 Votes
    9 Posts
    7k Views
    T

    Thank-you for documenting this - the setup worked for me too!!

  • 0 Votes
    3 Posts
    383 Views
    S

    Hello!

    In software engineering, some seemingly simple requests users make can be deceptively difficult to implement, whilst others that users perceive as incredibly complex are actually quite simple to crank out. The engineer can be seen as either a goat or a hero.

    It is not fair to presume where this request falls in that continuum, but you are free to roll up your sleeves, dive into the open source code, and make that determination for yourself.

    John

  • RCC-VE 2440 won't boot after unplugging for a month

    2
    0 Votes
    2 Posts
    339 Views
    jimpJ

    If you're getting that far, then that's a good sign at least.

    To me it looks like it's using the wrong console port past that point. The BIOS/initial boot is going to the right port but after that it may be switching to the wrong port.

    That's almost certainly the case for the pfSense USB image unless you used the correct one named "ADI".

    Linux bootable drives would have the same issue, you have to edit the boot parameters and tell it to use the right port.

    In each case you'll want to direct them to use com2 / 0x2F8 / console=ttyS1,115200n8 or similar depending on the OS.

  • Restore to SG-1100 is impossible

    13
    0 Votes
    13 Posts
    2k Views
    M

    If i reboot manually. After restore it does not automatically reboot.

  • nginx 404 Netgate Coreboot Upgrade

    5
    0 Votes
    5 Posts
    577 Views
    M

    9a557bff-ab84-4e71-9cd0-dc1d1a412508-image.png

    Doesn't look to be at the moment. .27.1 is the latest on 2.4.5

  • New Netgate SG-3100 could not install packages

    10
    0 Votes
    10 Posts
    955 Views
    D

    Hello,

    Thanks all for the help. It looks good now. Looks like as @jimp mentioned there might be problem with package server. Thanks to all

  • slow pppoe on XG-7100

    2
    0 Votes
    2 Posts
    681 Views
    D

    Seems multi threading not working properly on pppoe:(

    #PPPOE interface not using all queues:
    [2.4.5-RELEASE][root@router.kilsol.com]/root: sysctl -a | grep '.ix.1..*x_pack'
    dev.ix.1.queue3.rx_packets: 0
    dev.ix.1.queue3.tx_packets: 5535356
    dev.ix.1.queue2.rx_packets: 0
    dev.ix.1.queue2.tx_packets: 6279749
    dev.ix.1.queue1.rx_packets: 0
    dev.ix.1.queue1.tx_packets: 6031232
    dev.ix.1.queue0.rx_packets: 51346277
    dev.ix.1.queue0.tx_packets: 9096401

    #Non PPPOE interface is using all queues:
    [2.4.5-RELEASE][root@router.kilsol.com]/root: sysctl -a | grep '.ix.0..*x_pack'
    dev.ix.0.queue3.rx_packets: 5396172
    dev.ix.0.queue3.tx_packets: 81242
    dev.ix.0.queue2.rx_packets: 6706346
    dev.ix.0.queue2.tx_packets: 618190
    dev.ix.0.queue1.rx_packets: 6020980
    dev.ix.0.queue1.tx_packets: 174660
    dev.ix.0.queue0.rx_packets: 7843425
    dev.ix.0.queue0.tx_packets: 48490796
    [2.4.5-RELEASE][root@router.kilsol.com]/root:

    #Tunables do indeed match # of cores
    [2.4.5-RELEASE][root@router.kilsol.com]/root: sysctl net.isr.maxthreads
    net.isr.maxthreads: 4
    [2.4.5-RELEASE][root@router.kilsol.com]/root: sysctl net.isr.numthreads
    net.isr.numthreads: 4

    #net.isr.dispatch was set correctly
    [2.4.5-RELEASE][root@router.kilsol.com]/root: cat /boot/loader.conf.local
    net.isr.dispatch=deferred

  • Which HW choose.

    1
    0 Votes
    1 Posts
    221 Views
    No one has replied
  • XG-1540 Memory

    2
    0 Votes
    2 Posts
    216 Views
    S

    https://www.netgate.com/products/appliances/ , tech specs tab says "16 GB DDR4 RDlMM
    (Expandable to 32 GB ECC)"

  • Backup from SG-1000 to SG-3100

    3
    0 Votes
    3 Posts
    431 Views
    esmsE

    Hi, found your question almost year after it was posted. So this is just for the record.

    I had the opposite situation and it worked fine. I had SG-2220 which broke and I recovered its backup using a spare, SG-1000. It worked fine, I just had to accept the proposed changes to exclude a NIC that was NOT present at SG-1000. It was all presented during the restoration process. Everything else worked fine, so all aliases and rules were preserved. I named it "hardware downgrade".

  • XG1537 - Firewall & Router & Captive Portal

    1
    0 Votes
    1 Posts
    208 Views
    No one has replied
  • Netgate SG-1100 reboots reandomly

    4
    0 Votes
    4 Posts
    704 Views
    keyserK

    Yes, and make sure to push the issue within the warranty period. My friends box rebooted about once every one/two weeks right from the beginning. Some log entries during uptime suggested the MMC was a bit flacky, but ususally the reboots was at night, so he didn’t really bother to try and fix it.

    Two days ago it just rebooted as usual, bu this time not being able to boot as the MMC storage was finally really dead. Unfortunately that was 3 weeks past the 1 years waranty, and Netgate just washed their hands and said sorry.... Exceptionally bad customer service in my opinion, so my confidence in them just went bottoms up.

    So make sure to have it fixed before your warranty expires.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.