Een goed systeem hoeft niet duur te zijn
There are two modes for restoring your iPhone, Recovery Mode and DFU Mode.
Where Recovery Mode is most used to restore an iPhone using iTunes, DFU Mode is more powerfull. Recovery Mode uses the pre-loader that is allready installed on the iPhone and DFU Mode uses the pre-loader injected in the restore package. If Recovery Mode isn’t working most of the times DFU Mode will do the job.
To put a device in DFU Mode hold the Power and Home button simultaneous for 10 seconds, after that release the Power button but hold the Home button for another 10 seconds. Then release the Home button. The screen will remain black, and iTunes will say it has detected an iPhone in Recovery Mode
As root, check which networking devices are installed
ls /etc/sysconfig/networking/devices
now edit the device you wish to configure your static ip address on (for instance eth0)
vi /etc/sysconfig/networking/devices/ifcfg-eth0
Now edit or add the settings you want changed (the bold ones, don’t change the other ones)
DEVICE=eth0
BOOTPROTO=none
HWADDR=xx:xx:xx:xx:xx:xx
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
PEERDNS=yes
IPADDR=192.168.1.2
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
Save and exit and change the name servers
vi /etc/resolv.conf
Configure your DNS settings
search DNS-SEARCH-DOMAIN
nameserver NAMESERVER1
nameserver NAMESERVER2
If you’re working remotely just reboot your server/workstation and if you’re working locally bring the network interface down and up
ifdown eth0
ifup eth0
Recente reacties