Jump to content

jato_127

Member
  • Posts

    77
  • Joined

Everything posted by jato_127

  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
  14. The motherboard does not care if the graphics card is made by the same manufacturer.
  15. So as the title says one of the hubs on the back opf my motherboard won't transfer data, it transfers power but no data. I checked the device manager thinking something may be wrong with them but it says they are all working properly. Then I thought I would check the BIOS because it is an RMA board. but the USB ports were all enabled in the bios as well. IDK what to do and any help would be appreciated Thanks, Jato Main Specs., MOBO: MSI X99A SLI Krait Ram: 32Gb Kingston fury DDR4 at 2400 Mhz. CPU: 5820K @ 3.3 (Stock) GPU: Zotac GTX 970 If you need more specs. just ask.
  16. Quest Completed One Pluse 2 ordered

  17. Anyone have a OnePlus 2 invite i can have???

  18. Still looking for an invite if anyone has one.
  19. If anyone has an invite I would much appreciate one thanks. please PM me the invite.
  20. jato_127

    So My MoBo replacement is on the way, about dam…

    yep got myself a 5820k and the MoBo or graphics card was borked so I RMA'd both of them
  21. So My MoBo replacement is on the way, about damn time...

    1. rambi36

      rambi36

      Was unaware that you finally got rid of your q6600 lol

    2. jato_127

      jato_127

      yep got myself a 5820k and the MoBo or graphics card was borked so I RMA'd both of them

  22. So my 970 failed the "testing Department" in the RMA process and I have to wait a week until they have another unit to send out. but that means it was my graphics card.

    1. rambi36

      rambi36

      rip. that sucks bro

×