• Backing up & accessing CF

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Access embedded pfSense without serial?

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    jimpJ

    Not really a tutorial, but it's all XML and pretty well laid out so it should be easy to find the spot where you need to edit the interfaces.

    It would look something like:

    <interfaces><lan><if>vr0</if></lan></interfaces>

    Replace vr0 with whatever network card you are using for LAN.

    As for actually getting to the config, there are some tips here:
    http://doc.pfsense.org/index.php/Modifying_Embedded

  • New install IM-GM45 can't mount root on first boot

    Locked
    9
    0 Votes
    9 Posts
    7k Views
    S

    Maybe you should try an SATA 2.5" disk instead of an IDE? Further: disable all not needed features on the board, such as sound, audio and perhaps USB.

  • Webadmin from WAN

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    F

    Hi All

    Wow, that was a lot of response on a very small question. Thankyou for the excellent feedback!
    I tried both of them yesterday before I posted, as I was in doubt if I could nat to the box itself. I couldn't make it work.
    I tried again today, and now it works (just opened the firewall, no nat).

    Thankyou all again!

  • Slow WAN on 1.2.3 rc3

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    M

    Yes i have solved the problem , please check the link perry send…

    Thanks a lot , now it's much much faster....

    /Michael

  • P4 with Hyperthreading / Multiprocessor or Uni ?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    D

    It should look like two logical CPUs, so yes.

  • MOVED: question on pfSense and new DNS/Mail/web Server

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Cant Get on the Internet

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Cry HavokC

    Assuming that you reset it before connecting it to your PC, I'd suggest you call your ISP.

  • New to pfSense - Wired WAN WiFi LAN Howto?

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    ?

    I think I understand what you are trying to do now.  I'm not sure if you can set up a WLAN only without a LAN.    Have you tried pointing to your wireless interface when it asks you for a LAN address?  Yes, there are some USB adapters that will work.   I would check the compatibility list http://www.freebsd.org/releases/7.0R/hardware.html prior to buying one.  You can get away with one wired network adapter for both the LAN and the WAN if it the adapter is VLAN compatible and you have a VLAN capable switch.  Hope this answers your question.

    -V

  • Alix 2d3 with CF install: m0n0wall works, pfsense won't boot

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    jimpJ

    By default the ALIX board is 38400 for the BIOS settings, so you have to use that speed to set them. I typically do the first connect at 38400, go into the BIOS, set it for 9600, CHS mode, then save and adjust back to 9600/8/n/1.

    Neither one of those outputs looks good though.

    Have you been over the embedded-related choices on this page?
    http://doc.pfsense.org/index.php/Boot_Troubleshooting

  • Help with upgrade to latest vers Nano version

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    P

    Just an FYI on how I solved this issue:

    never got past the original problem.

    I downloaded (a later) dated version of the NanoBSD image.

    Logged into my existiong ALIX

    Saved my configuration to a local PC on the LAN

    Reflashed the CF card with the later image, essentially wiping out what was there.

    Powered up the ALIX and went thru the initial configuration, and set enough configuration to establish a connection to it from local PC.

    Restored the saved configuration file to the new flash, rebooted the device and it worked.

  • Cf card

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    D

    Yes I have tried null modem, but a shame that the VGA screen has no display when booting the system.
    Prepare an installation on another computer, setting his parameters, and switch it into production.
    Maybe the problem is the USB-COM adapter.
    Thank you try I will again when you reach a new CF card.

  • Booting pfSense from USB flash on a fit-PC - near success (detailed)

    Locked
    13
    0 Votes
    13 Posts
    36k Views
    C

    Hey,

    Im not trying to revive an old thread but I thought I would share on my success.

    After spending about 12-14 hours trying to get my old toshiba 3505 laptop to boot to the pfsense image I finally had some luck. The laptop doesn't have a cd-rom drive or support usb cdrom drives or boot from usb. but it does support usb floppy drives. So if any of you find your self in this situation here is what I did. Keep in mind this was all done in Windows 7.

    Use the  PLoP bootmanager found here
    http://www.plop.at/en/bootmanager.html#runflp
    create the floopy image.

    This allows your computer to boot to a mini bootmanager that has usb drivers and supports usb booting if your computer doesn't.

    Then use flashnul to write the image that Dan made and clyss linked http://rapidshare.com/files/295724278/pfSense-1.2.3-RC1-LiveFlash-Installer.img.bz2
    The flashnul program worked while UNetbootin and PhysDiskWrite did not. flashnul found here http://shounen.ru/soft/flashnul/ or the English translated version here http://translate.google.com/translate?u=http%3A%2F%2Fshounen.ru%2Fsoft%2Fflashnul%2F&hl=en&ie=UTF8&sl=ru&tl=en

    Start the command prompt as an administrator (type cmd in the start menu search then when the icon appears right click and run as administrator)
    Go to the directory where you extracted flashnul
    flashnul -p      this allows you to see your drives
    example

    D:\flashnuldir>flashnul -p Avaible physical drives: 0      size = 1000204886016 (931 Gb) 1      size = 293462867968 (273 Gb) 2      size = -1 ( -not avaible- ) 3      size = -1 ( -not avaible- ) 4      size = 2031091712 (1937 Mb) Avaible logical disks: A:\ C:\ D:\ E:\ F:\ G:\ H:\ I:\ J:\ Press ENTER to exit.

    Next enter the the parameters of the drive letter and where the image is at
    flashnul [drive letter] -L [path to .img]
    Ex. flashnul I: -L d:\flashnuldir\pfsense.img

    my Example

    D:\flashnuldir>flashnul I: -L d:\flashnuldir\pfSense-1.2.3-RC1-LiveFlash-Installer.img GetFreeDiskSpaceEx() failed: Access is denied. Disk I: (UNC name: \\.\I:) ------------------------------------------------------------[Drive geometry]-- Cylinders/heads/sectors  = 246/255/63 Bytes per sector        = 512 CHS size                = 2023418880 (1929 Mb) ---------------------------------------------------------------[Device size]-- Device size              = 2031091712 (1937 Mb) delta to near power of 2 = 116391936 (111 Mb), 5% -----------------------------------------------[Adapter & Device properties]-- Bus type                = (7) USB Removable device        = Yes Command Queue            = Unsupported Device vendor            = Kingston Device name              = DataTraveler 2.0 Revision                = PMAP Device serial            = ▼ --------------------------------------------------------------[Hotplug info]-- Device hotplug          = Yes Media hotplug            = No         Selected operation:      load file content         Selected drive:          I:, 2031091712b (1937 Mb)         THIS OPERATION IS DESTRUCTIVE!!!         Type 'yes' to confirm operation. All other text will stop it.         Really destroy data on drive I:?  :

    make sure that's your flash drive you want! and enter "yes" then there will be some progress stats and then it will say if there were any errors if not than it should be good to go!

    Hopefully this is useful to anyone in the future. I'm just hoping that my netgear gigabit PCMCIA nic is supported now.

    Thanks again for the useful information above my post and Dan for the image.

  • MOVED: Problem configuration on virtual machien

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 1.2.2 - Shuttle X27D - ACPI Errors - Advise

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    L

    Thanks Bob,

    I'll give it a try, downloading as I type.
    Is there any 'easy' way to transfer this iso to a usb stick?
    I've been looking for that before but did not find a clean solution.

    Thanks a lot!

    Erwin

  • [SOLVED] Newbie setup question - Cannot ping though…

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    F

    For anyone interested in whats going on here:

    I set FW1 WAN to get ip by dhcp and set the range for the dhcp server on fw2 to only fw1's wan ip addy and now its fine

    At least if someone else starts asking about chaining firewalls now you can link them to this thread =p

  • (SOLVED) Advice : Fresh install… 1.2.2 or 1.2.3-RC3

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    T

    Great news thank you for your answers..

    Thanks "rhy7s", i dunno this repository and will download the latest one, and thanks "Perry" the post of "jimp" achieved to convince me, so i will go with 1.2.3 !

  • Remote Backup pfSense with "curl"?

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    S

    Thanks for your hint!

  • Installing pfsense on a soekris net-5501?

    Locked
    24
    0 Votes
    24 Posts
    13k Views
    M

    Well I can describe how I did it  :)

    I set up af TFTP server on a Debian machine and then booted the Soekris (5501) from that machines NIC. There are many guides on the net describing how to setup a TFTP server. Iam not sure this is the easiest way but it worked perfectly for me.
    I guess the easiest thing is to mount the harddrive in another machine, install PfSense on it and then put it back in the Soekris.

  • Cf card problems

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    T

    fitted new cf card and it just booted straight up :)

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