• How to set multiple IP to a WAN

    Locked
    16
    0 Votes
    16 Posts
    7k Views
    W

    @jyavenard:

    however "Other" only let met define one IP address; no netmask nothing …

    Just for completeness, I'll point out I found it possible to add multiple "Other" Virtual IP addresses but had to do so one address at a time.

    Concerning sipproxyd, in case you meant siproxd, siproxd works fine for me on pfSense 1.2.3 RELEASE provided I use suitable VOIP applications. More details at http://forum.pfsense.org/index.php/topic,18204.0.html. The siproxd maintainers might be interested in some more details of the problem you had.

  • New user, couple of questions

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    V

    That just shows you how little I know  ::)

    Any recommendations on how big I should go?

    Thanks for the links.

  • The "Wink theme pack" is missing again… please re-post

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    P

    http://www.myupload.dk/showfile/42464048989.zip/
    http://pfsense.comuf.com/packages/All/wink-pfsense-theme.zip

  • Run opt1 on dmz for cell phones? Good Bad? Never tried it.

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    S

    You really do not need the NIC. It is all depend in the bottleneck is located.  Just like cry havok said the best answer to that is "maybe".

  • WAN set to PPPoE, can I still use that interface for something else?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • IRC - Invite Only Now?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    K

    Thanks Jim.

  • Where is Documentation on

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ

    There isn't much documentation, because it's an undocumented (and sort of unsupported) feature :)

    There is a shellcmd package that you can install to add more commands. They are, as the name implies, shell commands. Only real trick to them is you'd likely need to give the full path to a command.

  • Firewall makes continuous beeping noise

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    C

    Alright Ill give that a go and let you know.  Thanks!

  • Disabled DHCP with PPPOE

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    R

    I enabled DHCP and in the rules field only passed PPPOE for source and Destination, and enabled everything under the PPPOE field in rules, and it's working fine.

    Thanks Jimp.

  • Sending email with attachments problem

    Locked
    21
    0 Votes
    21 Posts
    16k Views
    O

    If lan and wan interface same subnets (e.g:1.1.1.1/24) , problem is.
    I could not find a solution  ???

  • Multiple Domains

    Locked
    10
    0 Votes
    10 Posts
    10k Views
    J

    @futurecis:

    Unfortunately, my circumstances will not allow me to do it this way. I am not just hosting webservers. I have to be able to host email, web, and several other applications/services.

    For example, if I have abc.com and xyz.net, i need to be able to have PF support both domains as well as all sub-domains associated with them. I can point my registrar to my one public facing IP so all internet traffic to both domains would come to my IP. However, I need the ability to control where traffic for each domain will go once it gets to me. At this point, I do not see how PF can handle that since it only supports one domain handle.

    I don't know specifically about pfSense (and I already hear about people wondering why do you answer then…)

    I'm assuming that you have the typical setup where when you connect to your ISP , you get a single IP address and they then route a subnet to you.

    Say you connect, you get allocated 210.210.210.1 ; the subnet being routed to you is:
    58.179.125.1/28 (14 usable IPs)

    create an alias on a network card (either the one on the WAN, or one that isn't your LAN)
    ifconfig alias xl0 58.179.125.2 netmask 255.255.255.255
    ifconfig alias xl0 58.179.125.3 netmask 255.255.255.255
    ifconfig alias xl0 58.179.125.3 netmask 255.255.255.255
    etc... for all 14

    Then you create a static NAT from 58.179.125.2 -> LAN 192.168.0.30
    natd.conf would contain:
    redirect_address 192.168.0.30 58.179.125.2

    the default gateway of 192.168.0.30 is the LAN address of the gateway of course.

    That's it.

    Now if you can do that in pf web interface, I'm all for it ; because that's precisely what I will be looking at doing ..

    Cheers
    Jean-Yves

  • Is pfSense right for me?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    J

    @wallabybob:

    I don't have anything like your complexity to deal with. My pfSense box acts as DHCP server on LAN interface, Wireless LAN interface (bridged to LAN) and OPTx interface (links to local server on separate network from family PC's and accessible from the internet). It also acts as DHCP client on WAN interface (connects to ISP). Other contributors to these forums seem to be able to use PPPoE. Don't know why you think pfSense doesn't support DHCP or PPPoE. Was there something particular in the FAQ that suggested that?

    Hi.

    From there:
    http://www.pfsense.org/index.php?option=com_content&task=view&id=40&Itemid=43

    (the main feature page)
    "Only works with static public IPs, does not work with DHCP, PPPoE, PPTP, or BigPond type WANs (will be resolved in a future release)"

    Ahh, I see what my mistake was… I read too fast, this is for "redundancy" only :)

  • Electrical Problem

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    E

    I don't think that is something that would be easy to do, and even if it was, it probably isn't cheap enough to be worth it, especially if the computer already has its own power supply.

    By the way, there are packages available for the NanoBSD builds, and I think squid may have been one of them.

  • PfSense 1.2.2 / 1.2.3 config onto 1.2

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    jimpJ

    That is normal, on mine one light is one even with a cable unplugged. Not quite sure what that is supposed to indicate. They both blink with activity.

  • Why does PFsense use such insecure daemon configuration?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    jimpJ

    Those options might be useful on a multi-user system, but on pfSense most everything runs as root anyhow, and you're logging in as either root or admin, which is just an alternate account for root. There are no other users.

    As for OpenVPN, the user rights don't matter much, again, because everything else is running as root. If it's commented out, it's likely because something broke with that enabled, but feel free to try it again and see if it works.

  • MOVED: cannot stop squid ?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • PfSense and PRTG

    Locked
    1
    1 Votes
    1 Posts
    6k Views
    No one has replied
  • Comcast problem

    Locked
    12
    0 Votes
    12 Posts
    5k Views
    R

    is your service Business Class or Residential?  I have BC and when I have had problems in the past they sent a tech out the same day.  also, when you are having problems, log into your modem's diagnostic page and record things like upstream power, downstream power, signal to noise ratio and everything in the log area.  it also helps if you have something like PingPlotter running pinging your first comcast hop.  now with all this information at hand, call tech support every time your service is down and give them all the information you have collected.  keep track of who you talked to, the tracking number and the date and time of the call.  if the problem persists,  ask to have your problem kicked up to the next level.  if all that fails, ask to speak to a supervisor.  if that fails, call and ask to speak to a customer retention rep.  if you still can't get the problem resolved, it's time to switch providers.  all this works MUCH FASTER if you have Business Class Service!

    Good luck!

    Roy…

  • Bridging and using wireshark, howto or alternative

    Locked
    9
    0 Votes
    9 Posts
    7k Views
    V

    @sullrich:

    These types of responses really pain me.

    Sure! ;) @sullrich:

    How much money have you saved by using pfSense

    You'll not believe – nothing (zero, nada). @sullrich:

    and you cannot afford to purchase the book

    Absolutely! Just because

    a summ of book and delivery prices is about to a 1/5 of my monthly income from a place where I currently tests a pfSense and I din't like books when a ten or twenty of manpages are enough (and that's a well-known "good form" in an OSS world when a books exists simultaneously to a "base" documentation)
  • Slow/Unusable Internet Access Through NAT

    Locked
    6
    0 Votes
    6 Posts
    6k Views
    J

    In case anyone comes along later with a similar issue, I fixed this.

    I switched the WAN interface from the onboard Broadcom to one of the PCI Intel slots.

    I don't know why:

    1. I was able to get good speeds directly to the pfSense.

    2. Why otherwise good ethernet cards had a problem with my WAN router's interface.

    Regardless, it works, so I don't care.  If anyone has an issue like this: Try another brand of NIC.

    Thanks.

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