Jump to content

The Sorrow

Active Members
  • Posts

    289
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by The Sorrow

  1. As someone who has been on the interview process at all the places I've worked being about to talked about issues and how you resolved them means more than schooling. Showing that you can think on your feet is what potential employers want to hear.

    This is true, but it actually goes back and fourth like a three-way tug-of-war between certifications, experience and schooling...

  2. I have a Catalyst 3560 24-Port PoE switch with 2 SFP connections. I plan on using an LC GBIC to connect to my pfSense box via an SC expansion card to make a fiber connection from my firewall to my LAN switch. Can i use a GBIC as an uplink port instead of for purposes of stacking?

  3. Ok so this is my new setup. I have name resolution working for my LAN subnet but when i try pinging theboss or theboss.cobra.unit it still wont work. i have a rule allowing the DMZ addresses to look at 10.10.1.250 (thesorrow.cobra.unit) for DNS and i see flags of pfSense allowing those transmissions in the system log. Maybe ill have to hit up pfSense for some ideas with rules... idk.

    /etc/bind/cobra.unit.db

    $TTL 3D
    @       IN      SOA     thesorrow.cobra.unit.   admin (
                            2011100311              ;serial number
                            8H                      ;refresh
                            2H                      ;retry
                            4W                      ;expiration
                            1D )                    ;
    ;
    @               NS      thesorrow
    thepain         A       10.10.1.251
    thesorrow       A       10.10.1.250
    thefury         A       10.10.1.200
    theboss         A       10.10.2.100
    theend          A       10.10.1.254
    theend          A       10.10.2.254
    theend          A       10.10.3.254

    rev.1.10.10.in-addr.arpa

    $TTL 3D
    $ORIGIN 1.10.10.in-addr.arpa.
    @       IN      SOA     thesorrow.cobra.unit.       admin.cobra.unit. (
                            2011100311      ;serial number
                            8H              ;refresh
                            2H              ;retry
                            4W              ;expiration
                            1D )            ;
    ;
                    NS      thesorrow.cobra.unit.       ;thesorrow
    ;
    100      PTR     thefury.cobra.unit.
    251      PTR     thepain.cobra.unit.
    254      PTR     theend.cobra.unit.
    250      PTR     thesorrow.cobra.unit

    rev.2.10.10.in-addr.arpa

    $TTL 3D
    $ORIGIN 1.10.10.in-addr.arpa.
    @       IN      SOA     thesorrow.cobra.unit.       admin.cobra.unit. (
                            2011100311      ;serial number
                            8H              ;refresh
                            2H              ;retry
                            4W              ;expiration
                            1D )            ;
    ;
                    NS      thesorrow.cobra.unit.       ;thesorrow
    ;
    100      PTR     theboss.cobra.unit

  4. im trying to connect as a local intranet web server from LAN -> DMZ. The server is BIND9. i also have pfSense set up to allow incoming over 1337 -> 80 since Cox blocks web servers for non-business accounts. (And eh what the hell) http://70.173.111.196:1337/ is the direction you need to go. Im just trying to get local web server stuffs going.

    Here are my bind config files:

    /etc/bind/zones/

    |-cobra.unit.db

    // replace example.com with your domain name. do not forget the . after the dom$
    // Also, replace ns1 with the name of your DNS server
    example.com. IN SOA ns1.example.com. admin.example.com. (
    // Do not modify the following lines!
    2007031001
    28800
    3600
    604800
    38400
    )
    
    // Replace the following line as necessary:
    // ns1 = DNS Server name
    // mail = mail server name
    // example.com = domain name
    cobra.unit = cobra.unit
    cobra.unit. IN NS thesorrow.cobra.unit.
    cobra.unit. IN MX 10 mail.cobra.unit.
    
    // Replace the IP address with the right IP addresses.
    thefury IN A 10.10.1.200
    theend IN A 10.10.1.254
    thesorrow IN A 10.10.1.250
    theboss IN A 10.10.2.100
    
    

    |-rev.1.10.10.in-addr.arpa

    //replace example.com with yoour domain name, ns1 with your DNS server name.
    // The number before IN PTR example.com is the machine address of the DNS serve$
    @ IN SOA thesorrow.cobra.unit. admin.cobra.unit. (
    2007031001;
    28800;
    604800;
    604800;
    86400
    )
    
    IN NS thesorrow.cobra.unit.
    1 IN PTR cobra.unit
    

  5. Ok, i got some zrazy stuff going on....

    I have a LAMP server with no content except the "It works" and myphpadmin pages. Ive attached a map of my network including about everything.

    the domain is cobra.unit (not sure if it was obvious) and im trying to set up DNS to send me to my LAMP server for cobra.unit/* browser entries.

    Discuss. Not sure where to go from here. DNS works, firewall works.

    post-13704-0-25463900-1317280814_thumb.j

  6. *Sticks foot in mouth*

    I had my pc set to static IP with no gateway because I don't have cable internet yet (Using wifi for internet right now) so once I put everything on DHCP (IE got a default gateway) everything works perfectly.

×
×
  • Create New...