Is there a way to make the tftp and PXE services listen on multiple interfaces/virtual interfaces?
Posts made by josh.nicholson99
-
RE: Fog Server Multi-Home
-
RE: Fog Server Multi-Home
We tagged multiple vlans on one port on our switch and then had multiple IP’s configured on that interface on our server. Does that make sense?
In linux what I would do is have multiple vlans bound to a single interface an example is:
sudo vconfig add eth1 10
sudo vconfig add eth1 20
sudo vconfig add eth1 30I would then configure IP’s for each of those vlans in the /etc/network/interfaces config file.
-
Fog Server Multi-Home
We have a population of machines on different vlans and we would like to have an interface (trunked) on the fog server participate on the different vlans as we did it ghost.
We are running Ubuntu 14.04 and have added the vlans to the /etc/network/interfaces and used vconfig to add the vlans to the interface.
What should we do?
We would like to avoid configuring the routers to pass multicast traffic and would like to keep the routing simple.
Please advise.
Thank you.