Jump to content

Mr_KoKa

Member
  • Posts

    703
  • Joined

  • Last visited

Everything posted by Mr_KoKa

  1. I mean, it works now, but idk if DMZ is correct way, like I asked if dmz makes for bad performance/security. DMZ skips (or just forwards all) LTE router nat and last nat is done by upnp and port forwarding.
  2. Nah, I use external antenna on cable connected to lte router, usb stick modem has no antenna port
  3. no i had to buy that one ISP did not provide anything with external GSM antennas. From ISP I got usb stick ;]
  4. ye, its huewei 525s-25a, it has least options of the 3 but is the only one with LTE support (modem and external antennas), so in that case would the dmz be ok to use? or will it cause performance/security issue?
  5. I think I won't be able to do that with the LTE router, just to be sure, the static route would have to be set on LTE router and point to QOS router? that LTE router is very modest in configuration options.
  6. What would that require? I have my WAN connection type set to static ip 192.168.8.50 but turning off NAT makes me unable to reach LTE router (no ping to router reaches, no internet)
  7. First layer of nat from LTE is taken cared of by paying for public ip, so ther ei sno nat there (or is it but just forwarded/different type?) Then I'm left with 2 layers of nat, one on LTE router and another where LTE router connects to WAN port. So its not that I want that second nat, but since qos requires me to connect internet to wan port the second nat is side effect of that. To skip LTE router nat I do DMZ and pointing the QOS router. I might not understand DMZ, but isn't that just like forwarding all ports to one ip? And then is it much different than just connecting QOS router to internet directly? (which I would do if I could but I have to use LTE part of first router) I don't know if I understood you, but I know that QOS only works for devices connecting to the QOS router, I know it wont make any change for devices connected directly to LTE router or router on the left.
  8. left router cannot be run in AP mode, right can but I'm not sure if QOS is ran then, would have to check last time (first diagram) QOS was not working if internet connection was via lan port instead of wan port only router on the right is capable of QOS, and only middle one is capable of LTE, the left one is redundant but it works for now. From what I have read by a quick google QOS works only on wan
  9. Ye I'm paying, forgot about that 3rd possible nat and assumed just my routers at home
  10. ye you're right I should give you some more details on use case, the router on left is wifi 2.4ghz router at 20% transmition power, the middle router is just does as a modem really, it has wifi turned off, but it's only thing i can attach LTE external antennas, I cannot use it's wifi because it makes phones to drain battery and instaed phone holding 4 days it holds less than one, idk why that is but adding that one router fixed it, i have two of these lte routers (separate devices, two different networks) and they both cause my phone to drain battery. the last one router on the right is new wifi 6 router i want to be connected directly to it because the plan is to user quest 2 with it wirelessly, pc is wired to it. I could get try and see if my phone is not unhappy with new wifi 6 router and make it also do 2.4 GHz wifi and it might not influence gameplay streaming on vr headset. So what I thought i'm just redirect all internet incoming trafic to the router wher epc is connected and it will figure upnp that way, I don't need upnp on my phones. Without setting DMZ i'm behind double NAT, right? I had to forward port from LTE router to wifi6 router and from wifi router to PC But if DMZ is wrongly applied here then I can disable it and forward ports manually on both rotuers, and also disable upnp and pick constant port for teredo so it wont use upnp and forward that manually My main question for now is, does DMZ set up like i did makes jus tso wifi 6 router is exposed to internet like LTE router was before, and disabling DMZ would just change which router is exposed? I really would like to know if first configuration diagram with "all lan" is correct, as I might just get back to that config at some point
  11. I had newer done network configuration beyond 1 router so I would like to ask if these configurations are right. First I had this: All rotuers connected to eachother lan to lan, and dhcp only on the "internet" router. I had access to all 3 routers config from my pc and upnp worked. The only thing I wanted to try was QOS on router where pc is connected, but QOS works only on WAN so I made this: Now internet router connects to the pc router lan to wan, to make upnp work i had to do dmz (internet router has no bridge mode available), that is my first concern but I think it is ok? After setting dmz for the pc router I disabled upnp on internet router and enable upnp on pc router. And all I wanted is still working, I can access configs of all 3 routers and upnp works, the question is, are those 2 configs correct, or should it have been done differently? As of router on the left of the diagrams I don't care about it too much, its just a wifi for phones.
  12. I have picked 600€ Lenovo IdeaPad Gaming 3, it has Ryzen 5 4600H 6c 12t and GTX 1650, the gpu seems not that bad. It could have more ssd as it comes with 512 and that is all storage it has. Also if it would be me who uses iit I would add another stick of 8gb ram.
  13. About gpu I was rather thinking about e-waste tier of gpus but from what i see in this price range there are none, maybe that is a good thing :] I think I would have to have more knowledge to buy used then new. And I would rather not have to convince someone that used is better option. At where do I live 4700u are priced at 850, the only thin in budget are flexes with 4300u and even these are slightly over budget. from 4700u i found only one (HP 15s-eq1011nw (225V7EA)) it does not look too great, and with 4500u I found Acer Aspire 5 A515-44 (NX.HW4EP.005) I think Ryzen 3 and intel i3 is the highest the budget allows.
  14. A relative of mine asked me to pick a laptop for their kid under 550 $/€, last laptop I had was core duo so I am completely out of the loop, my question is not about exact model, but rather what cpu to look at, and maybe what dedicated gpu too but in this price range it might be integrated only but it might be good to know in what order (from bad to terrible ; ) ) put these gpus, and same for cpus. Is there some sort of ranking, as there are 2000 i5 and 1000 ryzens cpus skus in shop filters, being lost would be understatement.
  15. Very cool build Pan Ramirez
  16. Line is drawn at most recent data point so you don't need to specify any values. It takes the last value from dataset.
  17. Like vertical line over existing vertical line? The existing is x axis line with label "15:32" Edit: @.spider. Take a look at this one: https://repl.it/Krig/3
  18. Can you post your current minimal code that will contain some of data to fiddle with? Like canvas with chart code. Edit: nvm I thought the code you posted is from stack. Ok, @.spider.. I fiddled with it and came up with this: var horizonalLinePlugin = { afterDraw: function(chartInstance) { var data = chartInstance.data.datasets[0].data; if(data.length > 0){ var yScale = chartInstance.scales['L']; var ctx = chartInstance.chart.ctx; var height = yScale.getPixelForValue(data[data.length - 1]); ctx.lineWidth = 1; ctx.beginPath(); ctx.moveTo(chartInstance.chartArea.left, height); ctx.lineTo(chartInstance.chartArea.right, height); ctx.strokeStyle = 'rgba(0, 0, 0, 0.75)'; ctx.stroke(); } } }; Chart.pluginService.register(horizonalLinePlugin); It worked for me to paste it after and before your code, but I think before is best. Here is example https://repl.it/Krig/2 You may want to add some value (label and data) so last value won't be on bottom of y axis.
  19. do you received ssh login/password or key? you will need putty and with informations like host and port you can connect to your vps then log in with login password. after that you will want to see readme of the cms, there is a pip command to install requirements. I don't know how to run it, I cannot help you further.
  20. It seems that this cms is python based so not usual http server can host it. You would probably need a VPS to host it, or maybe there are some free python environment hostings, idk. Try to find something written in php.
  21. As far as it is not android specific question then I think that array of strings with file names and the slider value would be an index of the array, just make sure to check if the value is not out of array's bounds. Then you get a file name from the array by index (value of slider) and play it, so no ifs.
  22. It is called hook and I found this https://stackoverflow.com/questions/2067397/can-i-change-a-users-keyboard-input it looks like what you want to achieve.
  23. You need to connection.commit() after fetchall
  24. you read 128 bytes from socket, so even your example (295) will be fragmented and read after 3 fgets.
  25. See if your read buffer is not too small, There is not much to say about it when we don't see source code.
×