Thank you for getting back to me so soon. The '/sbin/ifconfig' brought up the screen.
But I am unsure about how to clone a machine such that its not a template as per your suggestion. As part of the same problem, the firewall rules tab claims "Firewall has been modified manually - please us qvm-firewall for any further configuration." I did in the Services tab but nothing happened. Can't find on search how to clone a machine without it being a template. Thanks. R On Friday, February 21, 2020 at 5:33:26 PM UTC, unman wrote: > > On Fri, Feb 21, 2020 at 09:17:28AM -0800, Richard Gaylord wrote: > > Been trying to get network connection on Debian template and a clone to > get > > network connection. When I attempt to ping 8.8.8.8 I get: connect: > Network > > is unreachable. Same for ip address on local net assigned by qubes. > When > > I type "ifconfig -a" the reply is: "bash: ifconfig: command not found" > > I've tried sh, to avoid bash, and get "sh: 0: Can't open ifconfig" > > > > I can't update, upgrade or install katoolin, which was my initial > objective. > > > > Can anyone please get my Debian templates to get a network connection? > > > > Thanks. > > > > You shouldnt really do this in a template. > They dont have network connection, nor should they for security. > There is a proxy installed which allows you to run standard apt > operations to install software/upgrade. > > As a general point, your problem is permissions and path: > user doesnt have \sbin in path, so you have to specify: > `/sbin/ifconfig` > or `su - ifconfig` > > unman > -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/701bc956-fe46-43b7-85c3-9ed3f7cae5c3%40googlegroups.com.
