On Wed, 2009-09-30 at 02:34 +0530, phanisvara das wrote:
On Wednesday 30 September 2009 02:09:29 am you wrote:
I tried to do it via terminal as you instructed, but it still doesn't work.
not good ... :(
Then I tried to do the same thing via yast, and it didn't work there either. There are two files now, /etc/sysconfig/network/routes and /etc/sysconfig/network/routes-yast2save. They both have the same default written in the file, but nothing else.
that's how it is supposed to be.
please post output of the following commands (root terminal), _before_ enabling your network with yast:
route -n arp -n cat /etc/resolv.conf
-- phani.
Here is before activating the card linux-cqtg:/home/lxmark # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo linux-cqtg:/home/lxmark # arp -n linux-cqtg:/home/lxmark # cat /etc/resolv.conf ### /etc/resolv.conf file autogenerated by netconfig! # # Before you change this file manually, consider to define the # static DNS configuration using the following variables in the # /etc/sysconfig/network/config file: # NETCONFIG_DNS_STATIC_SEARCHLIST # NETCONFIG_DNS_STATIC_SERVERS # NETCONFIG_DNS_FORWARDER # or disable DNS configuration updates via netconfig by setting: # NETCONFIG_DNS_POLICY='' # # See also the netconfig(8) manual page and other documentation. # # Note: Manual change of this file disables netconfig too, but # may get lost when this file contains comments or empty lines # only, the netconfig settings are same with settings in this # file and in case of a "netconfig update -f" call. # ### Please remove (at least) this line when you modify the file! linux-cqtg:/home/lxmark # ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:66 errors:0 dropped:0 overruns:0 frame:0 TX packets:66 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4620 (4.5 Kb) TX bytes:4620 (4.5 Kb) linux-cqtg:/home/lxmark # After linux-cqtg:/home/lxmark # arp -n Address HWtype HWaddress Flags Mask Iface 192.168.0.1 ether 00:13:46:f0:d5:74 C eth0 linux-cqtg:/home/lxmark # cat /etc/resolv.conf ### /etc/resolv.conf file autogenerated by netconfig! # # Before you change this file manually, consider to define the # static DNS configuration using the following variables in the # /etc/sysconfig/network/config file: # NETCONFIG_DNS_STATIC_SEARCHLIST # NETCONFIG_DNS_STATIC_SERVERS # NETCONFIG_DNS_FORWARDER # or disable DNS configuration updates via netconfig by setting: # NETCONFIG_DNS_POLICY='' # # See also the netconfig(8) manual page and other documentation. # # Note: Manual change of this file disables netconfig too, but # may get lost when this file contains comments or empty lines # only, the netconfig settings are same with settings in this # file and in case of a "netconfig update -f" call. # ### Please remove (at least) this line when you modify the file! nameserver 192.168.0.1 linux-cqtg:/home/lxmark # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 linux-cqtg:/home/lxmark # ifconfig eth0 Link encap:Ethernet HWaddr 00:24:21:A9:5B:1D inet addr:192.168.0.102 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:847 errors:0 dropped:0 overruns:0 frame:0 TX packets:701 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:902578 (881.4 Kb) TX bytes:106621 (104.1 Kb) Interrupt:252 Base address:0xa000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:98 errors:0 dropped:0 overruns:0 frame:0 TX packets:98 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:7100 (6.9 Kb) TX bytes:7100 (6.9 Kb) linux-cqtg:/home/lxmark # -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org