• Tracing reason for brief 50% packet loss, lag, and connection termination

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    stephenw10S
    Interesting. 5-6dB seems low for a 10Mb connection to me. Generally speaking you should be able to get a high connection speed at lower margins but at a payoff with stability. The rate adaptation should take care of that but it can be reset manually if it goes awry for whatever reason. However I don't think it's the cause of the disconnects, you would see that in the system logs and the modem uptime. It looks to me as though something at your ISP is sending the disconnect commands at the ppp layer, as JimP suggested in the other thread. Maybe you can capture those and present them as evidence to your ISP? I've never tried. @stilez: 24 mbit line I see! :) Yes. My connection here at home has always been very good. It should be, I can see the exchange from the window!  :) Although I have a 24Mb line speed I only get 20Mb because Plusnet is not an LLU provider. As an aside there is a lot more information available from Draytek modems via the telnet interface. See: http://forum.pfsense.org/index.php/topic,52091.0.html Steve
  • MOVED: Missing something obvious, matching packets

    Locked
    1
    0 Votes
    1 Posts
    729 Views
    No one has replied
  • WiFi in front of pfSense

    Locked
    13
    0 Votes
    13 Posts
    6k Views
    P
    Updated AC power consumption figures: Cisco SF100D-05 5-port 100Mb mini ethernet switch:   with 0 devices connected: 0.8W   with 2 devices connected: 1.1W Alix 2D13 5.5W TP-Link TD-W8901G ADSL WiFi+Router 5.9W Fit-PC3 with AMD G-T56N CPU and 500GB disk:   Startup (5 seconds spinning up the disk): 20W   CPU running stuff (e.g. Windows Server Startup): 15.5W   Idling: 12.3W Lenovo S10-3s Netbook:   On built-in display: 15.0W   On external display: 12.5W   (thus 10" built-in screen uses about 2.5W) Items 1, 2 and 4 take 12V DC direct, with a reasonable variation, so can be connected to a 12V solar/battery system. I won't be at our test site to get real DC figures for a few weeks - will post again then.
  • WimAX support PPOE

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    stephenw10S
    You mean pfSense 2.1? 1.2 is very old. What modem are you using? Steve
  • Resolving IP from MAC Address

    Locked
    27
    0 Votes
    27 Posts
    15k Views
    R
    Got this from my companies Dell rep. Apparently Dell encompases Fortinet, who Bought out Woven, and the FortiSwitch-100 is the same thing as the Woven Switch. So here's the link to the manual. Just click on the FortiSwitch-100 http://docs.fortinet.com/fsw40.html Hope this helps everyone out.
  • DHCP hostname sub-domain issue

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    J
    I upgraded a pfsense box from 1.2.3 to 2.0 and ran into this error when I tried to update some legacy static leases that used "subdomain.domain" notation.  I resolved it by commenting out the PHP code that generates this error. To disable the offending PHP code: Enable SSH (System->Advanced->Enable Secure Shell) SSH into your pfsense box. Backup the php file: (cp /usr/local/www/services_dhcp_edit.php /usr/local/www/services_dhcp_edit.php.orig) Open the php file: (vi /usr/local/www/services_dhcp_edit.php) Locate lines 122-126: } else { if (strpos($_POST['hostname'],'.')) { $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); } } Comment them out like this: } /* else { if (strpos($_POST['hostname'],'.')) { $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); } }*/ Save the file. Make sure that you do not comment out the entire line 122–the very first brace on that line closes the block of code above it.  Also, test your change by adding a static DHCP lease from the web interface before you close your ssh session.
  • Page fault while in kernel mode

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    C
    @Lenny: Do you think that it is safe to use 2.1 BETA or better to use 2.0.1? Every production system we run internally (3 colo datacenters, office, all of our boxes at home) are on 2.1. The biggest risk is that which is inherent in any nightly snapshot builds of anything, upgrading. If everything works on the particular snapshot you're on, it's not going to break. Unless you follow development very closely, there's always risk in upgrading to snapshot builds. Though when you're running a pair you can mitigate that, upgrade the secondary, disable CARP on the primary, after verifying the secondary is good, upgrade the primary. Or if possible, just don't upgrade at all until a RC or release comes out, since those are QAed and automatic snapshot builds aren't.
  • MSN Messenger being phased out

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • PPPOE connection problem

    Locked
    10
    0 Votes
    10 Posts
    17k Views
    L
    I think I found the root cause of the issue. As I said before, I had to set a static interface in order to connect to WAN via PPPOE. My ISP requires constant mac address for the pppoe connection and I realize that pfsense actually can not spoof the MAC on PPPOE. Here is the tickect that I found. http://redmine.pfsense.org/issues/2641 Therefore, when I set a static interface and spoof my MAC via that inteface everything works fine. Now I am awaiting a fix for the issue. There are lots of issues about PPPOE on pfSense http://redmine.pfsense.org/projects/pfsense/roadmap
  • Load balancer - can you use a port range with the load balancer

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    A
    Thats awesome, thanks I will have to update and give it a go.
  • TR-069?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    stephenw10S
    As I understand it TR-069 would not really be much use in pfSense since it is a protocol designed for communicating between CPE and ISPs in general. You could class a pfSense box as CPE but you would need to be in control of equipment at an ISP in order to use it. I guess I could see a use for it if you have multiple leased lines with direct ethernet connections to your various remote sites.  :-\ There is a product in the works for centralised management of multiple pfSense installs which will be more appropriate. CMB recently commented on it: http://forum.pfsense.org/index.php/topic,54202.msg289997.html#msg289997 Search for pfcenter to see some other comments on it. Unfortunately, from my point of view, it looks like it won't be an OSS product. I can understand that since it's obviously taken a large investment in time and money to produce and is targeted at large scale, and hence high value, installations. However I do not have enough pfSense boxes deployed to justify it so it's unlikely I'll get to sample it's delights. I guess it will depend on the licence model. Clearly I'll have to deploy more boxes!  :) Steve
  • Second NIC to internal Net

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    M
    Oh, wait.  ESXi, itself, from the console, won't be able to ping that network.  Pinging from the ESX(i) console only pings through the management interface(s), as that ping is really just there to test management connectivity.  In fact, I'm not sure how you assigned that physical nic an IP address at all.  You shouldn't. That "VLAN-100" network would only be able to communicate with things on that network, and your VMkernel Port for your management isn't on it.  Don't just put a VMkernel Port on it just to test it, though, you could lose access to it.  To test it, connect a physical machine with its NIC configured to receive DHCP, that should work (assuming your switch and other machine are otherwise operating ok.)
  • Problem PPPOE WAN speed

    Locked
    9
    0 Votes
    9 Posts
    5k Views
    stephenw10S
    What is this log the result of? What evidence do you have that the ISP supplied router is using VLAN tagging? I think this could be an incorrect assumption. Try using the Windows PPPoE client from your laptop directly. What speed do you see? Steve
  • Enforce Google Safesearch

    Locked
    26
    0 Votes
    26 Posts
    27k Views
    R
    @bilbo: Could tell me how to setup the cron job, I have got the overide working now, sweet. Hopefully no more accidents when the kids are searching on google! Thought you might be interested in something I figured out this weekend… The override for "encrypted.google.com" does not work if someone browses to "https://encrypted.google.com". Not 100% sure of all the reasons why but I was able to figure out two options for solving the problem... 1.) You can block outbound access on port 443 to the IP addresses that encrypted.google.com resolves to. Unfortunately, this is a pretty long list so it's better to use an alias in your firewall rule. 2.) You can use the dns override and forward encrypted.google.com to a different ip address. It doesn't really block encrypted.google.com, but it sends the user to another site you trust - for example the address of opendns.com To block using option #1, I ended up using the url table feature of the alias. It will read a text file at a URL and block all the IP addresses or networks that are listed. The nice thing is that there is a built-in cron job that re-reads the text file daily and updates the table in your firewall rules. In order to make sure the addresses were up to date in the text file, I wrote another little shell script the does an nslookup of whatever names you want (in this case encrypted.google.com) and writes their resolved ip addresses to a text file. I place the text file in my /usr/local/www directory so that it can be referenced by url in the alias.  I just run my script 5 minutes before the built-in url update job runs. This got me going on another track though... It seems that there are several encrypted search engines available that also provide image search capabilities. The ones I found were duckduckgo.com, ixquick.com and startpage.com. Unfortunately, these sites presented challenges with block option #1 because (for whatever reason) nslookup only returns one address for them - but it doesn't always return the same address! For example, you can do an nslookup multiple times in a 10 minute period and get multiple addresses back for ixquick.com! Because of that issue, I used option #2 to prevent access to these sites. Option #2 isn't perfect though - it would not stop someone if they were able to figure out one of the ip addresses of the site and browse there directly (via the ip address).
  • Update TZ database?

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    P
    Some of the more obscure timezones have updated names - e.g. the old spelling of "Katmandu" is now corrected to "Kathmandu" - so if you have something like that selected, then you certainly have to use the pfSense GUI and select the new correct timezone name.
  • WAN using wireless

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    C
    You can do that. Each mifi will have to have a unique private IP subnet on it, other than that no special considerations. Just like any other multi-WAN setup.
  • Force PXElinux options in DHCP server

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How is pfsense better than mikrotik or vyatta !!

    Locked
    7
    0 Votes
    7 Posts
    14k Views
    pttP
    I'm far from a Network expert, but after try lot of "FW distros" (from A to Z), we ended deploying our FW & "pseudo SBC" with pfSense (+ siproxd), it do what we need and is easy to config. Thumbs up for the pfSense team, also the community here in the forum is helpfull.
  • PfSense upgrade

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    GruensFroeschliG
    @stephenw10: I've never tried it but maybe you can import the raw nanobsd image into a VM image? Steve I'm not familiar with XEN but with KVM it's as simple as defining the pfSense image as harddisk. No need to convert anything, it's directly usable.
  • Sustained Throughput Question

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    C
    "run direct multiple robocopy jobs between one VM to another - but VM to switch to PFbox to switch to VM" first question:  are the files used for this robocopy test large?  bigger the better i've found for really pushing your gear.  are you sure your disks can do > 88MB/s?  read and write? second question: when you say vm to switch to PF box to switch to vm - is this one vlan to another (so passing through the PF via an acl or some other 'route')? If not, and the VMs are on the same vlan/subnet:  to rule out the PF  how about going from 1 vm (on host A) to another VM on host B - this would be:  host hardware-switch host.  so still exiting your host and going to a physical switch, and back up the network stack in the 2nd host.  This would eliminate the PF from the path. If you are going between subnets/routing, and if your switch supports L3 routing, give it an IP on your vm's subnet.  edit your vm's routing table, set the gateway for the other VM's subnet to use your switch instead of the default gateway (PF) with no acl, just straight open route.  how is that speed?
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.