BarryGrubb54114
10-09-2008, 11:41 AM
Instructions for PTVnet for setting a static IP address are no longer valid (the suggested edits in rc.sysinit.author do not exist) Below is the metod I used to set static, if anyone sees an issue with this method, please comment
Worked for me, no guarantees
cd /ptvupgrade/bin
rootwrite
./netconfig.tcl ipaddress subnetmask defaultgateway dns-server
# in my case
# ./netconfig.tcl 192.168.1.150 255.255.255.0 192.168.1.1 192.168.1.1
./set_static.tcl
rootread
reboot
Worked for me, no guarantees
cd /ptvupgrade/bin
rootwrite
./netconfig.tcl ipaddress subnetmask defaultgateway dns-server
# in my case
# ./netconfig.tcl 192.168.1.150 255.255.255.0 192.168.1.1 192.168.1.1
./set_static.tcl
rootread
reboot