Search found 16 matches

by apolonio
2019/03/30 07:27:11
Forum: CentOS 7 - Security Support
Topic: MFA
Replies: 1
Views: 1275

Re: MFA

Check the time on your linux machine and time on the device that is providing the codes.

LA
by apolonio
2019/03/30 07:21:03
Forum: CentOS 7 - Networking Support
Topic: Can't browse network shares
Replies: 7
Views: 2821

Re: Can't browse network shares

Check your /etc/samba/smb.conf file

Are they in the same workgroup?

Also there is a machine on your network that is the master browser, it may need to be restarted

Code: Select all

nmblookup -M -
by apolonio
2019/03/02 01:28:26
Forum: CentOS 7 - General Support
Topic: sudoer: AD domain group in sudoer file won´t work
Replies: 5
Views: 2919

Re: sudoer: AD domain group in sudoer file won´t work

Here is my sssd.conf [sssd] domains = makernet.local config_file_version = 2 services = nss, pam [domain/makernet.local] ad_domain = makernet.local krb5_realm = MAKERNET.LOCAL realmd_tags = manages-system joined-with-samba cache_credentials = True id_provider = ad krb5_store_password_if_offline = Tr...
by apolonio
2019/02/28 18:04:18
Forum: CentOS 7 - General Support
Topic: Centos 7 Custom Distro
Replies: 13
Views: 2459

Re: Centos 7 Custom Distro

There are different ways to approach this, its sounds like you have a product, you want to provide a USB drive with that product that can be installed on a customers computer. Kickstart would be the ideal way to deploy that way because hardware can vary. If you just have 1 box, and want it for a dis...
by apolonio
2019/02/28 17:11:54
Forum: CentOS 7 - General Support
Topic: sudoer: AD domain group in sudoer file won´t work
Replies: 5
Views: 2919

Re: sudoer: AD domain group in sudoer file won´t work

Here is my entry

Code: Select all

%domain\ admins@makernet.local  ALL=(ALL)  ALL
Where makernet.local is the AD domain.

Remember to use visudo to make your edits don't simply vi /etc/sudoers
by apolonio
2019/02/28 16:57:26
Forum: CentOS 7 - General Support
Topic: Can't access local domain on local machine browser
Replies: 8
Views: 1826

Re: Can't access local domain on local machine browser

I think what hunter86_bg means is can you provide what you did to show a failure? Did you open up a browser and go to the IP address? Did you try by hostname? Was it a simple nmap or telnet to port 80? What do the logs say in /var/log/httpd Finally, put that simple test file in /var/www/html Maybe i...
by apolonio
2019/02/27 20:21:07
Forum: CentOS 7 - General Support
Topic: Can't access local domain on local machine browser
Replies: 8
Views: 1826

Re: Can't access local domain on local machine browser

I thought you could use example.com for use in documentation per RFC2606.
by apolonio
2019/02/26 15:17:45
Forum: CentOS 7 - General Support
Topic: USB Kickstart with CentOS on it
Replies: 0
Views: 592

USB Kickstart with CentOS on it

All, I have been instructing some people on the using and managing Linux. When they try to install Linux at home, they get slightly different (ok they don't follow all of the instructions) servers, and it wastes time troubleshooting what is going on, before we get to the meat of the lesson. So I wou...
by apolonio
2019/01/16 17:37:36
Forum: CentOS 7 - General Support
Topic: Solved - Cannot PXE Install on VMware Workstation
Replies: 2
Views: 1005

Re: <SOLVED> Cannot PXE Install on VMware Workstation

That was it I gave it 1GB of RAM on the vmware workstation, which is the default settings 2019-01-16_9-23-35.jpg For an ESXi VM it is 2GB 2019-01-16_9-27-03.jpg I up'd it to 2GB and it works. I recall building a CentOS 7 box with as low as 512MB and dropping it down after the build to 256MB from a C...
by apolonio
2019/01/16 17:02:51
Forum: CentOS 7 - General Support
Topic: Solved - Cannot PXE Install on VMware Workstation
Replies: 2
Views: 1005

Solved - Cannot PXE Install on VMware Workstation

I have this pxe kickstart environment I use to test build my CentOS boxes as well as some other things. If you need details of the lab network, I make it publicly available. https://www.apolonio.com/node/124 I wanted my network more portable, so I have built a small form factor box (unfortunately I ...