• PANTECH UML290 - 3G/4G - WORKING - PFSENSE

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    M

    See my notes here for updated info on working with the UML290:
    http://forum.pfsense.org/index.php/topic,56696.0.html

  • Verizon Pantech UML290 and public IP addresses

    Locked
    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • BT Infinity FTTC, PPPoE Static IPs

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    stephenw10S

    Ah, interesting. I read that more as a figure of speech than a defined connection method. As in simply not one of the static IPs. However I could be mistaken. He was not using a fibre connection though so it could easily be different. I was not aware that BT offered a dhcp assigned service for broadband at any time. Some LLU ISPs did though. I've been caught out by that before.

    Steve

  • 30 second phone call ??

    Locked
    10
    0 Votes
    10 Posts
    6k Views
    chpalmerC

    With Siproxd you set it to look at a particular port. Ive only been able to get 5060 to work here. But then to the provider it looks like your natted device has a public IP.

    But looks like you got it working.    :)

  • Pfr_unroute_kentry: delete failed.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Internet Cafe Network Router

    Locked
    13
    0 Votes
    13 Posts
    6k Views
    D

    @neteffectcafe:

    Yes i am canning Rogers as its throttled all to hell with pings hovering at 400 if ANYONE hits P2P, including game updates that use p2p. And at about 4 or 5 it slows down when all the local kids come home. i am surrounded by buildings which are probably over sold.

    The bell line is fine unless the up load breaks 500k, then it also goes haywire and hits 400 to 500 ping and throttles. I am hoping for 16/16 FTTN which they swear is unthrottled and has no caps. We will see. if worse comes to worse i will get someone who knows far more than I to come in and implement MLPPP when i am forced to switch to Teksavvy.

    You are going to need some systems side work to help reduce the load.

    Most free to play (account based) games do not actually need to be updated the normal way.  You can usually bypass the updating process by updating only one client and replicating the game directory on the other computers.
    Certain games may store the versioning information in the registry key, export this together with the copy process and manually import the key on the other computers if need be.

    Some tools that can make your life better are Nircmd, Autoit (simple but powerful scripting language), batch files, Robocopy & Task scheduler.

    What I used to do was to implement a schedule to load a custom written program (in Autoit) on startup.  The program tests for the existence of certain flag files (an empty txt file with specific name in certain directories).  Upon encountering the files, it will take certain actions.  eg. Import a reg file in a certain directory.
    Since AutoIT can be compiled into an exe without any UI, the process cannot be closed normally by the customers like a batch/ cmd file.

    This basically allows me to copy & paste the updated game folder & reg file onto the other computers and insert a txt file marker at the same time.  Rebooting the computer will then import the reg key automatically and there won't be a need to update the client, thus, reducing the internet bandwidth usage.

    If your computer naming convention is done properly, you can use a batch script to automate the copy process.

    This is an example script I used in the early parts (subsequently changed it to allow parameters to be parsed and added more variables to allow the script to become a universal template):
    I had my computers with names in sequential order.  eg.  PC01, PC02…..PC34, PC35
    If you want to reuse this, you will need a similar way of connecting to the computer by name or IP (change the share path variable into IP address octets instead)

    @ECHO OFF SET STARTRG=1 SET ENDRG=30 SET SRCDIR="c:\program files\game dir" SET DSTDIR=\game dir SET LOGDIR=C:\TEMP\ SET LOGFILE=GAME_Log.Log SET LOGPATH=%%LOGDIR%%LOGFILE SET OPTS=/MIR /COPY:DAT /DCOPY:T /NFL /NDL /NP /R:3 /W:10 IF NOT EXIST %%LOGDIR MKDIR %%LOGDIR for /L %%x in (%%STARTRG,1,%%ENDRG) DO ( if %%x LSS 10 ( ECHO Copying to PC0%%x... if %%x equ %%STARTRG ( robocopy /LOG:%%LOGPATH %%OPTS %%SRCDIR "\\pc0%%x%%DSTDIR" ) else ( robocopy /LOG+:%%LOGPATH %%OPTS %%SRCDIR "\\pc0%%x%%DSTDIR" ) ) else ( ECHO Copying to PC%%x... robocopy /LOG+:%%LOGPATH %%OPTS %%SRCDIR "\\pc%%x%%DSTDIR" ) ) pause
  • Multilink PPP using VLANs, two 1.5 meg DSL modems?

    Locked
    5
    0 Votes
    5 Posts
    7k Views
    ?

    I also recommend Olypen if you're in Washington state,  i have two dsl lines also with mlppp.

  • Frequent system panics

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    demD

    Thanks, Jim. Maybe I'll get lucky with 2.1.

  • Disable NAT

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    N

    cool thanks for the replies again. I am going to be so happy having this network down to bare essentials. One isp gateway, one router. I like SIMPLE.

  • Forwarding a external connection

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    L

    Thank you very much steve….that was helpful

  • DSL + Pfsense No internet

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    stephenw10S

    @wallabybob:

    The output of pfSense shell command```
    /etc/rc.banner

    It's not obvious, reading this, how your various networks are setup. Please post the ouput from the above command.

    @MLWALK3R:

    The DHCP for the Wan is handled by the modem "Dlink DSL-520B" but for local computers its handled by Windows Server R2

    If the above is true have you disabled the LAN DHCP server in pfSense? Have you changed the pfSense LAN IP to be in the 10.0.0.1/8 subnet? /8 seems excessively large, how many machines do you have?

    Steve

  • Build upgrade options.

    Locked
    2
    0 Votes
    2 Posts
    827 Views
    jimpJ

    It depends.

    On a full install, no, it's not possible. Too many files would get left in place that would break things. You have to reinstall.
    On NanoBSD, yes.

    However either way you'd need to restore a config from before the upgrade, since the config format changed from 2.0.x to 2.1.

  • Getting squid logs while working bridge mode..

    Locked
    1
    0 Votes
    1 Posts
    802 Views
    No one has replied
  • Internet Bandwidth Requirement

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    chpalmerC

    As reliant as schools seem to be on internet content these days…

    1gBps connection. Limit actual users to 10mbps. Wifi users jjust student devices?  Same thing. Limit by blocks of addresses.

  • WOL only works from pfSense

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    T

    I'm interested in this as well.  I'm able to successfully WOL my Win7 htpc using two separate iPhone apps, and even use one to route across different subnets because it allows a port to be assigned to the packet.  Neither are able to WOL a Mac mini, however, even on the same subnet.  pfSense WOL works in both cases.  I wasn't too motivated to investigate the Mac mini problem further since the pfSense solution fit the bill.

  • Ammyy admin

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to retrieve server and rules config (and post them)?

    Locked
    8
    0 Votes
    8 Posts
    2k Views
    AhnHELA

    More specifically I believe he's looking for the .conf files that are generated when setting up OpenVPN servers and clients.

    Run the following command in the GUI:  Diagnostics/Command/Execute Shell Command

    find /var/etc/openvpn/ -name "*.conf"

    You can then copy and paste the output to 'File to Download' to download and inspect them.

  • 0 Votes
    10 Posts
    3k Views
    stephenw10S

    I would say that for some reason your tcp transmit buffer is full. Or at least it's emptying far slower than it should.
    Just a guess though.

    If you Google the problem you'll see it can be caused by something as simple as a loose network card or bad cable.

    Steve

  • MTU and MSS

    Locked
    7
    2 Votes
    7 Posts
    12k Views
    N

    Please see my past post on this topic, on which you also commented:

    http://forum.pfsense.org/index.php/topic,48966.0.html

    I have checked a number of times with my ISP on this matter and they can supply me with no information/clue as to what is going on, but on a few occasions I know I was not the only customer who went down.  What I don't understand is why I have to do a complete reboot of pfSense in order to reestablish the PPPoE connection.  I do use a PCI modem card (Viking) in bridge mode in my pfSense box for my DSL connection, so it is possible that the card is crashing.  The interesting thing is that I do not loose DSL sync when my PPPoE connection goes down and the basic ATM protocol on top of PPPoE stays connected (I know that from my ISP).  The only way I can reestablish my PPPoE connection is to reboot pfSense, then I always end up with a new (dynamic) IP address from my ISP.  The routers I owned prior to building a pfSense box also all did the same thing, however, so the problem may not be with my modem card.  The disconnects are seemingly random, but seem to happen during web surfing (not inactivity).

    When my MTU was set at 1500 I could force a disconnect simply by doing an online speed test (apparently during the upload portion of the test).  Changing the MTU down to 1492 and the MSS (box setting) down to 1452, however, allowed me to do online speed tests without crashing my connection.  That is why I am wondering if lowering MTU/MSS further might solve my "random" disconnects.

    The only other thing I can suppose is perhaps my ISP runs a program to periodically and automatically disconnect users like me who leave their modem/routers on all the time in order to free up a larger pool of available IP (ver. 4) addresses, but that supposition is merely speculation on my part.

  • User Manager and LDAP-Groups

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    S

    Hello rajatag,

    I don't use the captive portal. In the web-IF are only this options:

    WebCfg - Services: Captive portal page
    WebCfg - Services: Captive portal: Allowed IPs page
    WebCfg - Services: Captive portal: Allowed IPs page
    WebCfg - Services: Captive portal: Edit Allowed IPs page
    WebCfg - Services: Captive portal: Edit Allowed IPs page
    WebCfg - Services: Captive portal: Edit MAC Addresses page
    WebCfg - Services: Captive portal: File Manager page
    WebCfg - Services: Captive portal: Mac Addresses page
    WebCfg - Services: Captive portal Voucher Rolls page
    WebCfg - Services: Captive portal Vouchers page
    WebCfg - Status: Captive portal page
    WebCfg - Status: Captive portal test Vouchers page
    WebCfg - Status: Captive portal Voucher Rolls page
    WebCfg - Status: Captive portal Vouchers page

    So I don't think it is implmented in pfsense.

    @rajatag:

    Also, I do not find any code in the php files that authenticate captive portal logins to the LDAP. Have you come across something similar?

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