-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script reconfiguring local interface and cutting off local ssh #31
Comments
I guess this is the network you're trying to make:
Am I getting it right? The current script BTW, currently can you reconnect to router via ssh after running the command and it resetting? Before the fix is implemented, there's workaround. Lines 2008 to 2032 in f6995bc
Line 1162 in f6995bc
Line 1158 in f6995bc
Line 1169 in f6995bc
Then run
(Notice this is a dirty workaround for your current use case only, not a true fix) |
hi and thanks for the quick response! This is my actual setup. Ill check you temp fix. |
This is what I got:
and:
With your edits above. |
Sorry for inconvinence. Try branch https://github.com/garywill/linux-router/tree/workaround-31 |
Hi,
I cant find a way to run the script without killing my own link to the system.
On the 'router':
eth0 is on 192.168.166.100 (Im connecting to it from 192.168.166.110 via ssh)
wlan0 is the link to the internet (no firewalls, no VPNs etc.. simple wifi).
I tried both:
sudo lnxrouter -i eth0 -o wlan0
and:
sudo lnxrouter -i eth0 -o wlan0 -g 192.168.166.100
Both killed my link to the 'router' from eth0.
Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered: