close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 17, 2009, 3:17:08 AM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v41
|
v42
|
|
35 | 35 | /etc/init.d/ssh restart |
36 | 36 | }}} |
| 37 | |
| 38 | === Networking === |
| 39 | '''Edit /etc/network/interfaces''' |
| 40 | {{{ |
| 41 | auto eth0 |
| 42 | iface eth0 inet static |
| 43 | address 192.168.1.27 |
| 44 | netmask 255.255.255.0 |
| 45 | gateway 192.168.1.1 |
| 46 | }}} |
| 47 | |
| 48 | |
| 49 | '''Edit /etc/resolv.conf''' |
| 50 | {{{ |
| 51 | nameserver 68.6.16.30 |
| 52 | nameserver 68.2.16.30 |
| 53 | }}} |
| 54 | |
37 | 55 | |
38 | 56 | === VIA Padlock and OpenSSL === |