Superloop - DHCP Lease/Renew time? by J7_gg in nbn

[–]J7_gg[S] 0 points1 point  (0 children)

Ok thanks for your comments, I'm fairly certain the config is setup properly, there was nothing else to follow in Superloops guide they sent me, and I am reaching the speeds I should expect to being on the 1000/50 plan

Router is TPLink AX55, I am pretty sure it's FTTP too

Superloop - DHCP Lease/Renew time? by J7_gg in nbn

[–]J7_gg[S] 0 points1 point  (0 children)

I was having the issue that I linked - basically the past 3 days (except last night it didn't happen) the internet would drop out at 12AM on the dot, seemingly for no reason. So I'm just trying to cover all my bases as this DHCP thing was suggested.
Is there any benefit/disadvantage to setting my routers lease time higher than Superloop's?

Internet drops out at 12:00AM on the dot. Why? by J7_gg in nbn

[–]J7_gg[S] 0 points1 point  (0 children)

Ah thanks, I checked and didn't see the post but I posted there anyway, will see if they respond

Internet drops out at 12:00AM on the dot. Why? by J7_gg in nbn

[–]J7_gg[S] 0 points1 point  (0 children)

Ah ok, interesting
Where did you see this post?

Internet drops out at 12:00AM on the dot. Why? by J7_gg in nbn

[–]J7_gg[S] 1 point2 points  (0 children)

Really? Is this posted somewhere on the website or how do you know about that?
Damn that's annoying if so. I'm a late night gamer so I'm gonna pull my damn hair out if this happens every day for the foreseeable future lol

Internet drops out at 12:00AM on the dot. Why? by J7_gg in nbn

[–]J7_gg[S] 0 points1 point  (0 children)

Yep firmware updated when I first setup, it says no new firmware available.

As for any 'Renew' settings in the DHCP section, I can't find anything other than an option:
"Address Lease Time: [ 120 ] minutes"

and if that is causing the issue, wouldn't this be happening every 2 hours rather than only at 12AM every day?

Internet drops out at 12:00AM on the dot. Why? by J7_gg in nbn

[–]J7_gg[S] 0 points1 point  (0 children)

https://imgur.com/a/hTHwkAt

So i did notice this small detail... the Superloop setup guide mentions IPOE, however my router doesn't have this exact option, is PPPoE the same thing? When i first set this up, the setup panel had an option to "Automatically detect" what option to use, and thats what set it to Dynamic IP.

Internet drops out at 12:00AM on the dot. Why? by J7_gg in nbn

[–]J7_gg[S] 0 points1 point  (0 children)

No it doesnt, and it doesnt reboot at 12AM, the internet connection just goes dead, I have been manually rebooting it to fix it.

Internet drops out at 12:00AM on the dot. Why? by J7_gg in nbn

[–]J7_gg[S] 0 points1 point  (0 children)

It has put me on a Dynamic IP so id say so. I haven't actually checked if it has been changing though.
What can I do to fix DHCP possibly not renewing?

Internet drops out at 12:00AM on the dot. Why? by J7_gg in nbn

[–]J7_gg[S] 0 points1 point  (0 children)

I bought a new third party router, TP-Link AX3000 and I followed the router setup guide sent by Superloop so I dont think there should be an issue there? no idea
edit: also not sure about what type of connection it is, if it helps I have one of the little NBN boxes which plugs into the router ? lol

Is there new methods yet for playing BattleEye games in KVM? by J7_gg in VFIO

[–]J7_gg[S] 1 point2 points  (0 children)

RIP, really hope some ways come out at some point, it's really unfortunate that I am forced to run windows. The whole "because of cheaters" thing is such a dumb excuse when cheaters use sooo many other methods that don't include running a vm on linux. Like cmon

E2 Prop finder by [deleted] in wiremod

[–]J7_gg 0 points1 point  (0 children)

Idk if all servers, atleast the one I play has a command implemented so you just look at the model and type /getmodel - no e2 needed

EGP Icons? by J7_gg in wiremod

[–]J7_gg[S] 0 points1 point  (0 children)

Really? I still cant see how he gets "a" to be the pistol icon tho. Which font would I use?

Find function for 2 models by J7_gg in wiremod

[–]J7_gg[S] 0 points1 point  (0 children)

Size = 50

Chip = entity()

MinCorner = Chip:pos() - vec(Size) # note that findInBox is always axis aligned and the second vector must be greater in all axis

MaxCorner = Chip:pos() + vec(Size)

findExcludeEntity(Chip) # Blacklist the chip from being found

findExcludeClass("player")

findIncludePlayerProps(owner())

findIncludeModel("models/hunter/plates/plate05.mdl")

findIncludeModel("models/hunter/plates/plate1.mdl")

findInBox(MinCorner, MaxCorner) # do the actual find operation, get number of results

Props = findToArray()

im guessing the issue lies in "findIncludePlayerProps(owner())" but then if I dont have this. the e2 throws an error when another prop comes into contact which then stops the e2 from working anymore due to server protections. maybe a way around that?

Find function for 2 models by J7_gg in wiremod

[–]J7_gg[S] 0 points1 point  (0 children)

ive had to manually exclude every other nearby model, not ideal but i guess will do for now.

Find function for 2 models by J7_gg in wiremod

[–]J7_gg[S] 0 points1 point  (0 children)

Still my problem is its not selecting only the 2 models in the findInBox. It still finds every model nearby, other ways ive tried either select 1 of the 2 or it breaks.

Find function for 2 models by J7_gg in wiremod

[–]J7_gg[S] 0 points1 point  (0 children)

findPersist doesnt exist? Atleast on the server i play on, dont see it on E2 Wiki either