Yes. They cannot have the same i-net address.jsfarinet wrote:Wow,impressive. Thanks a lot.
Just a question regard the range: Is it necessary to give to the guest (the pc connected to the laptop with the i-net connection) a different net than that running between laptop and gateway/router? In your example, as i understand, your local net to the router runs as 192.168.1.* and the net given to the guest (by dnmasquerade) is 192.168.10.* Correct?
Yes. Because of dhcp running on the connected pc.Would the connected pc pick up the line without any explicite configuration? (In my case i'd like to share the line, to install a *bsd on an old hp laptop where the built-in wifi is not working out of the box).
Yes can make it executable. You have to run it after wlan0 is up and has an internet ip. Otherwise eth0 will be used and wlan0 will not take an ip.Finally, should i make the masq.sh file executable? And, why should i call it by sudo, when it is a local (user related file)? Because the instructions in it need superuser power?
You have to use sudo because the iptables etc need a super user or root to be executed.