Close the YaST and end the current X session.
as user root run this command:
find /etc -mtime -1 -ls | grep "Jun 16 1" > /root/changed_filesExplain the command pipe above and check the changed_files. What can you learn from the file? Copy the relevant files to newly created /root/net_changes directory.
Linux ivan2 2.6.11.4-20a-default #1 Tue Jun 7 18:20:46 MDT 2005 i686 i686 i386 GNU/Linuxifconfig -a You should see output similar to
eth0 Link encap:Ethernet HWaddr 00:07:E9:A7:13:6F
inet addr:192.168.8.xy Bcast:192.168.8.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3496 errors:0 dropped:0 overruns:0 frame:0
TX packets:7849 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:558363 (545.2 Kb) TX bytes:7668994 (7.3 Mb)
Interrupt:20 Base address:0x2000
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:120 errors:0 dropped:0 overruns:0 frame:0
TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9880 (9.6 Kb) TX bytes:9880 (9.6 Kb)
netstat -rn or route You should see output similar to Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.8.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.8.1 0.0.0.0 UG 0 0 0 eth0 or Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface link-local * 255.255.255.0 U 0 0 0 eth0 169.254.0.0 * 255.255.0.0 U 0 0 0 eth0 loopback * 255.0.0.0 U 0 0 0 lo default ivan.cs209.cs.n 0.0.0.0 UG 0 0 0 eth0In you report explain the the output of commands above and make sure that all variables as set correctly.
Check also that you can communicate with other computers.
Do ping 192.168.8.1
(Stop the ping by [CTRL] + C)
You should see output similar to
PING 192.168.8.1 (192.168.8.1): 56 octets data 64 octets from 192.168.8.1: icmp_seq=0 ttl=64 time=2.2 ms 64 octets from 192.168.8.1: icmp_seq=1 ttl=64 time=0.1 ms 64 octets from 192.168.8.1: icmp_seq=2 ttl=64 time=0.1 ms 64 octets from 192.168.8.1: icmp_seq=3 ttl=64 time=0.1 ms --- 192.168.8.1 ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max = 0.1/0.6/2.2 msIf you do not get a response as expected make sure that:
csguest with password cs209s1