I installed a copy of opensuse on my server after Microsoft safety scanner messed up windows. I need help getting wireless working. Oh, I am not using 12.1 because of postfix not working correctly for me. My router is link sys WRT54G. The server system connects fine. It just doesn’t ping anything correctly.
On 03/21/2012 04:26 PM, zontreck wrote:
>
> I installed a copy of opensuse on my server after Microsoft safety
> scanner messed up windows. I need help getting wireless working. Oh, I
> am not using 12.1 because of postfix not working correctly for me. My
> router is link sys WRT54G. The server system connects fine. It just
> doesn’t ping anything correctly.
Is routine set correctly? What does ‘/sbin/route -n’ show?
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.154.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.1.1 0.0.0.0 UG 0 0 0 eth1
On 03/21/2012 04:56 PM, zontreck wrote:
>
> Kernel IP routing table
> Destination Gateway Genmask Flags
> Metric Ref Use Iface
> 192.168.1.0 0.0.0.0 255.255.255.0 U
> 0 0 0 eth0
> 192.168.1.0 0.0.0.0 255.255.255.0 U
> 0 0 0 eth1
> 169.154.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.1.1 0.0.0.0 UG
> 0 0 0 eth1
Please post computer output inside
....
tags. Use the advanced editor.
Are you trying to use eth0 or eth1? The routing above will only work for eth1.
eth1 is the dev device I am trying to use. It does connect to the router. It is just not routing and connecting to the internet. Nor is it able to ping the router or other devices.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Disable eth0 to see if that helps, since you’re not trying to use it anyway.
Also, what do the following show:
ip addr
ip -s link
Good luck.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBAgAGBQJPamVMAAoJEF+XTK08PnB5S3oQAMdmVKEUe48tuQ6ltYlg5Jh5
FY/EyWYrJvvwkO79egqsXzsWWKpUj07AMW4viP6LaSTRRoE7SW43g8qD/m1Grq7w
ROo8xOAj5XPZT9Wu80WIRvBbppB7n24GxECuSN9eQmqQVzWbdDbRKLLk3uCGNVg0
7LAxI4Q4fvLQGzAYgzgJGhJie7VsFEjazOTcdFZ6ryIX374tX+Z6ybqPkFrE64O9
vbRxLJBkF7wmcuYFU34uzxVnDpEXNRcfEPtW9VY4vH9Vn3L5uVz6Z2qx2eOYwBx0
XW9UHpDVVBgbEyLcRRNdci9nQXdQjD8giVTTDFNDvJLBHx8RrLc8algSIk90kdcW
uu4SHs3RUE4iTphWkNwnuWhp3bg2CtjY8ASuzo5td4cOk4+JMdUB5uqak3uUiFwl
2r500s5d1hPS0AAlRMr2zGsH2aexHjXdy0Mo+yQb5TRY/3iEGi9jjReNiBfCAYut
IcE5kpLG/ctmdJr5Ty9JvNjXPukDGXEIfs0iYJYFH+g6TeaoemoQfysJgSi6u2ab
nKIjhI5uSOdxHxMZT8/ySI+5pQ1XZopN807pnbbNwHeph+qcULb8JTkX4YNyiPzA
6rDfGZhCOKKbUYHiWRpEreuFg5H5RPAJiUFqaLbM6IN5Gg5wS4XL9ml53tiPRt7l
L0q6kQ0xzyoaJbD2WBaC
=8iri
-----END PGP SIGNATURE-----
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
2: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:0e:35:34:b0:ad brd ff:ff:ff:ff:ff:ff
inet 192.168.1.118/24 brd 192.168.1.255 scope global eth1
3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 00:0b:5d:4e:7c:46 brd ff:ff:ff:ff:ff:ff
- ip addr
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
RX: bytes packets errors dropped overrun mcast
4976 48 0 0 0 0
TX: bytes packets errors dropped carrier collsns
4976 48 0 0 0 0
2: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:0e:35:34:b0:ad brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped overrun mcast
0 0 6888 6895 0 0
TX: bytes packets errors dropped carrier collsns
1620 45 0 0 0 0
3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 00:0b:5d:4e:7c:46 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped overrun mcast
0 0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
ip -s link
Sorry, I had to get a SD card out to transfer all that output. I didn’t want to retype it all
Ok, Static says Destination host unreachable. And DHCP which i just tried says: Network is unreachable. - I would prefer Static since that is how i can keep the IP the same and not have it constantly changing…
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Can you post the output of the commands when doing DHCP vs. static?
Include the output of ip route
as well. That the messages change
tells me the settings change; in theory the settings (other than how
they were set, meaning statically (by you) vs. dynamically (DHCP))
should be the same. ‘Destination host unreachable’ means a box couldn’t
be found. ‘Network is unreachable’ means a packet couldn’t get to the
right network. My guess is that your IPs are wrong, or else the
wireless layer is wrong. Maybe the output from /usr/sbin/iwconfig eth1
would also help since you mentioned this is wireless.
Good luck.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBAgAGBQJPawGrAAoJEF+XTK08PnB5wQQQAIaD9WhjdkdbPsKkoEyTSlJP
vacuONcfUsJpX/qfquh0zqhqBK731ggSVtxpKNvT4BPQg0NGV38ta3if4fpw+kP4
7wOEoF9ulPZmJSfc5MpmlBvwAiUz8fuCL9CnvKTlrT4XmxwgJmna3+rgLzLNxSI4
KcAquXYyi1VdBMUUhC7tUCSXg3wIHPNdww6Y5ylOMsVofbMT+ljOZYEfIfI2iSxK
Rrs6pUyxYd62oyHgp1yxd9G1ObFMZ4yUFJvNSepF1HsNxpf46HpPnNDaLPxeANUG
tD0NjDinHzkv/hVMssARghAudfRwEdUZJZ+sl17wxkRHoeCT29ueOnZOX7GvSuu6
2yCNHhtby7OLJ2oRe/k0sapxAVHdbGz0+uR6SNZRRUXjbg9lGBSo/EpqwaZYsISC
xHJTsHluALeXXRI2EOcQcAWQD05HSrpg/5FnrmbpZ8/U1O55ttlxzd1vSqkG8pSp
qEbX8j1zjR0KTEXGE1ykDneYsNjhioPkNLhIdIjZWIQjjsd+dgEpcUE8JCXw1gzZ
zuj1icWKFM2B/inSuMejUtG5UovkNv5XC0uqyMybl7rsazkjLYSvliYn6NYHY3tX
g+w9O3JqhThBIsl7mt68nvcx3k3MM6OKxlSw1y0cWl/wL8409f8X4+EFkcI8yhyr
IlgP927oeQxJQuSNxLW7
=Fg73
-----END PGP SIGNATURE-----
DHCP-iwconfig
eth1 IEEE 802.11g ESSID:"HomeNetwork"
Mode:Managed Frequency:2.462 GHz Access Point: 00:14:BF:AB:59:1B
Bit Rate:54 Mb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Encryption key:A5D8-38F7-9379-248C-A3C7-6403-20 Security mode:open
Power Management:off
Link Quality=90/100 Signal level=-39 dBm Noise level=-78 dBm
Rx invalid nwid:0 Rx invalid crypt:420 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:1
static-iwconfig
eth1 IEEE 802.11g ESSID:"HomeNetwork"
Mode:Managed Frequency:2.462 GHz Access Point: 00:14:BF:AB:59:1B
Bit Rate:54 Mb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Encryption key:A5D8-38F7-9379-248C-A3C7-6403-20 Security mode:open
Power Management:off
Link Quality=91/100 Signal level=-38 dBm Noise level=-72 dBm
Rx invalid nwid:0 Rx invalid crypt:260 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
ip route - static
192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.118
169.254.0.0/16 dev eth1 scope link
127.0.0.0/8 dev lo scope link
default via 192.168.1.1 dev eth1
ip route - dhcp
127.0.0.0/8 dev lo scope link
PING 192.168.1.118 (192.168.1.118): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
^C
--- 192.168.1.118 ping statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
This is a result from my Mac when attempting to ping the openSUSE system.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
So… your DHCP service did not send out a default gateway? That’d be
bad, of course, for anything off of the network. That you do not have
any routes other than the localhost route makes me think your box did
not even get an IP address when using DHCP since if you had an IP
address you should at least have a route to that network, plus
preferably a default route to the rest of the world.
Do any other boxes exist on this network? Do they work?
Good luck.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBAgAGBQJPa0daAAoJEF+XTK08PnB5DGYQAKU37FMmLQlO/mzJi7qazWVx
+1cOroGnSEk9oT8XLxP7pr7n+P2hwkfpPsFcipF/TmSiL2+owj5Sq7QZWGHd3CNb
Dnq5IkgzkReFMaLjesl6TuGTh46CJWeXdyVcGwNBTe32VCLPWkDHTHGus2GL60fV
Is5oGzbsiUul9/bNzqA6SEWSIumJz8TxyNr4xnboXMes7KVwKM0/q0UvBgH4oawF
s/0eUrqWgzoQ2E60oNoh6/ZtFF5ac535BGfTUnLoHPXzui+7roz4I8vdEdallGWT
or2XZq64lEASDq3EhTMxzTiGTcO/h+uYfMJJylAsSqiutw4XI5/c7GCEqjOIycKe
TIbaRQqTb2/btblcZqQ+w1+CCSbgCJxl6iiGfMRwm7jeiPEIaovoIfBN7YN2Qe53
I5JnG0nf2EZoLo7vOk+QblFuqtKNH4tQGCZXV02xtTt9Wfe8CIb3cLwzIFrlVIEw
frt1DSG0p4wargHuOzdG1yzip5DUMbauBrGKxuinRkR5qfYsysWmFeTJUhv24khr
w9SCmjNCxl33jvTHrCiSdCBkxiMmGZJezj0gh6beutYerBVB9fDZY5Jre5UJl65c
WTshKns78+/xd/ogaHO+qsKIZJbzBOgk4AH1MOq/jF6exy0OeKNlHIEcR6D/UOIS
CBs3SCpKXfRK+5hvUBtM
=/C2s
-----END PGP SIGNATURE-----
Ok, i got it working somehow. I’ll try and backtrace my steps but, I think it was that i had it set to passphrase instead of hexadecimal. I did a few other changes. But I’m not testing anything. So, I think thats what it was.
The network is WEP. Thats when i looked at what it was set at. Last time, my network was WPA. So, i didn’t have a issue like this. I do believe the issue is resolved. I am able to ping google. And the router.