![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how we can get gateway address | phani_sree | High Level Programming | 2 | 12-12-2006 03:52 AM |
| How to Achive IP address through MAC(Ethernet) address | krishnacins | IP Networking | 3 | 08-29-2005 05:45 PM |
| network address and broadcast address? | pnxi | UNIX for Dummies Questions & Answers | 7 | 11-10-2003 08:29 PM |
| gateway address | sshokunbi | UNIX for Dummies Questions & Answers | 2 | 01-23-2002 11:34 AM |
| Modifying IP Address/Gateway/Subnet in SCO Unix | PBNOSGT | UNIX for Dummies Questions & Answers | 12 | 01-07-2002 09:31 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
IP address and gateway info
How can I change the IP address and gateway info on a unix server?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
What version/vendor of Unix? Most systems use the 'ifconfig' and 'route' commands to do this. Check the man pages, or post more details here if you need more help.
|
|
#3
|
|||
|
|||
|
In most unix distributions you can use command "route" to change your gateway
example: route add default gw {IP addr} {other options} and command "ifconfig" to change your IP address example: ifconfig {your device(my is eth0) } {IP addr} |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|