Username : Date : Action : Comments [ close all ] |
|
|
|
odr981 : 16/04/05 04:11 PM : Incident created |
- what file do i edit to adjust my internet sharing manually? everything works well - i just want to know in what file do the settings exist for eth0 and eth1 settings/config? i want to be able to set it up from the command line, not xwindows (kde).
|
|
|
|
Linegod_7611 : 16/04/05 06:45 PM : Reply received |
- Edit '/etc/sysconfig/network-scripts/ifcfg-ethx' where 'x' is '0' or '1'
--------
Note: If this answer resolves your problem, please remember to close this
incident.
|
|
|
|
odr981 : 17/04/05 01:05 AM : More info provided |
- thanks a LOT... for sure, what file has IP settings in it?
|
|
|
|
odr981 : 17/04/05 02:11 PM : More info provided |
- what file has IP settings in it?
|
|
|
|
Linegod_7611 : 17/04/05 06:41 PM : Reply received |
- /etc/sysconfig/network-scripts/ifcfg-ethx will have the IP settings, unless
you are using DHCP (then it is dynamically assigned) /etc/sysconfig/network
has the gateway settings. ie:
# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.5.52
NETMASK=255.255.255.0
NETWORK=192.168.5.0
BROADCAST=192.168.5.255
ONBOOT=yes
MII_NOT_SUPPORTED=no
WIRELESS_ENC_KEY=""
# cat /etc/sysconfig/network
HOSTNAME=warped.warpedsystems.sk.ca
NETWORKING=yes
GATEWAY=192.168.5.1
--------
Note: If this answer resolves your problem, please remember to close this
incident.
|
|
|
|
odr981 : 18/05/05 04:18 PM : Incident closed |
-
|
|
|