Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Remotely change static IP via the command line' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Remotely change static IP via the command line
Authored by: kholburn on Jan 23, '05 08:25:49PM
nice

$ man ipconfig
No manual entry for ipconfig
$ ipconfig --help
usage: ipconfig <command> <args>
where <command> is one of waitall, getifaddr, ifcount, getoption, getpacket, set
$ ipconfig set --help
usage: set  <interface name> < BOOTP | MANUAL | DHCP | INFORM | NONE > <method args>
$ ipconfig set en0 MANUAL --help
usage: ipconfig set en0 MANUAL <ip> <mask>



[ Reply to This | # ]