DHCP Server and Tftp Server

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
titipsx
Newbie
Posts: 1
Joined: Sat Oct 25, 2003 2:33 pm

DHCP Server and Tftp Server

Post by titipsx »

Hi, I need to install a DHCP Server and a TFTP Server on my Xbox, where i can find them?

Thank you in advance!
fuz
Power user
Posts: 228
Joined: Wed Oct 22, 2003 6:03 am
Location: sunshine coast, Australia
Contact:

Post by fuz »

i assume that TFTP is a server.. and its not in any of the gentoo packages so that leaves good old searching the pages... sourceforge, freshmeat take your pick in a room full of shovels :P
127.0.0.1, wherever you go.. there you are!
spathi
Novice
Posts: 41
Joined: Fri Oct 24, 2003 4:58 am
Location: Sunshine Coast, Queensland, Australia
Contact:

Post by spathi »

dhcp is in the gentoo package database, so emerge-ing it should work.

Code: Select all

dhcp
3.0_p2r2

dhcp-agent
0.37

dhcpcd
1.3.22_p4r1

dhcpv6
0.8
there is no TFTP, but here is a list of ftp packages available:

http://www.gentoo.org/dyn/pkgs/net-ftp/index.xml

to emerge packages, simply type

Code: Select all

emerge <package name>
that will install the package and any dependencies it might have. you can put the flag -p in between emerge and package name to use "pretend mode" which will tell you what it needs to install (dependencies etc) without actually installing anything.

I do believe Shallax is including a ftp daemon in version 3..
Linux - In a world without fences, who needs GATES?
fuz
Power user
Posts: 228
Joined: Wed Oct 22, 2003 6:03 am
Location: sunshine coast, Australia
Contact:

Post by fuz »

gee you make my helpful message look measly bitch face :P
127.0.0.1, wherever you go.. there you are!
Post Reply