Jump to content

jato_127

Member
  • Posts

    77
  • Joined

Awards

This user doesn't have any awards

About jato_127

  • Birthday Oct 31, 1995

Contact Methods

  • Steam
    paulr_127
  • Origin
    jato_0127
  • Battle.net
    jato127 #1285
  • Twitch.tv
    jato_127
  • Twitter
    @pauldr127

Profile Information

  • Gender
    Male
  • Location
    Who cares
  • Interests
    computers, gadgets, gaming, guitar and music.
  • Occupation
    Systems Analyst

System

  • CPU
    Intel - Core i9-7900X 3.3GHz 10-Core Processor
  • Motherboard
    Gigabyte - X299 AORUS Gaming 7 ATX LGA2066 Motherboard
  • RAM
    G.Skill - TridentZ RGB 32GB (4 x 8GB) DDR4-4000 Memory
  • GPU
    Zotac - GeForce GTX 1080 Ti 11GB AMP Extreme Video Card
  • Case
    Phanteks Enthoo Evolv ATX Glass
  • Storage
    Samsung 850 EVO-Series 250GB 2.5" Solid State Drive, Samsung 850 EVO-Series 1TB 2.5" Solid State Drive, Toshiba 4TB 3.5" 7200RPM Internal Hard Drive,
  • PSU
    SeaSonic 1200W 80+ Platinum
  • Display(s)
    Dell P2715Q, Dell-S2340M, Dell - U2717D, Dell - S2716DGR
  • Cooling
    NZXT - Kraken X62 Rev 2 Liquid CPU Cooler
  • Keyboard
    Logitech - G910 Orion Spark
  • Mouse
    Logitech - G903
  • Sound
    Sennheiser HD598SE, SURE SM7-B
  • Operating System
    Windows 10 Pro
  • PCPartPicker URL

Recent Profile Visitors

2,236 profile views
  1. That's actually pretty cool thanks for the info.
  2. I know you can get custom key caps for Cherry-MX but I am looking to see if anyone knows of a site selling custom Roamer-G keycaps for Logitech keyboards? some thing like WASD Keyboards?
  3. Check the default gateway settings on your server. make sure you have updated that as well.
  4. Got it figured out thanks for your help.
  5. So here is the issue. I am trying to impliment VLANs on my network but for some reason I keep on getting duplicate Addresses on my VLANs. can anyone help Ubiquiti ERL Config: jato@PortalGun:~$ show configuration firewall { all-ping enable broadcast-ping disable ipv6-receive-redirects disable ipv6-src-route disable ip-src-route disable log-martians enable name WAN_IN { default-action drop description "WAN to internal" rule 10 { action accept description "Allow established/related" state { established enable related enable } } rule 20 { action drop description "Drop invalid state" state { invalid enable } } } name WAN_LOCAL { default-action drop description "WAN to router" rule 10 { action accept description "Allow established/related" state { established enable related enable } } rule 20 { action drop description "Drop invalid state" state { invalid enable } } } receive-redirects disable send-redirects enable source-validation disable syn-cookies enable } interfaces { ethernet eth0 { address dhcp description Internet duplex auto firewall { in { name WAN_IN } local { name WAN_LOCAL } } speed auto } ethernet eth1 { address 10.10.1.1/24 description Local duplex auto speed auto vif 101 { address 10.10.10.1/24 description Miniverse } vif 102 { address 10.10.20.1/24 description Microverse mtu 1500 } vif 103 { address 10.10.30.1/24 description Tinyverse mtu 1500 } } ethernet eth2 { address 192.168.2.1/24 description "Local 2" duplex auto speed auto } loopback lo { } } service { dhcp-server { disabled false hostfile-update disable shared-network-name LAN1 { authoritative enable disable subnet 10.10.1.0/24 { default-router 10.10.1.1 dns-server 10.10.1.1 lease 86400 start 10.10.1.38 { stop 10.10.1.243 } } } shared-network-name LAN2 { authoritative enable subnet 192.168.2.0/24 { default-router 192.168.2.1 dns-server 192.168.2.1 lease 86400 start 192.168.2.38 { stop 192.168.2.243 } } } shared-network-name Microverse_DHCP { authoritative disable subnet 10.10.20.0/24 { default-router 10.10.20.1 dns-server 10.10.20.1 domain-name Portal.Gun lease 86400 start 10.10.20.9 { stop 10.10.20.137 } } } shared-network-name Miniverse_DHCP { authoritative disable subnet 10.10.10.0/24 { default-router 10.10.10.1 dns-server 10.10.10.1 domain-name Portal.Gun lease 86400 start 10.10.10.9 { stop 10.10.10.137 } } } shared-network-name Tinyverse_DHCP { authoritative disable subnet 10.10.30.0/24 { default-router 10.10.30.1 dns-server 10.10.30.1 domain-name Portal.Gun lease 86400 start 10.10.30.9 { stop 10.10.30.37 } } } use-dnsmasq enable } dns { forwarding { cache-size 150 listen-on eth1 listen-on eth2 listen-on eth1.101 listen-on eth1.102 listen-on eth1.103 name-server 8.8.8.8 name-server 8.8.4.4 } } gui { http-port 80 https-port 443 older-ciphers enable } nat { rule 5010 { description "masquerade for WAN" outbound-interface eth0 type masquerade } } ssh { port 22 protocol-version v2 } } system { domain-name Portal.Gun host-name PortalGun login { user jato { authentication { encrypted-password **************** } level admin } } name-server 127.0.0.1 ntp { server 0.ubnt.pool.ntp.org { } server 1.ubnt.pool.ntp.org { } server 2.ubnt.pool.ntp.org { } server 3.ubnt.pool.ntp.org { } } syslog { global { facility all { level notice } facility protocols { level debug } } } time-zone UTC } jato@PortalGun:~$ Cisco 35060G Config: C-137#show running-config Building configuration... Current configuration : 6363 bytes ! ! Last configuration change at 06:32:26 UTC Wed Mar 3 1993 ! version 15.0 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname C-137 ! boot-start-marker boot-end-marker ! ! no aaa new-model system mtu routing 1500 ip routing ! ! ! ! crypto pki trustpoint TP-self-signed-2191619712 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-2191619712 revocation-check none rsakeypair TP-self-signed-2191619712 ! ! ! ! ! ! ! spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface GigabitEthernet0/1 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/2 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/3 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/4 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/5 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/6 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/7 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/8 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/9 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/10 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/11 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/12 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/13 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/14 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/15 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/16 switchport access vlan 101 switchport mode access ! interface GigabitEthernet0/17 switchport access vlan 102 switchport mode access ! interface GigabitEthernet0/18 switchport access vlan 102 switchport mode access ! interface GigabitEthernet0/19 switchport access vlan 102 switchport mode access ! interface GigabitEthernet0/20 switchport access vlan 102 switchport mode access ! interface GigabitEthernet0/21 switchport mode access ! interface GigabitEthernet0/22 switchport mode access ! interface GigabitEthernet0/23 switchport mode access ! interface GigabitEthernet0/24 switchport mode access ! interface GigabitEthernet0/25 switchport mode access ! interface GigabitEthernet0/26 switchport mode access ! interface GigabitEthernet0/27 switchport mode access ! interface GigabitEthernet0/28 switchport mode access ! interface GigabitEthernet0/29 switchport mode access ! interface GigabitEthernet0/30 switchport mode access ! interface GigabitEthernet0/31 switchport mode access ! interface GigabitEthernet0/32 switchport mode access ! interface GigabitEthernet0/33 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/34 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/35 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/36 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/37 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/38 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/39 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/40 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/41 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/42 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/43 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/44 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/45 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/46 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/47 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/48 switchport access vlan 103 switchport mode access ! interface GigabitEthernet0/49 switchport trunk encapsulation dot1q switchport trunk allowed vlan 101-103 switchport mode trunk ! interface GigabitEthernet0/50 switchport mode access ! interface GigabitEthernet0/51 switchport mode access ! interface GigabitEthernet0/52 switchport mode access ! interface Vlan1 ip address 10.10.1.1 255.255.255.0 ! interface Vlan101 ip address 10.10.10.1 255.255.255.0 ! interface Vlan102 ip address 10.10.20.1 255.255.255.0 ! interface Vlan103 ip address 10.10.30.1 255.255.255.0 ! ip http server ip http secure-server ! ! ! ! line con 0 line vty 0 4 login line vty 5 15 login ! end Thanks for the help.
  6. You have to allocate the space through the disk manager.
  7. Hey All, I'm jato. I have been here in the community for a while now and just recently started streaming on twitch. I like communicating with the chat but it's difficult when no one is there. If you want to stop by and say hi ask a tech question or watch me suck at video games here is the link. I will be doing giveaways to celebrate 75 and 100 followers, I haven't decided what to give away maybe a CS:GO skin or a game or something along those lines. So please stop by and say HI. I am on the west coast of the US my stream times will be later in the day around 7 PM (PST) Monday - Friday and then around 11 on Saturday and Sunday.
  8. Checkout my twitch stream, I will be giving away a Factory New Icarus Fell at 100 followers.

    Giveaway 1.jpg

  9. hmmm weird... try validating your files if you got the game through steam.
  10. It does change the odds because you then have two stakes in rather than one like everyone else...
  11. How have I not gotten a warning point?

  12. Sorry I'm new to this internet thing...
  13. Neweggs get stuff done deal... Save $60 on this smoking deal. http://www.newegg.com/Product/ComboDealDetails.aspx?ItemList=Combo.2730067
×