Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
tftpd32.ini | Within this document |
default | Within this document |
initrd | \\YourNovellServer\sys\tftp\boot\ |
linux | \\YourNovellServer\sys\tftp\boot\ |
root | \\YourNovellServer\sys\tftp\boot\ |
settings.txt | \\YourNovellServer\sys\tftp\boot\ |
pxelinux.0 | Within SYSLINUX package |
mkdir c:\bins c:\zmg c:\tftproot\pxelinux.cfg
pxelinux.0
initrd
linux
root
settings.txt
[DHCP]
IP_Pool=35525642
PoolSize=250
BootFile=pxelinux.0
DNS=0
Mask=16777215
Gateway=0
DomainName=ZENIMAGING
Lease (minutes)=2880
[TFTPD32]
BaseDirectory=C:\TFTPROOT
TftpPort=69
PXECompatibility=0
Negociate=1
ShowProgressBar=0
Timeout=3
MaxRetransmit=6
SecurityLevel=1
VirtualRoot=1
LocalIP=10.20.30.1
Services=5
DHCP Ping=0
DHCP LocalIP=10.20.30.1
Max Simultaneous Transfers=10
Console Password=tftpd32
PersistantLeases=0
DEFAULT ZENworks
PROMPT 0
TIMEOUT 1
LABEL ZENworks
KERNEL /linux
APPEND initrd=/initrd vga=0x314 install=tftp://10.20.30.1 rootimage=/root PROXYADDR=unconfigured TFTPIP=10.20.30.1 splash=silent PXEBOOT=YES mode=5
netsh interface ip set address name="Local Area Connection" source=static addr=10.20.30.1 mask=255.255.255.0 gateway="none"
net SHARE zmg=c:\zmg /unlimited
mkdir /mnt/zmg && mount -o user=WINXPUSERNAME,pass=WINXPPASSWORD //10.20.30.1/zmg /mnt/zmg
alias zmg='mkdir /mnt/zmg && mount -o user=WINXPUSERNAME,pass=WINXPPASSWORD //10.20.30.1/zmg /mnt/zmg'