• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

PfSense Installtion

Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
38 Posts 7 Posters 14.0k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P
    Peter_APIIT
    last edited by Aug 30, 2007, 2:22 AM

    Is it possible for me don't set up the dhcp server in pfsense and let the router do the job for me ?

    The network diagram is as below:
    Modem->Pfsense->Router->PC && Laptop.

    If i set up the dhcp in pfsense, i need to disable the dhcp server in router, then the problem is how can assign for the laptop ?

    Any official pfsense guide to set up dhco server ?

    1 Reply Last reply Reply Quote 0
    • C
      Cry Havok
      last edited by Aug 30, 2007, 6:34 AM

      It's become very apparent that you know little to nothing about networking.  I would strongly suggest you learn that first, then come back and play with pfSense.

      In your diagram each "->" is a separate network, with separate IP ranges.  You can run DHCP on each without affecting the other (hint, your pfSense box already gets it's WAN address via DHCP).

      As for pfSense related documentation on setting up DHCP servers - if you know basic networking then configuring DHCP is obvious.

      1 Reply Last reply Reply Quote 0
      • P
        Peter_APIIT
        last edited by Aug 30, 2007, 9:44 AM

        I have configure the dhcp server through the pfsense box but still get limited or no connectivity.

        I cannot click the system setup wizard during the pfsense live cd.
        When i move down, pfsense display different menu.

        Please guide me to solve this problem.

        Thanks for your help.

        Your help is greatly appreciated by me and others.

        1 Reply Last reply Reply Quote 0
        • C
          Cry Havok
          last edited by Aug 30, 2007, 12:33 PM

          @Peter_APIIT:

          I have configure the dhcp server through the pfsense box but still get limited or no connectivity.

          Then you need to work out the cause.  Without the full picture nobody can help you.  If you want help you need to:

          1. Provide an accurate diagram showing how every device is connected
          2. List the network addresses, including subnet, for every network segment
          3. List the host addresses for every interface of every device

          If you can't answer any of these questions then you're in far over your head.

          @Peter_APIIT:

          I cannot click the system setup wizard during the pfsense live cd.
          When i move down, pfsense display different menu.

          There is a well documented problem with using IE with pfSense - use Firefox.  Heck, learn how to use the search function of this forum, which is far less complicated than pfSense.

          1 Reply Last reply Reply Quote 0
          • P
            Peter_APIIT
            last edited by Aug 30, 2007, 1:08 PM

            Modem(IP:192.168.100, Gateway:192.168.1.254->pfsense - WAN(DHCP), LAN(10.0.0.1) Subnet Mask:255.0.0.0 -> Router(IP:192.168.1.33, Gateway:192.168.1.1) Subnet Mask:255.255.255.0 -> PC && Laptop.

            Do i need to create the /etc/dhcpd.conf ? I think i have start the service.

            1. List the host addresses for every interface of every device.

            What u mean here ?

            Thanks cry. Your help is greatly appreciated by me and others.

            1 Reply Last reply Reply Quote 0
            • P
              Peter_APIIT
              last edited by Aug 30, 2007, 1:09 PM

              I using Mozilla Firefox in windows box.

              1 Reply Last reply Reply Quote 0
              • P
                Peter_APIIT
                last edited by Aug 30, 2007, 1:15 PM

                I get a tutorial from

                http://www.brennan.id.au/10-DHCP_Server.html

                #  DHCP Server Config File

                ddns-update-style none;
                ignore client-updates;

                lease-file-name "/var/lib/dhcpd/dhcpd.leases";
                authoritative;

                option domain-name                      "example.com";
                default-lease-time                      86400;  # 24 hours
                max-lease-time                          172800;  # 48 hours

                subnet 192.168.1.0 netmask 255.255.255.0 {
                        option routers                  192.168.1.1;
                        option subnet-mask              255.255.255.0;
                        option broadcast-address        192.168.1.255;
                        option domain-name-servers      192.168.1.1;
                        option ntp-servers              192.168.1.1;
                        option netbios-name-servers    192.168.1.1;
                        option netbios-node-type        8;
                        range  192.168.1.101  192.168.1.200;
                }

                I don't have the example.com. DO i need a domain name ? Sorry for stupidity.

                Thanks for your help.

                1 Reply Last reply Reply Quote 0
                • P
                  Peter_APIIT
                  last edited by Aug 30, 2007, 1:28 PM

                  Why i need a domain name because i did not hosting any web server?

                  Thanks for your help.

                  1 Reply Last reply Reply Quote 0
                  • C
                    Cry Havok
                    last edited by Aug 30, 2007, 5:56 PM

                    @Peter_APIIT:

                    Modem(IP:192.168.100, Gateway:192.168.1.254->pfsense - WAN(DHCP), LAN(10.0.0.1) Subnet Mask:255.0.0.0 -> Router(IP:192.168.1.33, Gateway:192.168.1.1) Subnet Mask:255.255.255.0 -> PC && Laptop.

                    Right, it's pretty obvious you've no clue as to basic networking.  I will say once more - learn networking first.

                    Hint - you're never going to get this working if you make the WAN address of the internal router on a different network from the LAN address of the pfSense host.

                    @Peter_APIIT:

                    Do i need to create the /etc/dhcpd.conf ? I think i have start the service.

                    Configure the service using the GUI.  If you're using the command line you're just causing yourself even more problems than you already have.

                    @Peter_APIIT:

                    1. List the host addresses for every interface of every device.

                    What u mean here ?

                    As I said, if you can't answer these questions then you're in too far beyond your current level of knowledge.

                    @Peter_APIIT:

                    I get a tutorial from

                    http://www.brennan.id.au/10-DHCP_Server.html

                    <–-SNIP--->
                    I don't have the example.com. DO i need a domain name ? Sorry for stupidity.

                    Thanks for your help.

                    Copying a configuration file without knowing what you're doing isn't going to help you.  If you want to follow such tutorials then install a standard operating system (BSD, Linux - your choice) and work with that.  pfSense is designed to be managed via the GUI only.

                    I'm going to stop responding to this thread now.

                    1 Reply Last reply Reply Quote 0
                    • P
                      Peter_APIIT
                      last edited by Sep 1, 2007, 2:24 AM

                      I have found some tutorial but what is your recommendations ?

                      Thanks for your help.

                      1 Reply Last reply Reply Quote 0
                      • J
                        jahonix
                        last edited by Sep 2, 2007, 4:05 PM

                        @Peter_APIIT:

                        I have found some tutorial but what is your recommendations ?

                        Really, you found 'some' tutorial? Did you study AND understand IT? What was it about?
                        A possible recommendation for you could be: http://kuali.com/recipes/advresults.asp?c=24
                        What, you meant something else? OK, go back in this thread and study where others pointed you to already.

                        Candid camera must be arround somewhere!

                        1 Reply Last reply Reply Quote 0
                        • P
                          Peter_APIIT
                          last edited by Sep 3, 2007, 4:18 AM

                          The website your send me is about the The Star.

                          Please send some related link.

                          Thanks.

                          1 Reply Last reply Reply Quote 0
                          • G
                            GruensFroeschli
                            last edited by Sep 3, 2007, 12:21 PM Sep 3, 2007, 9:50 AM

                            I think you already got enough "related links" to study and UNDERSTAND first.

                            Here are some other links where you can find informations about networking:
                            http://www.wikipedia.org/
                            http://www.google.com

                            If you really are interrested in learning online i can give you here a few questions from our Networking-Test from Chapter1 (Basics of communication) from my University and you try to answer them through online-self-study.
                            If you can answer all this questions i think you start to understand how a network works on the lower layers.
                            If you want i can then post the questions to chapter2 (local networks).

                            Questions:
                            -01: Name 2 important standardisation bodies and what they do:

                            -02: What is an "open system"?

                            -03: What is the difference between a service and a protocoll in the ISO reference model?

                            -04: Describe the difference between a connection orientated and a connectionless orientated service.

                            -05: Name all Layers of the ISO reference model and their functions

                            -06: Explain the difference between a simplex, a half-duplex and a full-duplex connection.

                            -07: Name 2 advantages of fiber as transfer-media.

                            -08: What is flow-controll?

                            -09: What is bitstuffing? What is it used for?

                            -10: What happens when multiple users use the same medium to transfer data at the same time? What are the solutions to this problem? Name 2 solutions and explain them.

                            -11: Describe the term "routing"

                            -12: Explain the difference between "packet switching" and "circuit switching"

                            -13: What are the names of the layer3 and layer4 protocolls of the internet?

                            (Hint: the two links above are really usefull to answer these questions)

                            We do what we must, because we can.

                            Asking questions the smart way: http://www.catb.org/esr/faqs/smart-questions.html

                            1 Reply Last reply Reply Quote 0
                            • H
                              hadi57
                              last edited by Sep 4, 2007, 12:07 PM

                              hi,

                              i suggest us start by cleaning your pc from trojan and other viruses.  then start worrying about your fire wall, if you trojan, i dont think firewall is any good.

                              hadi57

                              1 Reply Last reply Reply Quote 0
                              34 out of 38
                              • First post
                                34/38
                                Last post
                              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                This community forum collects and processes your personal information.
                                consent.not_received