Teil 5:
Code:
rpm -q kinternet
package kinternet is not installed
Code:
/usr/sbin/rcsmpppd status
Checking for SMPPPD: running
Code:
rpm -q wpa_supplicant
wpa_supplicant-0.6.4-15.12
Code:
/sbin/ifconfig
eth0 Link encap:Ethernet Hardware Adresse 00:0A:E4:E5:71:2E
inet Adresse:10.4.44.78 Bcast:10.4.44.255 Maske:255.255.255.0
inet6 Adresse: fe80::20a:e4ff:fee5:712e/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:27416 errors:0 dropped:0 overruns:0 frame:0
TX packets:17309 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:1000
RX bytes:35220578 (33.5 Mb) TX bytes:2058605 (1.9 Mb)
Interrupt:20 Basisadresse:0x8000
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:80 errors:0 dropped:0 overruns:0 frame:0
TX packets:80 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:0
RX bytes:5160 (5.0 Kb) TX bytes:5160 (5.0 Kb) Code:
/sbin/ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
inet 127.0.0.2/8 brd 127.255.255.255 scope host secondary lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:0a:e4:e5:71:2e brd ff:ff:ff:ff:ff:ff
inet 10.4.44.78/24 brd 10.4.44.255 scope global eth0
inet6 fe80::20a:e4ff:fee5:712e/64 scope link
valid_lft forever preferred_lft forever
3: wmaster0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ieee802.11 00:14:a4:19:dc:09 brd ff:ff:ff:ff:ff:ff
4: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 00:14:a4:19:dc:09 brd ff:ff:ff:ff:ff:ff Code:
/usr/sbin/iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=0 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0 Code:
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 10.4.44.100
Code:
/sbin/route -n
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
10.4.44.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 10.4.44.100 0.0.0.0 UG 0 0 0 eth0
Code:
ping -c1 10.4.44.100
PING 10.4.44.100 (10.4.44.100) 56(84) bytes of data.
64 bytes from 10.4.44.100: icmp_seq=1 ttl=64 time=2.05 ms
--- 10.4.44.100 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 2.057/2.057/2.057/0.000 ms
Code:
ing -c1 195.135.220.3
PING 195.135.220.3 (195.135.220.3) 56(84) bytes of data.
64 bytes from 195.135.220.3: icmp_seq=1 ttl=52 time=49.5 ms
--- 195.135.220.3 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 49.577/49.577/49.577/0.000 ms
Code:
ping -c1 suse.de
PING suse.de (195.135.220.3) 56(84) bytes of data.
64 bytes from turing.suse.de (195.135.220.3): icmp_seq=1 ttl=52 time=51.3 ms
--- suse.de ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 51.323/51.323/51.323/0.000 ms
Code:
egrep 'eth|ath|wlan|ra' /etc/udev/rules.d/*persistent-net*
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:14:a4:19:dc:09", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0a:e4:e5:71:2e", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" Code:
egrep -r '(eth|ath|wlan|ra)([0-9]|10)' /etc/modprobe.*|egrep -v'#|blacklist'
/etc/modprobe.conf:install eth0 /bin/true
/etc/modprobe.conf:install eth1 /bin/true
ok, ist ein bischen mehr code. Ich hoffe ich habs jetzt.
scoter
Lesezeichen