LTSP Mint 19 doubt about configs

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
doguibnu

LTSP Mint 19 doubt about configs

Post by doguibnu »

Hello!
How are you?

I am trying to config LTSP in Linux mint 19 64 bits
I did read various blogs and Youtube forms to install it. But still no works. I need to install with 2 NIC. One receive static IP and other NIC for LTSP DHCP server mode. I can not found configuration for 2 NICS. Internet have many informations for one NIC. Seem those configs are to old versions. Someone can show or tell me that the best way to do right config to works fine?

Thanks so much!

Douglas
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
doguibnu

Re: LTSP Mint 19 doubt about configs

Post by doguibnu »

Hello!

I follow this step:
http://wiki.ltsp.org/wiki/Installation/Ubuntu

Option "B"
B) Installing LTSP in "chrootless" (previously pnp) mode:

Code: Select all

sudo apt install --yes --install-recommends ltsp-server-standalone ltsp-client epoptes

Code: Select all

sudo gpasswd -a ${SUDO_USER:-$USER} epoptes
When system install dnsmasq package, its returns with error saying that port 53 is in use.
So I use the command:

Code: Select all

sudo ltsp-config dnsmasq --overwrite
that create a usual /etc/dnsmasq.d/ltsp-server-dnsmasq.conf

Then, I did try follow this config:
https://github.com/opinsys/ltsp/blob/m ... masq.conf

I want to use 2 NIC
So inside /etc/network/interfaces:

Code: Select all

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

#The secundary network interface 
allow-hotplug eth1 
iface eth1 inet static 
             address 192.168.67.1 
             netmask 255.255.255.0
Into /etc/ltsp/update-kernels.conf :

Code: Select all

BOOT_METHODS=NBD
IPAPPEND=3
Into /etc/NetworkManager/NetworkManager.conf I add:

Code: Select all

#dns=dnsmasq
And:

Code: Select all

sudo ltsp-update-image --cleanup /
After all I do not know what happens that broke connection with internet or Network Manager stop service. I am trying do N configs to up LTSP correctly. Sometimes I can up service and LTSP client works but do not have internet by client side!
Some people tell me do the configuration on Debian that woks fine. I would like to use on Mint.

Please, help me

Thanks attention and help

Douglas
Locked

Return to “Hardware Support”