• Place for custom startup scripts & commands

    Locked
    4
    0 Votes
    4 Posts
    12k Views
    H

    The shellcmd options in the config.xml get backed up with the config.xml. I prefer this attempt as it lets you easier restore a system.

  • Verizon FiOS and PfSense Redux

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    J

    Wow, this is great info to know about FiOS.  I had no idea!  :o

    In my area of the Left Coast, we don't have Verizon FiOS, but we have Paxio FTTH (fiber to the home).  I opted for the 100M/100M service, although less expensive plans are available (http://www.paxio.com).  My biggest problem has been building a router that will support the full bandwidth of the connection!  Right now I'm on a mini-ITX platform with an Intel dual-NIC card and it's doing pretty well:

  • Pfsense and verizon's actiontec MoCa router, how to get it working well

    Locked
    7
    0 Votes
    7 Posts
    31k Views
    S

    I don't think that this will work at all. From what the tech's have told me, and what I've read about the MoCA technology is that it uses unprovisioned bandwidth from the ONT using the MoCA protocol in order to provide video services to your motorola boxes. Otherwise, you'd be sharing your 5 mbit or 15 mbit or 30 mbit connection with 2-10 mbit of video, and that wouldn't work very well at ALL.

    As far as I know the only way to get verizon FiOS TV is through the MoCA trash Actiontec. There's a reason I had them install via ethernet, and why I still have DirecTV HD. I pole-mounted a DirecTV slimline 5 LNB dish outside my house so if at some point in the future verizon decides to get rid of the crappy MoCA actiontec non-sense I can switch over. But until they do, the actiontec router is a deal breaker. I refuse to use it, it's just plain crappy in 500 different ways. It locks up, has a small state table, is slow, and unreliable.

    Besides, DirecTV has more HD's anyways, and is about to pwn't the HD cable/sat industry once their next 2 birds go live. (excuse the shameless plug)

    I'm currently running with a cisco router for my house internet, but trying to get pfSense to work. Apparently the DHCP client portion of pfSense is either currently broken, or the mac address cloning in combination with DHCP doesn't work.

  • Keyboard reset did not work, attempting CPU shutdown

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    E

    Thanks, i'll try that.

  • How to deal with spam

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    H

    At firewall>lan create a rule like this:

    pass, protocol tcp, source lan subnet, destination any, port 25, logging checked, gateway default.

    Make sure this rule applies before other rules allowing port 25 out like the default lan to any rule. You'll now see green pass icons in your systemlogs at status>systemlogs, firewall tab. If you want to see more than only the last few items set up a remote syslogserver so you can browse through the past few days/weeks or whatever is needed.

  • FTP proxy And PPTP

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Arp Statement

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    G

    here is the EXACT arp statement as it is on the existing router, this is what i need to put into pfsense to replace that existing router.
    –--------------------------------
    IP Address/Bitmask
    A.A.A.A/32

    On Interface
    LAN

    Proxy on Interface
    WAN

    Gateway
    B.B.B.B

    On the existing router there is no mention whatsoever of either A.A.A.A or B.B.B.B in the NAT area. I hope this helps clear things up, and thank you so much for your help so far.

  • General setup / NTP time server

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    W

    I also noticed that /etc/rc.d/ntpd start | stop | restart | status | poll – none of the options, do anything.  I haven't looked much at it either, but again, probably my lack of understanding here.  Just seems to work a lot differently then I would expect.

    Thanks, again, for any insight!

  • USB Camera

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Constantly reloading rules

    Locked
    14
    0 Votes
    14 Posts
    5k Views
    S

    @hoba:

    Afaik it's hardcoded in the slbd binary and therefor not that easily configurable but I might be wrong here.

    You are absolutely correct.

  • Forgot command/page. Need quick help

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    S

    what a gold nugget!  This kind of command is why I keep reading the forums.  I wish I knew about this sooner!

  • Enable Static ARP entries

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    K

    Any ideas why or how?

  • Keyboard map and smtp send..

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    H

    OK thanks will try this and report back.  I'm aware of the spam danger.

    As of the keyboard mapping, doesn't it exist any solution for this with pfsense?  I thought that such stuff was kind of basic….?

    /hank

  • Using pfsense to decapsulate ipip packet - LVS/Tun method

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    N

    Well, I guess if they way I said it make too hard to understand, i'll try to simplify it.

    In essence, How can I add/enable tunl0 interface for ipip support on pfsense ( as it's a FreeBSD system and I
    have no knowledge of it. though I know it's UNIX-like OS ).

    for example : i could not just add this "ifconfig tun0 create" on pfsense console terminal, can I ?
    WebGUI doesn't really help in solving what I want.

    Thanks,

  • Portknocking?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    H

    :D

  • Strage ERRORS on pfSense start

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    K

    I reflashed card. First error no longer bothers Me! :)

    Sencond one is connected with queues. As I said before I've made queues Myself by editing config.xml file, and that's why it appers.

    Thanks for help!

  • Cron - how to..

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    H

    You can add cron items directly to the config.xml with the latest snapshots. To see the syntax just open a config.xml of a recent snapshot and have a look at the very bottom.

  • How to customize the consol menu?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Syslog (syslog-ng) server

    Locked
    3
    0 Votes
    3 Posts
    16k Views
    M

    thanks for this info. very helpful.

    Going to try and use php-syslog-ng upon it :)

    http://sourceforge.net/projects/php-syslog-ng/
    or maybe
    http://8pussy.org/ (not porn :p syslog web interface)

  • MOVED: sending messages to clients

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.