Displaying 8 results from an estimated 8 matches for "layeredsolutionsinc".
2020 Nov 02
4
Odd issue happening CentOS 7
So I have two CentOS 7 machines running.
if I am on my server and I do "curl http://192.168.1.8" I get data.
If I do "host devgeis.LayeredSolutionsInc.com" I get the correct address
192.168.1.8
if I goto another machine with CentOS 7.
I do "curl http://192.168.1.8" I get data.
I do "host devgeis.LayeredSolutionsInc.com" I get the correct address
192.168.1.8
BUT then I do "curl http://devgeis.LayeredSolutionsinc.com...
2020 Nov 02
0
Odd issue happening CentOS 7
Did you notice the address ? It is not the same IP.
Patrick
Le 02/11/2020 ? 17:48, Jerry Geis a ?crit?:
> So I have two CentOS 7 machines running.
>
> if I am on my server and I do "curl http://192.168.1.8" I get data.
> If I do "host devgeis.LayeredSolutionsInc.com" I get the correct address
> 192.168.1.8
>
> if I goto another machine with CentOS 7.
> I do "curl http://192.168.1.8" I get data.
> I do "host devgeis.LayeredSolutionsInc.com" I get the correct address
> *192.*168.1.8
>
> BUT then I do "cur...
2020 Oct 31
5
dnsmasq centos 7
HI I setup dnsmasq on my computer. I tested with an entry in /etc/hosts for
laptop.w530
I tested with "host laptop.w530" and I get unresolved (expected).
If I add "nameserver 192.168.1.8" (my computer) to top of /etc/resolv.conf
and do "host laptop.w530" I get 192.168.1.105 - so seems to be working.
Then I goto another machine, add the "nameserver
2020 Oct 31
1
dnsmasq centos 7
Hi Niki,
Thanks good article... I was close in what I did - but still not working.
I made this config file in /etc/dnsmasq.d
more lsi.conf
domain-needed
bogus-priv
interface = eth0
expand-hosts
local = / LayeredSolutionsInc.com /
domain = LayeredSolutionsInc.com
# The address 192.168.1.14 is the static IP of this server
# You can find this ip by running ifconfig and look for the
# IP of the interface which is connected to the router.
listen-address=127.0.0.1
listen-address=192.168.1.14
bind-interfaces
# Use open sou...
2020 Oct 31
1
dnsmasq centos 7
...???? 2020 ?., 16:15:10 ???????+2, Jerry Geis <jerry.geis at gmail.com> ??????:
Hi Niki,
Thanks good article... I was close in what? I did - but still not working.
I made this config file in /etc/dnsmasq.d
more lsi.conf
domain-needed
bogus-priv
interface = eth0
expand-hosts
local = / LayeredSolutionsInc.com /
domain = LayeredSolutionsInc.com
# The address 192.168.1.14 is the static IP of this server
# You can find this ip by running ifconfig and look for the
# IP of the interface which is connected to the router.
listen-address=127.0.0.1
listen-address=192.168.1.14
bind-interfaces
# Use open sou...
2019 Nov 18
7
CentOS 8 boot command line
I am trying to boot a grub entry for CentOS 8
menuentry "Server Install CentOS 8" {
linux /boot/vmlinuz noverifyssl ks=
https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg
biosdevname=0 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13
gateway=192.168.1.1 netmask=255.255.255.
0 nameserver=192.168.1.1 inst.sshd sshd=1
initrd /boot/initrd.img
}
When booting it says that "ip=192.168.1.3" Sorry unknown...
2019 Nov 18
1
CentOS 8 boot command line
...> On Mon, 18 Nov 2019 at 13:22, Jerry Geis <jerry.geis at gmail.com> wrote:
>>
>> I am trying to boot a grub entry for CentOS 8
>>
>> menuentry "Server Install CentOS 8" {
>> linux /boot/vmlinuz noverifyssl ks=
>> https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg
>> biosdevname=0 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13
>> gateway=192.168.1.1 netmask=255.255.255.
>> 0 nameserver=192.168.1.1 inst.sshd sshd=1
>> initrd /boot/initrd.img
>> }
>>
>> Whe...
2019 Nov 18
0
CentOS 8 boot command line
On Mon, 18 Nov 2019 at 13:22, Jerry Geis <jerry.geis at gmail.com> wrote:
>
> I am trying to boot a grub entry for CentOS 8
>
> menuentry "Server Install CentOS 8" {
> linux /boot/vmlinuz noverifyssl ks=
> https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg
> biosdevname=0 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13
> gateway=192.168.1.1 netmask=255.255.255.
> 0 nameserver=192.168.1.1 inst.sshd sshd=1
> initrd /boot/initrd.img
> }
>
> When booting it says that "i...