• Downloading intensly slows everything else + Traffic Shaper problem.

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    K
    Does the ADSL modem have a full-duplex Ethernet connection? Does the pfSense computer have one, too? If not, both should be. Both ethernet connections should probably support 100Base-TX (or higher) just to make sure that there is never a moment in which the ethernet is the bottleneck.
  • Custom RRD Graph

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    S
    I just realized I forgot the most important term ! :) I'd like to create a custom quality graph of the LAN if. Is it possible ? This option is not present in the custom preset graphs.
  • Mouting points - please help

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    O
    ahh nfs with firewall rules - perfect! thanks closed!
  • Remote access via wan2

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    ?
    Not in the way that you'd want.  It would be a major management nightmare and wouldn't work quite like you'd expect.  Better to throw a squid (or other filtering box) into the DMZ and send all connections through it.
  • MOVED: Deactivate Package:

    Locked
    1
    0 Votes
    1 Posts
    944 Views
    No one has replied
  • PfSense w/ DHCP has brought down our network twice

    Locked
    12
    0 Votes
    12 Posts
    5k Views
    B
    jakobud, get to work  early in the am,,get a bootable cd with memtest86 on it. 1. boot the (linux)cd and at command prompt type in memtest let it run for a couple hours. ,,,if this results "OK"(no red blocks) 2. Put a different keyboard on this pfSense machine as someone else mentioned. 3. restart pfSense machine. Post your results so someone else will know what has been found. Take Care, BC
  • [Solved] Insert a pause at boot time

    Locked
    10
    0 Votes
    10 Posts
    4k Views
    W
    Thanks for the information.
  • Ftp problem, cannot connect to lan server via wan ip

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Direction to me in publish FTP server

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    D
    Hello, I had similar problems, the solution on my system was to define the pasv_address in your vsftp.conf. It is mendatory, that this address is your WAN-IP. I found a script which put my WAN address in to this config file once a day. Every night at 2a.m. my PFSense is restarting the wan connection and five munutes later a cron job will run this script. #!/bin/sh #vsftpd.conf IP update vsftpd_conf=/usr/local/etc/vsftpd.conf vsftpd_log=/var/log/vsftpd.log my_ip=`host your-dyndns-address | cut -f4 -d" "` vsftpd_ip=`grep pasv_address $vsftpd_conf | cut -f2 -d=` if [ "$my_ip" != "$vsftpd_ip" ] ; then ( echo ",s/$vsftpd_ip/$my_ip/g" && echo w ) | ed - $vsftpd_conf echo `date` "$vsftpd_conf updated with $my_ip IP address" >> $vsftpd_log /etc/rc.d/inetd restart >> $vsftpd_log fi
  • My ISP Project questions

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    Cry HavokC
    Take a look at the traffic shaper features.
  • Adsl modem access information

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    jimpJ
    http://doc.pfsense.org/index.php/Accessing_modem_from_inside_firewall
  • Strange traffic

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    W
    Ok thanks that seems to have worked.  Its showing me that theres a constant stream of UDP requests from an ip address to the sip port (5060). If i stop my sip proxy then the outbound traffic goes away, but the inbound traffic doesnt stop. Also despite me putting reject or block rules against that IP address, when i restart the sip proxy, the outbound traffic starts back up again, suggesting that the firewall isnt blocking the traffic for some reason. A packet capture shows that the incoming traffic is a SIP packet "REGISTER sip: SIP/2.0" and the outbound replies when the proxy is enabled are "Status-Line: SIP/2.0 407 Proxy Authentication Required" Does this indicate a brute force attack of some kind ? or am i missing something obvious here? The IP in question doesnt appear to be related to my SIP provider, so i dont think its them, but thats my next port of call.
  • Boot Commands / Configuration

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    W
    The run driver is already included in the 2.0 BETA snapshot builds. You will find most of what you are looking for if your search the 2.0 BETA TEsting forum for the string "runfw". As Efonne suggested in your other post, you should use the GUI for your configuration.
  • MOVED: snort memory problem

    Locked
    1
    0 Votes
    1 Posts
    959 Views
    No one has replied
  • Best way to add vlan to the lan interface?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    R
    Hi, Thanks for replying. Yes I have resd those doc, in fact I have just realized that I was no waiting enought when I loose the network because pf reconfiguring for a while and I tought that pf was dead and then reinstalled them each time… Ok but I still have this MAJOR issue: http://forum.pfsense.org/index.php/topic,30264.msg156674.html
  • Use opt interface as LAN port

    Locked
    27
    0 Votes
    27 Posts
    25k Views
    M
    @wallabybob: On my home network al the systems get their IP address from DHCP. If that doesn't apply to your network a different solution will be required. Wow…them all being static is what it was.  When I changed them to DHCP it worked like a charm.  I then noticed the difference is that when static the ipconfig would not show the dns suffix and when I typed that in walla...  Thank you!
  • 1 Static ip + ESXi

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    W
    I have 2 Failover IP's and i was told i could configure it if i do the following /etc/network/interfaces auto lo eth0 iface lo inet loopback iface eth0 inet static address IP Failover netmask 255.255.255.255 broadcast IP Failover post-up route add Dedicated Server IP but end in .254 dev eth0 post-up route add default gw Dedicated Server IP but end in .254 post-down route del Dedicated Server IP but end in .254 dev eth0 post-down route del default gw Dedicated Server IP but end in .254 /etc/resolv.conf nameserver 123.123.123.13 – Im not sure how i could do this in pfSense, tried to find the /network/interface file but cant locate it to add the post up and down routes. Could i do this using the GUI?
  • TFTP to remote server fail?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Trying to add DHCP on Opt-2 port of Alix board but I get invalid range

    Locked
    10
    0 Votes
    10 Posts
    4k Views
    jimpJ
    Leave the gateway field blank, you do not enter a gateway for an internal interface.
  • Pfsense certifition

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    ?
    You can't, no certification program exists for pfSense and there is a great amount of debate as to whether or not a pfSense certification is even meaningful or worth the effort.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.