Search found 6775 matches

by Lantis
Sat May 25, 2024 6:42 pm
Forum: Hardware / Installation Issues
Topic: LinksysWRT1900acs v2 bricked !?
Replies: 11
Views: 344

Re: LinksysWRT1900acs v2 bricked !?

The jumper that goes between TX and RX allows you to loop back and test. So if your settings are correct you should see what you type out echoed to you. When you are ready to connect to the device you don’t use that jumper only the one that selects voltage. Sorry it’s a bit difficult to assist with ...
by Lantis
Sat May 25, 2024 7:24 am
Forum: General Discussion
Topic: IPV6 over RNDIS
Replies: 5
Views: 131

Re: IPV6 over RNDIS

Yes I didn't spot eth0.1, that should go as well.

I'm not sure (I can't find any documentation) if Telstra mobile internet does prefix delegation.
by Lantis
Fri May 24, 2024 9:03 am
Forum: General Discussion
Topic: IPV6 over RNDIS
Replies: 5
Views: 131

Re: IPV6 over RNDIS

Did you keep settings moving to this version? You've got some ugly stuff going on with both ifname and device defined for wan and wan6. Try deleting ifname from both wan and wan6 and see if that fixes it. ifname is old syntax but it is still supported, and there might be a race condition between the...
by Lantis
Thu May 23, 2024 9:30 am
Forum: Feature Requests
Topic: Connected hostnames in DHCP mode
Replies: 6
Views: 212

Re: Connected hostnames in DHCP mode

Edit /etc/config/dhcp and add a static host entry. You only need to include the name and the IP or MAC that identifies it. Neither of these work with the GUI as we require both IP and MAC, not one or the other. In current versions of Gargoyle only the IP entries will work for what you want to do. It...
by Lantis
Thu May 23, 2024 6:11 am
Forum: General Discussion
Topic: IPV6 over RNDIS
Replies: 5
Views: 131

Re: IPV6 over RNDIS

No reason it shouldn’t.
Are you running something newer than 1.12 yet?
If so, please post your /etc/config/network
by Lantis
Mon May 20, 2024 6:26 pm
Forum: Hardware / Installation Issues
Topic: LinksysWRT1900acs v2 bricked !?
Replies: 11
Views: 344

Re: LinksysWRT1900acs v2 bricked !?

It must be 3.3v tx rx. You are correct to not connect power.
Read the wiki, it tells you that they are a 2mm pitch pin. Most cables you can buy are 2.54mm so you will have difficulty attaching the pins. If you can find 2mm is best otherwise you might need to cut/shave to fit.
by Lantis
Mon May 20, 2024 8:14 am
Forum: Feature Requests
Topic: Connected hostnames in DHCP mode
Replies: 6
Views: 212

Re: Connected hostnames in DHCP mode

How do you want to identify the hosts? Are their IP's stable or do you need to identify them by MAC?
by Lantis
Sun May 19, 2024 6:17 am
Forum: Feature Requests
Topic: Connected hostnames in DHCP mode
Replies: 6
Views: 212

Re: Connected hostnames in DHCP mode

You can do this via static leases in the Connection DHCP page. There is no GUI way of doing this without setting a static lease.
by Lantis
Fri May 17, 2024 10:53 pm
Forum: Hardware / Installation Issues
Topic: LinksysWRT1900acs v2 bricked !?
Replies: 11
Views: 344

Re: LinksysWRT1900acs v2 bricked !?

Yes, that is highly indicative that your build failed. It is likely you did not have python3 available as python in the PATH or ENV. Those problems are generally limited to the GUI, it would have functioned ok (a few glitches). Please check your build environment has all the prerequisites carefully....