• Accessing Website with IP

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    W

    Hello;

    I had my host header set to the external IP address.

    Once I setup a host header for my internal lan address, the site loaded fine.

    So thanks for the help its all working now.

  • PfSense VMXNET3 NIC and vlan… What's the story?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Bandwidth Question

    Locked
    8
    0 Votes
    8 Posts
    2k Views
    stephenw10S

    If you have those wifi APs setup just as access points you won't see them since they are layer 2 devices (like a switch).

    Is it possible that the restriction you are seeing is due to the wifi connection and just happens to be around the same speed as your WAN? Remember that the actual throughput across a wifi link is far slower than the claimed connection speed.

    Steve

  • Strange configuration loss on 2.0.1 - SSD Problem?

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    V

    Due to the system log 500 kbyte limit and there was one reboot so there is nothing in the logs anymore. The config history has nothing stored before the issue. I think it is too late for troubleshooting. Next time i will check these things asap. Thanks anyway!

  • Setting up DMZ with webserver HELP!

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    W

    @pethead:

    I just got the pfsense book for version 1.2.3 haven't seen anyone for 2.0?

    There is not yet a book for pfSense 2.0

    @marcelloc:

    you will need to nat ports 80,443, and 21 on wan interface to dmz ip.

    See Section 7.2 (page 130) of pfSense book for a lengthier discussion of Port Forwards and how to create appropriate rules.

  • VLAN won't pick up IP via DHCP

    Locked
    21
    0 Votes
    21 Posts
    11k Views
    W

    @wallabybob:

    @w00t:

    However, wouldn't it be possible to write a startupscript that put the interface in promisc mode on startup? :)

    Yes. However I expect it would be rather quicker for me to configure a bridge as suggested, check the interface is in promiscuous mode, reboot, check the interface is in promiscuous mode than it would be to write the script, work out how to invoke it safely, reboot, check it gets invoked correctly and not too early in the startup, check it won't get overwritten by a firmware upgrade etc.  Hence I would try the bridge idea first and have the startup script as a fall back. Also the bridge idea gets backed up with the configuration file, the startup script probably doesn't.

    Good point.

  • Mini ISP

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    L

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

    thanks for that.

    Regarding the other points would it be best if I used a secondary machine to handle
    Freeradius and daloradius as the AAA interface ?

  • VLAN Routing

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    J

    @stephenw10.
    SOLVED.
    VLAN190 Subnet…. not address.
    THanks.

  • Character problem for password & pre-shared keys

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    jimpJ

    For the client export, + will probably break it as it's handled in JS. It probably needs some extra code to escape or encode the whole thing. I thought it was already doing that, but I may have been thinking of a different field.

  • Cannot access my Draytek Vigor 120 DSL Modem

    Locked
    17
    0 Votes
    17 Posts
    10k Views
    R

    I tried the extra interface method last night. Rather than messing with rules, I just added the vigor as the default gateway for that extra NIC and it worked fine.

  • Firewall and VPN

    Locked
    1
    0 Votes
    1 Posts
    974 Views
    No one has replied
  • How to transfer data and some configs to new box

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    N

    The config backup/restore functionality (Diagnostics->Backup/Restore) lets you backup and restore only certain aspects of the configuration.
    Hope that helps.

  • Two subnets on one lan interface

    Locked
    4
    0 Votes
    4 Posts
    15k Views
    stephenw10S

    An extra physical interface is definitely the right way to do it.  :)
    I wasn't referring to VLANs though.

    Steve

  • Building a custom kernel

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    L

    Thanks very much for the link and I'm sorry to ask stupid questions:

    I found the patches but not the script to apply all of them. Also found this file, which looks like the config:

    pfsense-tools / builder_scripts / conf / pfSense.8

    …but I'm not sure if the config is split into several files as there are more files containing device and options lines. acpi is not included in that particular file so in that case it looks like the problem code is not compiled in but is a module after all. I did see the "device acpi" line in the pfsense_wrap.8.i386 file, but that's for embedded, right?

    Can someone quickly go through the procedure to patch the 8.1 generic source and apply the complete config before building?

    Many thanks

  • Cannot add wireless interface

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    M

    @chenZ:

    Dear all, can i use my netgear router as wireless interface?

    Do you mean as an accesspoint?
    @chenZ:

    Or hw can i use my router to boardcast the wifi signal n use pdsense to do session management.

    Thx, in the mean time, let me try to add a wifi interface in VMware.

    This part i didn't understand

  • Noob vlan questions

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    P

    Think of a VLAN as a physical LAN without extra cable.
    So what you're saying is exactly right, create lan1 & lan2 using separate physical media or virtualize it. Then add firewall rules for connection, as traffic between separate lan:s need to go through a router.

    The benefits of VLAN:s are several, to mention a few:

    You don't have to get extra equipment for every lan - a vlan-capable switch can handle multiple lan:s. You can add clients to a specific vlan in several ways, for instance: Ports 1-4 on switch are vlan2, ports 5,8 & 12 are vlan3 etc. Create a vlan based on clients mac-adress You can have a VLAN with clients in Rome, New York, Berlin whereever
  • Duplicate icmp requests

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    C

    It doesn't have to be a marathon, or even much effort at all for something along these lines. Diagnostics>Packet capture, pick the affected WAN, filter on the IP you're pinging from, start the capture. Run the ping until you get duplicates and stop the capture. Then just a glance through the output will show echo request, echo reply, repeatedly. If you don't see more than one echo reply for each request, you know it's not coming from the firewall itself.

    One being a wireless ISP, that's almost certainly where it's being duplicated. It's probably indicative of excessive buffering or another problem within their network, I would contact the ISP about it.

  • 100% disk used.. help

    Locked
    10
    0 Votes
    10 Posts
    3k Views
    C

    @luke240778:

    Yeah, was just thinking that i would do that.  How come on the easy install it would have created the partition as only 4gb?  shouldnt it use the entire disk available?

    It wouldn't unless the entire disk was only 4 GB (sure it's 100 GB? maybe misrepresented to the OS, check the system log after boot to see what the hypervisor tells the VM it has available) or it was manually partitioned.

  • PPPoE settings vanish after adding a NIC

    Locked
    1
    0 Votes
    1 Posts
    852 Views
    No one has replied
  • [Request] add host IP to table (alias)

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