Arpit Agarwal

Results 28 comments of Arpit Agarwal

I think it's possible, new interface `eth1` needs to added in existing script

You will need `eth-to-wifi-route.sh` script for this task. Internet is coming in from `eth0`, `wlan0` will be used for creating Hotspot. Within this script, add some code for `eth1` from...

In Wifi-to-Wifi script, router is also culprit sometimes. I couldn't able to figure out the root casue in this case.

I really haven't got time to test script recently

I do not RPi right now with me. Can u guys try to execute the steps in scripts 1 by 1 in console and see which lines throws error ?

@jaylfc Can u provide clean steps here ?, we can add that to README

I think dnsmasq stores it somewhere in the file. See [this](https://stackoverflow.com/questions/51607503/how-to-list-the-assigned-leased-ip-adresses-by-dhcp-server-in-rapberry-pi)

Try to install all the packages mentioned in the top section of script.

I would like you to open two terminals First Terminal: ``` ssh -N -T -L 2222:192.168.2.55:22 [email protected](raspberry-ip) ``` Second Terminal: ``` ssh -p 2222 @localhost ``` The first one will...

The first will not output anything. For the second, it should work. Looks like I will need to simulate the setup on RPi.