PDA

View Full Version : Setting a static IP address in 6.3f / 6.4a


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

deathmachine
10-24-2008, 01:36 PM
why not just do and ifconfig eth0 in the author file, thats what i did and it solved my problem.