Re: 5G

2022-04-20 Thread George Toft via PLUG-discuss
My return experience was abysmal.  Tech support told me to take it to 
the store.  The store refused it and said call tech support.  45 minutes 
on the phone (again), I got a return label and they told me to take it 
to the store.  Yeah, no - I took it to UPS .


Regards,

George Toft

On 4/8/2022 5:24 PM, JD Austin wrote:
I rejected TMobile home Internet after having it on for 15m.  The wifi 
router has none of the configuration options you'd expect... no port 
forwarding or the other wireless router options you'd expect.  The 
only place with a good signal was too far from my office (might work 
if you can hook it to a mesh network... not sure you can).  I sent it 
back the same day I received it and had a $12 bill. It didn't seem to 
have consistent speed or latency, but I didn't test it thoroughly.  I 
might try it again in a few years.

JD


On Fri, Apr 8, 2022, 2:00 PM George Toft via PLUG-discuss 
 wrote:


I tested T-Mobile's 5G Home Internet.  It suffers from jitter,
which is
fine for email, web browsing, and streaming services. However, the
recent sunspots/CME's wrecked havoc and dumped our VPN (to work)
several
times.  I've determined it is unsuitable for dedicated work at home.

Granted, the data flow is going the other direction, stability is
important and you may have problems.  The technology is still
immature.

Regards,

George Toft

On 4/8/2022 10:03 AM, Keith Smith via PLUG-discuss wrote:
>
>
> Verizon is offering 5G that they say will allow me to run a server.
> Price point is decent... will add more data to my phone and I will
> save $70/month for cellular and Internet.  Right now I have Cox
> Business that allows me to run one or more servers and provides
one IP
> with the ability to rent more.
>
> Anyone using 5G and are you running a server on Verizon 5G?
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: NICs on a virtualization box

2022-04-20 Thread greg zegan via PLUG-discuss
 is that a sub-interface then?
On Wednesday, April 20, 2022, 10:04:51 AM MST, Keith Smith via PLUG-discuss 
 wrote:  
 
 WOW Thanks!!  If we were running a box of VPS's and the box had two NICs 
would the second NIC be redundant just in case the 1st NIC fails How 
do multiple NICs on the same box work?

OK so the software layer on the O/S talks to the NIC but is not actually 
assigned to any particular NIC?

Thanks for all the replies, this is very educational.



On 2022-04-20 09:19, Kevin Fries wrote:
> Always remember, the network interface from the OS side and the
> network interface from the hardware side are two completely different
> concepts.  Other than the fact that they are generally matched one to
> one, they really have nothing to do with one another.
> 
> A hardware interface (i.e. on a NIC) is physical, and you have as many
> as you have.  No way to manufacture more without installing more
> hardware.
> 
> A OS network interface is a software construct.  ETH0 (using the old
> vernacular) generally maps to the first hardware interface, and
> provides a hook for software to use… most notably the network stack.
> While it is not done out of the box, there is no restriction to say
> that two of these constructs can not map to the same back end
> construct.  So yes, you can have ETH0.1 (again, using the old
> vernacular)
> 
> VMWare and other similar virtual machine managers can take advantage of 
> this.
> 
> The second point you need to get straight in your head is that a fixed
> IP address is never a construct of the box, but of the Domain Naming
> Service (DNS) on the network.  It is NAMED that assigns the IP
> address.  For an interface (software in this case as the hardware’s
> address is actually the MAC ADDRESS) to have an address, it asks the
> DHCP server for it.  If the DHCP has been told, always assign this
> address to this requester, the address is a fixed, reserved, or
> dedicated IP depending on who is speaking to you.  They all mean the
> Same thing.
> 
> So, yes, the number of NICs on a box does not limit the number of
> network interfaces the OS provides, and yes, each of those interfaces
> can have a dynamic or dedicated IP address.
> 
> HTH
> Kevin
> 
> Sent from my iPad
> 
>> On Apr 20, 2022, at 9:51 AM, Keith Smith via PLUG-discuss 
>>  wrote:
>> 
>> 
>> Hi,
>> I'm wondering how VPS servers are configured.  I have a VPS with a 
>> dedicated IP.  I assume I share a box that has a number of virtual 
>> machines and I assume each VPS has a dedicated IP.
>> 
>> This is a hardware question.  I assume the box has at least 2 network 
>> cards.  So lets say the server has 20 VPS on it and each has a 
>> dedicated IP. Does the box need a NIC for each IP or does the box have 
>> NIC cards that can service/route multiple IPs?
>> 
>> I have a Dell consumer grade mini tower computer with a single NIC 
>> which is built into the motherboard.  I assume that NIC can only 
>> service one IP address, is that correct or can I install 
>> virtualization software on this computer and use the NIC for multiple 
>> IP's?
>> 
>> Did I just open a can of worms?
>> 
>> Thanks in advance for your wisdom.
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss  ---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: NICs on a virtualization box

2022-04-20 Thread Snyder, Alexander J via PLUG-discuss
When I worked as a server admin at GoDaddy.com ... we would create a second
virtual NIC (eth0:1) and configure that with a dedicated IP address that
was in the ARIN block they owned. The switches further up the stream would
handle the NATing and whatnot to make sure that server got the proper data.
I do not know enough about the switches or networking to explain how that
works.

Thanks,
Alexander

Sent from my Samsung Galaxy S22+

On Wed, Apr 20, 2022, 10:04 Keith Smith via PLUG-discuss <
plug-discuss@lists.phxlinux.org> wrote:

> WOW Thanks!!  If we were running a box of VPS's and the box had two NICs
> would the second NIC be redundant just in case the 1st NIC fails How
> do multiple NICs on the same box work?
>
> OK so the software layer on the O/S talks to the NIC but is not actually
> assigned to any particular NIC?
>
> Thanks for all the replies, this is very educational.
>
>
>
> On 2022-04-20 09:19, Kevin Fries wrote:
> > Always remember, the network interface from the OS side and the
> > network interface from the hardware side are two completely different
> > concepts.  Other than the fact that they are generally matched one to
> > one, they really have nothing to do with one another.
> >
> > A hardware interface (i.e. on a NIC) is physical, and you have as many
> > as you have.  No way to manufacture more without installing more
> > hardware.
> >
> > A OS network interface is a software construct.  ETH0 (using the old
> > vernacular) generally maps to the first hardware interface, and
> > provides a hook for software to use… most notably the network stack.
> > While it is not done out of the box, there is no restriction to say
> > that two of these constructs can not map to the same back end
> > construct.  So yes, you can have ETH0.1 (again, using the old
> > vernacular)
> >
> > VMWare and other similar virtual machine managers can take advantage of
> > this.
> >
> > The second point you need to get straight in your head is that a fixed
> > IP address is never a construct of the box, but of the Domain Naming
> > Service (DNS) on the network.  It is NAMED that assigns the IP
> > address.  For an interface (software in this case as the hardware’s
> > address is actually the MAC ADDRESS) to have an address, it asks the
> > DHCP server for it.  If the DHCP has been told, always assign this
> > address to this requester, the address is a fixed, reserved, or
> > dedicated IP depending on who is speaking to you.  They all mean the
> > Same thing.
> >
> > So, yes, the number of NICs on a box does not limit the number of
> > network interfaces the OS provides, and yes, each of those interfaces
> > can have a dynamic or dedicated IP address.
> >
> > HTH
> > Kevin
> >
> > Sent from my iPad
> >
> >> On Apr 20, 2022, at 9:51 AM, Keith Smith via PLUG-discuss
> >>  wrote:
> >>
> >> 
> >> Hi,
> >> I'm wondering how VPS servers are configured.  I have a VPS with a
> >> dedicated IP.  I assume I share a box that has a number of virtual
> >> machines and I assume each VPS has a dedicated IP.
> >>
> >> This is a hardware question.  I assume the box has at least 2 network
> >> cards.  So lets say the server has 20 VPS on it and each has a
> >> dedicated IP. Does the box need a NIC for each IP or does the box have
> >> NIC cards that can service/route multiple IPs?
> >>
> >> I have a Dell consumer grade mini tower computer with a single NIC
> >> which is built into the motherboard.  I assume that NIC can only
> >> service one IP address, is that correct or can I install
> >> virtualization software on this computer and use the NIC for multiple
> >> IP's?
> >>
> >> Did I just open a can of worms?
> >>
> >> Thanks in advance for your wisdom.
> >> ---
> >> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> >> To subscribe, unsubscribe, or to change your mail settings:
> >> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: NICs on a virtualization box

2022-04-20 Thread Keith Smith via PLUG-discuss
WOW Thanks!!  If we were running a box of VPS's and the box had two NICs 
would the second NIC be redundant just in case the 1st NIC fails How 
do multiple NICs on the same box work?


OK so the software layer on the O/S talks to the NIC but is not actually 
assigned to any particular NIC?


Thanks for all the replies, this is very educational.



On 2022-04-20 09:19, Kevin Fries wrote:

Always remember, the network interface from the OS side and the
network interface from the hardware side are two completely different
concepts.  Other than the fact that they are generally matched one to
one, they really have nothing to do with one another.

A hardware interface (i.e. on a NIC) is physical, and you have as many
as you have.  No way to manufacture more without installing more
hardware.

A OS network interface is a software construct.  ETH0 (using the old
vernacular) generally maps to the first hardware interface, and
provides a hook for software to use… most notably the network stack.
While it is not done out of the box, there is no restriction to say
that two of these constructs can not map to the same back end
construct.  So yes, you can have ETH0.1 (again, using the old
vernacular)

VMWare and other similar virtual machine managers can take advantage of 
this.


The second point you need to get straight in your head is that a fixed
IP address is never a construct of the box, but of the Domain Naming
Service (DNS) on the network.  It is NAMED that assigns the IP
address.  For an interface (software in this case as the hardware’s
address is actually the MAC ADDRESS) to have an address, it asks the
DHCP server for it.  If the DHCP has been told, always assign this
address to this requester, the address is a fixed, reserved, or
dedicated IP depending on who is speaking to you.  They all mean the
Same thing.

So, yes, the number of NICs on a box does not limit the number of
network interfaces the OS provides, and yes, each of those interfaces
can have a dynamic or dedicated IP address.

HTH
Kevin

Sent from my iPad

On Apr 20, 2022, at 9:51 AM, Keith Smith via PLUG-discuss 
 wrote:



Hi,
I'm wondering how VPS servers are configured.  I have a VPS with a 
dedicated IP.  I assume I share a box that has a number of virtual 
machines and I assume each VPS has a dedicated IP.


This is a hardware question.  I assume the box has at least 2 network 
cards.  So lets say the server has 20 VPS on it and each has a 
dedicated IP. Does the box need a NIC for each IP or does the box have 
NIC cards that can service/route multiple IPs?


I have a Dell consumer grade mini tower computer with a single NIC 
which is built into the motherboard.  I assume that NIC can only 
service one IP address, is that correct or can I install 
virtualization software on this computer and use the NIC for multiple 
IP's?


Did I just open a can of worms?

Thanks in advance for your wisdom.
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: flv to mp4

2022-04-20 Thread Michael via PLUG-discuss
well, I searched the man page for 'resolution', '720' & '480' but to my
uneducated view there was nothing appropriate.

On Sun, Apr 17, 2022 at 3:00 AM Eric Oyen via PLUG-discuss <
plug-discuss@lists.phxlinux.org> wrote:

> I will have to take a close look at the ffmpeg man page. I am sure there
> is a command line switch that can select resolution size.
>
> -Eric
> From the Central Offices of the Technomage Guild, Multimedia recoding dept.
>
>
> On Apr 16, 2022, at 10:53 PM, Michael via PLUG-discuss <
> plug-discuss@lists.phxlinux.org> wrote:
>
> I have been using ffmpeg. How do I set it up for 480 and also 720?
>
> On Sun, Apr 17, 2022 at 1:44 AM Eric Oyen via PLUG-discuss <
> plug-discuss@lists.phxlinux.org> wrote:
>
>> Well, there are some command line tools you can use like ffmpeg. Also,
>> there is a linux version of Handbrake that can convert just about any
>> video/audio streaming format to mp4. You can then set it up for either 480p
>> or 720p depending on your machines display requirements.
>>
>> -Eric
>> From the Central Offices of the Technomage Guild, Multimedia Dept.
>>
>>
>> On Apr 2, 2022, at 5:35 PM, Michael via PLUG-discuss <
>> plug-discuss@lists.phxlinux.org> wrote:
>>
>> Well, the default if removing -sameq produces something with a little
>> better result but it is still to resource intensive for my puter. Is .mov a
>> little more basic? (I can't figure out the man page)
>>
>> On Sat, Apr 2, 2022 at 7:04 PM Michael  wrote:
>>
>>> I recorded a instruction session with someone today and my computer
>>> can't handle the video output. The sound is OK but the video plays in
>>> spurts and then it is just frozen. I looked up how to convert the .flv file
>>> to an .mp4 (ffmpeg -i filename.flv -sameq -ar 22050 filename.mp4) but
>>> would taking out the -sameq produce a lower quality video which might play
>>> on my weak machine? Should I put another option in? How would I create a
>>> lower quality video if just removing the -sameq option doesn't play?
>>>
>>> --
>>> :-)~MIKE~(-:
>>>
>>
>>
>> --
>> :-)~MIKE~(-:
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>>
>>
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
> --
> :-)~MIKE~(-:
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss



-- 
:-)~MIKE~(-:
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: NICs on a virtualization box

2022-04-20 Thread Keith Smith via PLUG-discuss


aren't the ports associated with the IP?

On 2022-04-20 08:57, Bob Elzer via PLUG-discuss wrote:

I know you can assign multiple IP's to one Nic, but I don't know how
each VPS can run a service on the same ports.

On Wed, Apr 20, 2022 at 8:51 AM Keith Smith via PLUG-discuss
 wrote:


Hi,
I'm wondering how VPS servers are configured.  I have a VPS with a
dedicated IP.  I assume I share a box that has a number of virtual
machines and I assume each VPS has a dedicated IP.

This is a hardware question.  I assume the box has at least 2
network
cards.  So lets say the server has 20 VPS on it and each has a
dedicated
IP. Does the box need a NIC for each IP or does the box have NIC
cards
that can service/route multiple IPs?

I have a Dell consumer grade mini tower computer with a single NIC
which
is built into the motherboard.  I assume that NIC can only service
one
IP address, is that correct or can I install virtualization software
on
this computer and use the NIC for multiple IP's?

Did I just open a can of worms?

Thanks in advance for your wisdom.
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: NICs on a virtualization box

2022-04-20 Thread Kevin Fries via PLUG-discuss
Always remember, the network interface from the OS side and the network 
interface from the hardware side are two completely different concepts.  Other 
than the fact that they are generally matched one to one, they really have 
nothing to do with one another.

A hardware interface (i.e. on a NIC) is physical, and you have as many as you 
have.  No way to manufacture more without installing more hardware.

A OS network interface is a software construct.  ETH0 (using the old 
vernacular) generally maps to the first hardware interface, and provides a hook 
for software to use… most notably the network stack.  While it is not done out 
of the box, there is no restriction to say that two of these constructs can not 
map to the same back end construct.  So yes, you can have ETH0.1 (again, using 
the old vernacular)

VMWare and other similar virtual machine managers can take advantage of this.

The second point you need to get straight in your head is that a fixed IP 
address is never a construct of the box, but of the Domain Naming Service (DNS) 
on the network.  It is NAMED that assigns the IP address.  For an interface 
(software in this case as the hardware’s address is actually the MAC ADDRESS) 
to have an address, it asks the DHCP server for it.  If the DHCP has been told, 
always assign this address to this requester, the address is a fixed, reserved, 
or dedicated IP depending on who is speaking to you.  They all mean the Same 
thing.

So, yes, the number of NICs on a box does not limit the number of network 
interfaces the OS provides, and yes, each of those interfaces can have a 
dynamic or dedicated IP address.

HTH
Kevin

Sent from my iPad

> On Apr 20, 2022, at 9:51 AM, Keith Smith via PLUG-discuss 
>  wrote:
> 
> 
> Hi,
> I'm wondering how VPS servers are configured.  I have a VPS with a dedicated 
> IP.  I assume I share a box that has a number of virtual machines and I 
> assume each VPS has a dedicated IP.
> 
> This is a hardware question.  I assume the box has at least 2 network cards.  
> So lets say the server has 20 VPS on it and each has a dedicated IP. Does the 
> box need a NIC for each IP or does the box have NIC cards that can 
> service/route multiple IPs?
> 
> I have a Dell consumer grade mini tower computer with a single NIC which is 
> built into the motherboard.  I assume that NIC can only service one IP 
> address, is that correct or can I install virtualization software on this 
> computer and use the NIC for multiple IP's?
> 
> Did I just open a can of worms?
> 
> Thanks in advance for your wisdom.
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: NICs on a virtualization box

2022-04-20 Thread Bob Elzer via PLUG-discuss
Teaming makes multiple Nic's look like one and increases the bandwidth.

this ifcfg script will assign to ip's to one nic  192.168.1.8   and 10.1.1.8
TYPE=Ethernet
DEVICE=enp6s0
ONBOOT=yes
IPADDR=192.168.1.8
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
DNS1=192.168.1.1
PREFIX=24
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
NAME="System enp6s0"
BOOTPROTO=none
IPADDR1=10.1.1.8
PREFIX1=16
NETMASK1=255.255.0.0

On Wed, Apr 20, 2022 at 8:59 AM greg zegan via PLUG-discuss <
plug-discuss@lists.phxlinux.org> wrote:

> yes
> NIC teaming?
>
> On Wednesday, April 20, 2022, 08:58:00 AM MST, Bob Elzer via PLUG-discuss <
> plug-discuss@lists.phxlinux.org> wrote:
>
>
> I know you can assign multiple IP's to one Nic, but I don't know how each
> VPS can run a service on the same ports.
>
> On Wed, Apr 20, 2022 at 8:51 AM Keith Smith via PLUG-discuss <
> plug-discuss@lists.phxlinux.org> wrote:
>
>
> Hi,
> I'm wondering how VPS servers are configured.  I have a VPS with a
> dedicated IP.  I assume I share a box that has a number of virtual
> machines and I assume each VPS has a dedicated IP.
>
> This is a hardware question.  I assume the box has at least 2 network
> cards.  So lets say the server has 20 VPS on it and each has a dedicated
> IP. Does the box need a NIC for each IP or does the box have NIC cards
> that can service/route multiple IPs?
>
> I have a Dell consumer grade mini tower computer with a single NIC which
> is built into the motherboard.  I assume that NIC can only service one
> IP address, is that correct or can I install virtualization software on
> this computer and use the NIC for multiple IP's?
>
> Did I just open a can of worms?
>
> Thanks in advance for your wisdom.
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: NICs on a virtualization box

2022-04-20 Thread greg zegan via PLUG-discuss
 yesNIC teaming?
On Wednesday, April 20, 2022, 08:58:00 AM MST, Bob Elzer via PLUG-discuss 
 wrote:  
 
 I know you can assign multiple IP's to one Nic, but I don't know how each VPS 
can run a service on the same ports.

On Wed, Apr 20, 2022 at 8:51 AM Keith Smith via PLUG-discuss 
 wrote:


Hi,
I'm wondering how VPS servers are configured.  I have a VPS with a 
dedicated IP.  I assume I share a box that has a number of virtual 
machines and I assume each VPS has a dedicated IP.

This is a hardware question.  I assume the box has at least 2 network 
cards.  So lets say the server has 20 VPS on it and each has a dedicated 
IP. Does the box need a NIC for each IP or does the box have NIC cards 
that can service/route multiple IPs?

I have a Dell consumer grade mini tower computer with a single NIC which 
is built into the motherboard.  I assume that NIC can only service one 
IP address, is that correct or can I install virtualization software on 
this computer and use the NIC for multiple IP's?

Did I just open a can of worms?

Thanks in advance for your wisdom.
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss  ---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: NICs on a virtualization box

2022-04-20 Thread Bob Elzer via PLUG-discuss
I know you can assign multiple IP's to one Nic, but I don't know how each
VPS can run a service on the same ports.

On Wed, Apr 20, 2022 at 8:51 AM Keith Smith via PLUG-discuss <
plug-discuss@lists.phxlinux.org> wrote:

>
> Hi,
> I'm wondering how VPS servers are configured.  I have a VPS with a
> dedicated IP.  I assume I share a box that has a number of virtual
> machines and I assume each VPS has a dedicated IP.
>
> This is a hardware question.  I assume the box has at least 2 network
> cards.  So lets say the server has 20 VPS on it and each has a dedicated
> IP. Does the box need a NIC for each IP or does the box have NIC cards
> that can service/route multiple IPs?
>
> I have a Dell consumer grade mini tower computer with a single NIC which
> is built into the motherboard.  I assume that NIC can only service one
> IP address, is that correct or can I install virtualization software on
> this computer and use the NIC for multiple IP's?
>
> Did I just open a can of worms?
>
> Thanks in advance for your wisdom.
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

NICs on a virtualization box

2022-04-20 Thread Keith Smith via PLUG-discuss


Hi,
I'm wondering how VPS servers are configured.  I have a VPS with a 
dedicated IP.  I assume I share a box that has a number of virtual 
machines and I assume each VPS has a dedicated IP.


This is a hardware question.  I assume the box has at least 2 network 
cards.  So lets say the server has 20 VPS on it and each has a dedicated 
IP. Does the box need a NIC for each IP or does the box have NIC cards 
that can service/route multiple IPs?


I have a Dell consumer grade mini tower computer with a single NIC which 
is built into the motherboard.  I assume that NIC can only service one 
IP address, is that correct or can I install virtualization software on 
this computer and use the NIC for multiple IP's?


Did I just open a can of worms?

Thanks in advance for your wisdom.
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: : Libre Office pdf fill in form ...

2022-04-20 Thread JD Austin via PLUG-discuss
Have you tried Xournal?  You can open PDF documents, type on them, draw on
them,etc and then save them back to PDF.
JD


On Tue, Apr 19, 2022 at 7:22 PM joe--- via PLUG-discuss <
plug-discuss@lists.phxlinux.org> wrote:

> Today, I tried to use Libre Office to fill in
> a pdf document form and I managed to get the
> text filled in, but I was unable to get the
> checkbox to work. Any help out there?
>
> I uploaded a screen shot example here:
>
> https://upquick.com/temp/pdf-in-libre.jpg
>
> I managed to get an "X" in a text box once,
> but as soon as I move to the next field,
> the "X" that I got there temporarily vanishes.
>
> 
> google: libre office fill in pdf form
> How to convert a PDF document to a fillable form in LibreOffice
> ask.libreoffice.org
> How to fill in a PDF in LibreOffice?
> Convert a PDF document to a fillable form in LibreOffice
> 1 Click “View → Toolbars → Form Controls”
> 2 Add your input fields.
> 3 Click “File → Export as PDF”
> 4 Select checkbox “Create PDF Form”
> 5 Click “Export”
>
> ===
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss