Created
March 19, 2012 03:21
-
-
Save caingougou/2092848 to your computer and use it in GitHub Desktop.
Network settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ifconfig eth0 192.168.1.2 | |
| netmask 255.255.255.0 | |
| //设置IP地址192.168.1.2 子网掩码:255.255.255.0 | |
| routeadd default gw 192.168.1.1 | |
| //设置网关为192.168.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment