• Mount /cf/conf NFS

    3
    0 Votes
    3 Posts
    1k Views
    A
    I assume you want to do this to backup your configs. All you need to do is setup an FTP server on the backup target and use this script: #!/bin/bash HOST=IP  #This is the FTP servers host or IP address. USER=USER            #This is the FTP user that has access to the server. PASS=PASS        #This is the password for the FTP user. dstamp=date +%Y-%m-%0e cd /cf/conf Call 1. Uses the ftp command with the -inv switches.  -i turns off interactive prompting. -n Restrains FTP from attempting the aut o-login feature. -v enables verbose and progress. ftp -inv $HOST << EOF Call 2. Here the login credentials are supplied by calling the variables. user $USER $PASS Call 3. Here you will change to the directory where you want to put or get cd /cf/conf/ Call4.  Here you will tell FTP to put or get the file. put config.xml chmod 777 config.xml rename config.xml config$dstamp.xml or #get test.txt bye EOF i have this on a daily cronjob and it works very well.
  • Question

    2
    0 Votes
    2 Posts
    641 Views
    V
    It seems you have connected your pfSense to an existing network. pfSense sets the LAN IP to 192.168.1.1 by default. For existing networks this would not fit. At first you may to configure the LAN interface on the shell and assign an unique IP in your network. Then you get access to the web interface.
  • Home Network Help

    10
    0 Votes
    10 Posts
    2k Views
    johnpozJ
    Bridge what connections? What do you think you need to bridge?
  • Kernel Crash

    1
    0 Votes
    1 Posts
    643 Views
    No one has replied
  • High interrupt load when VGA cable (un)plugged

    21
    0 Votes
    21 Posts
    6k Views
    D
    @Harvy66: I'm just going to wait for 2.2 stable, then try it out again. Might take quite some time. Meanwhile, snaps seem to be back.
  • Any way to hide disabled rules?

    1
    0 Votes
    1 Posts
    436 Views
    No one has replied
  • PfSense and logging to RAM

    2
    0 Votes
    2 Posts
    855 Views
    P
    There is a new advanced option in 2.1 that will allow the creation of a RAM disk to store logs on. It is documented somewhere, just search for it.
  • IPs added to sshlockout even with SSH not exposed to WAN

    1
    0 Votes
    1 Posts
    563 Views
    No one has replied
  • Need help with Squid transparent proxy

    10
    0 Votes
    10 Posts
    2k Views
    M
    It sounds like the transparent proxy is blocking port 443 which the game login might be using to authenticate. You either need to apply the proxy settings in the game itself or create an exception in the firewall rules for the game server IP address. Just my thoughts. Look at this post: https://forum.pfsense.org/index.php?topic=62256.msg405719#msg405719  and reply #243. This should also work for your situation.
  • Lost internet connectivity (Possible NAT issue) [[SOLVED]]

    1
    0 Votes
    1 Posts
    523 Views
    No one has replied
  • Monitoring a lan ip

    1
    0 Votes
    1 Posts
    587 Views
    No one has replied
  • Active Directory Authentication

    2
    0 Votes
    2 Posts
    1k Views
    D
    Reinstall the box.
  • Neoware E100 with Pfsense

    4
    0 Votes
    4 Posts
    1k Views
    GruensFroeschliG
    Some random lawyer sending your bills doesn't sound to me like something that stands any ground. In switzerland there are various places to get help with situations like this. I'm sure in germany there are similar agencies available (see http://www.beobachter.ch/justiz-behoerde/gesetze-recht/artikel/rechtsstreitigkeiten_rechtsberatung-zum-nulltarif/ )
  • IGMP Proxy with IPTV

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • PFsense 2.1.1 with RANCID

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Access Point setup

    7
    0 Votes
    7 Posts
    1k Views
    M
    Okay guys, I found out that the router has an option to use as an access point. It disables everything except for wireless. Thanks for the help. No double NAT or a different subnet
  • 0 Votes
    10 Posts
    2k Views
    stephenw10S
    Under Firewall: Virtual IPs: https://doc.pfsense.org/index.php/What_are_Virtual_IP_Addresses%3F#Proxy_ARP Steve
  • 2 minutes or more delay opening Dashboard

    4
    0 Votes
    4 Posts
    881 Views
    johnpozJ
    try disable the automatic update dashboard check In system-firmware-upgrade settings Dashboard check Disable the automatic dashboard auto-update check. If your connections are down your going to have issues with dns as mentioned, you could see if turning this off helps the dashboard display faster.
  • Kernel arp issue knocking out connectivity

    2
    0 Votes
    2 Posts
    920 Views
    jimpJ
    If that really is the MAC of the firewall, then look for a layer 2 loop. Something is causing the packets to come back into pfSense on that interface after it sends them out.
  • Pfsense on Alix 2D13

    15
    0 Votes
    15 Posts
    3k Views
    stephenw10S
    I don't have an Alix box to compare that behaviour to and I agree it's not what I'd expect to see on other equipment but if both boxes are doing it and one is working then it seems unlikely to be the cause of your problem. @opalit: less than 512M detected, disabling APC. That's normal on the Alix which has 256MB. Steve
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.