Jump to content

johnnyleano69

Member
  • Posts

    36
  • Joined

  • Last visited

Everything posted by johnnyleano69

  1. what kind of cable are you using for display?
  2. What motherboard are you using? Are you able to get into the BIOS
  3. Issue: Trying to get multiple NVIDIA gpus working with a AMD cpu. When running the miner it has shown both GPUS but only one is using power. I can't get it to work. Please help Specifications: Motherboard: X570 CPU: 3800x RAM: RIP jaws 3200 16 gb SSD: Western Digital 500 gb PSU: 850w GPU: 3080 ti lhr MSI, 3070 lhr asus tuf What i have already tried: updating the drivers to previous NVIDIA drivers that were mining friendly Updated BIOS plugged one of the cars directly into the motherboard Tried plugging one in and then adding the other one in Tried running the graphic cards on different divers Tried enabling 4g coding and disabling CSM
  4. Okay you're right thanks for your input
  5. look i apologize if i made you upset but im trying to be pointed in the right direction and i wouldnt be on the internet asking folks for help if the hint didnt say "google it " i have solved every challenge on my own but this one has me stumped i just started studying this field and would like a little guidance. I tried looking for stuff on google but that is no where near any help
  6. That one did not work either
  7. It did not allow me to use that command Actually i think in this restricted shell the cat command is disabled
  8. Well its challenge for CyberStart.com something i signed up for to practice Cyber Security. It's asking me to look inside the flies and find a code but I've tried every open and bash command i think of and look up But what other information can i give you or what commands should i run to be able to better help you understand my situation
  9. I'm trying to gain some insight to what i need to do to complete this challenge I've tried looking most places but no luck. Basically im in a restricted shell environment that looks l like this: I type in "ls" then i type "ls -a" then the " .secret-files " comes up and i am confused on how to access them since in a restricted shell you cant use the more common commands to access files on it
  10. Well i think the ISP router already is configured to DHCP and yes i would like to find out more and what do i need to do to give u more information
  11. Well i think the ISP router already is configured to DHCP and yes i would like to find out more and what do i need to do to give u more information
  12. This is what the set up basically looks like except i was running the ethernet from the back of the modem directly to the cisco router
  13. Router(config)#Success rate is 0 percent (0/5) ^ % Invalid input detected at '^' marker. Router(config)#Router(config)# ^ % Invalid input detected at '^' marker. Router(config)# *Jul 17 07:18:00.187: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to down *Jul 17 07:18:01.187: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to down Router(config)# Router(config)# Router(config)# Router(config)#exit Router# *Jul 17 07:30:15.983: %SYS-5-CONFIG_I: Configured from console by console Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#int g0/0 Router(config-if)#no shutdown Router(config-if)#ip address dhcp Router(config-if)#exit Router(config)#exit Router# *Jul 17 07:31:16.251: %SYS-5-CONFIG_I: Configured from console by console Router#do ping 8.8.8.8 ^ % Invalid input detected at '^' marker. Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#do ping 8.8.8.8 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) Router(config)# *Jul 17 07:32:07.187: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to up *Jul 17 07:32:08.187: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up Router(config)#do *Jul 17 07:32:18.251: %DHCP-6-ADDRESS_ASSIGN: Interface GigabitEthernet0/0 assigned DHCP address 192.168 .1.116, mask 255.255.255.0, hostname do ping 8.8.8.8 ^ % Invalid input detected at '^' marker. Router(config)#do ping 8.8.8.8 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/12/16 ms Router(config)# So i decided to check if connecting the router directly to my isp router would work and see what would happen so it goes ISP Modem > ISP Router > Cisco 2921 Router > ( Then planning to set up a Cisco 2950 Switch with it as well ) I was wondering why this work instead of the original configuration i had which was ISP Modem > Cisco 2921 Router > (2950 Switch ) i feel like i cheated i process though. It is for labs but maybe i was doing it wrong ?
  14. Router>enable Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#int g0/0 Router(config-if)#no shutdown Router(config-if)#i *Jul 17 07:13:04.603: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to dow Router(config-if)# *Jul 17 07:13:09.187: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to up *Jul 17 07:13:10.187: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up Router(config-if)#ip address 192.168.2.1 255.255.255.0 Router(config-if)#exit Router(config)#do ping 8.8.8.8 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) Router(config)#do ping 8.8.8.8 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) Router(config)# This is where i am at now
  15. geez i think i am two steps back now. So i started it up and then i realized that it didn't save. So i reconfiged the g0/0 interface so i did router> enable Router#config t Router(config)#int g0/0 Router(config-if)#no shutdown Router(config-if)#ip address dhcp Router(config-if)#do ping 8.8.8.8 % Unrecognized host or address, or protocol not running. Router(config-if)#exit Router(config)#do ping 8.8.8.8 % Unrecognized host or address, or protocol not running. router
  16. im gonna keep worklng at it since i just woke up
  17. So after a few more tries i finally got back around to the do ping .8.8.8.8 and it was successful with the connection but i reached another impass once i was trying to configure dhcp These screen shots were also taken with the ISP connection running through it because i needed to hop back on my computer to find more help
  18. i will get a screenshot to better show my issues
  19. Well let me be honest i am kind of new to the whole cisco world. So i cleared the cleared the configurations that were on it I think connected the ethernet cable from my modem to Interface g0/0 I then did router> enable entered my password router# config t router#(config) int g0/0 router#(config if)no shutdown router#(config if)ip address dhcp router#(config if) exit router#(config ) do ping 8.8.8.8 thats when i got the error message
  20. Hi, I'm trying to set up some labs on my router and switch. I have been watching several videos on how to configure the ports on the router. I get to setting up DHCP and then when i do a "do ping 8.8.8.8" i get 0/5 succession rate. I ran debug mode but i also see that it says un-route able so i must be missing something. Please help
  21. Oh okay i was a bit worried i was going to have to buy the server board. Anyways, you think you could me set them up? or give me some insight i can't seem to get past the 3 GPU
  22. Sorry I'm a fairly new to all this. So how many does it actually have. I just went to my local tech store and look at the inside of the board and thought to my self " oh yeah i can stick 6 riser boards to this" i'm just trying to better understand my mistake
  23. Now i am getting the picture so they have to be x16 slots for the graphic cards to work ?
×