• Packet capture not working?

    Locked
    20
    0 Votes
    20 Posts
    12k Views
    B
    Hi, I am brand new to this forum.  Have been using BSD for about 5 years and pfsense for about a year (running on an Alix).  I had noticed I couldn't get anything out of the packet capture function and never really played with it until recently.  I am having a flaming nasty dispute with my ISP and really needed this to work.  I did a search and found the posts talking about how this was broken on embedded and suggesting replacing a file.  There were also some other patches proposed.  Having poked around a bit in the file system I realized that the issue was that the file is being written to /root which is normally read only on the embedded version.  The patch calls the PHP function that marks the file system read/write and sets it back to read only on exit.  If you stay in that page and are not attempting to capture after you leave it then maybe that will work, but here is a much more stable (and easy) to apply fix: 1.  Go to Diagnostics - Edit file. 2.  Enter /usr/local/www/diag_packet_capture.php 3.  Scroll down to just past the copyright notice for the line $fp = "/root/" 4.  Change it to $fp = "/var/" Save the file.  Your packet capture should now work fine on 1.2.3 embedded.  /var is a memory disk on embedded.  Your captured data will not survive a reboot.  I don't personally see this as an issue.
  • ISP(Comcast)–>pFsense(firewall)--->Cisco(2811)--->Cisco(2950x2)

    Locked
    10
    0 Votes
    10 Posts
    7k Views
    B
    Thanks again for your help :) ;D
  • Setting UP VLAN in pfSense 2.0?

    Locked
    14
    0 Votes
    14 Posts
    41k Views
    GruensFroeschliG
    This sounds to me like your IP Phones already send tagged traffic to the switch. In this case you would have to add the ports on the switch as tagged members of the VLAN. The PVID would be set to the VLAN on which you get the config.
  • Problems where to begin. Squid / BandwithD @ updating to 2.0 rc1

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • New WAN connection not working - bad route?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    I
    It's a third ISP, and there was nothing wrong with it..? I was able to rebuild the routing tables by running "/etc/rc.d/routing restart", and this removed that erroneous route, and cleared everything up. I don't know how it got created in the first place, but fingers crossed it won't happen again.
  • Beep on PPPoE connect

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Load balancer - show uptime instead of % loss

    Locked
    1
    0 Votes
    1 Posts
    979 Views
    No one has replied
  • Pfsense not communicating with ADSL router over static

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    931 Views
    No one has replied
  • Load balance problem

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Wan traffic report

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    C
    install rrd summary or vnstat2 package… They should help you
  • Sharing a LAN But Not a WAN: The Story of Two Homes Linked By WiMAX

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    S
    Hi, hmm  bridging is not a good option here because services would affect each other eg. dhcp gateway. I think that dont work very well. I would prefer option 2 because: -devided networks -prevent broadcast traffic over wireless network -failover possible and more easy (the failover gateway is the wlan interface ip adress of the opposite pfsense) cya
  • MOVED: lightsquid report

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • WAN > PF WAN NIC > LAN - routing questions

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • MOVED: Assign lan as wifi

    Locked
    1
    0 Votes
    1 Posts
    856 Views
    No one has replied
  • Do these entries indicate port scans?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    T
    The denyhosts package will help block ssh script kitties. Yes this is a port scan being run against you by many script kitties. I would suggest changing the SSH port to something other than 22 (like 222). This will prevent these types of attacks.
  • Slow LAN Traffic

    Locked
    11
    0 Votes
    11 Posts
    5k Views
    Cry HavokC
    Sometimes it takes other people to point out the obvious (been there myself many times). It could have been almost anything, the trouble is that cheap unmanaged switches have no diagnostics, so it's impossible to tell what's gone wrong. Buying a managed switch (Mikrotik's RB250GS is one cheap 5 port option) gives you a better chance to diagnose that type of fault.
  • MOVED: Transparent Proxy partially functional

    Locked
    1
    0 Votes
    1 Posts
    935 Views
    No one has replied
  • MOVED: v2.0: Measure traffic through individual gateway ?

    Locked
    1
    0 Votes
    1 Posts
    914 Views
    No one has replied
  • Using a wireless adapter for LAN interface

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    W
    You could just add firewall rules to your wireless interface to allow it to access the internet. No need to swap LAN and OPT1 (unless I missed something). It looks to me that on my system the web server (lighttpd) will accept incoming connections to any address, not just the address of the LAN interface. Indeed I was able to connect to it from a system on an OPTx interface.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.