Re: Laptop Connects to WAP, But Cannot Access 'Net
"Bradley D. Thornton" <[email protected]>
| Newsgroups | gmane.linux.slackware |
|---|---|
| Organization | NorthTech Computer |
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 On 03/31/2012 03:05 PM, Rich Shepard wrote: > On Sat, 31 Mar 2012, Claudio Fontana wrote: > >> traceroute and route are not the same thing. >> Just run /sbin/route -n and provide us with the output (the routing >> table). > > As I wrote in my original post, route initially showed the gateway for > eth0, and a few seconds latter added the two routes for wlan0. No it won't do that. Because you have nothing plugged into your RJ-45 connector, and because /etc/rc.d/rc.inet1.conf says: # Config information for eth0: IPADDR[0]="" NETMASK[0]="" USE_DHCP[0]="yes" DHCP_HOSTNAME[0]="" Therefore, there will be no *inet* or *inet6* lines for eth0, when you: <code> # ip address show </code> ,,,and hence no route, for eth0 when you: <code> # route -n </code> # The *U* and *G* Flags will NOT be listed as being bound to *eth0* under *Use Iface* column. Unless, of course, your /etc/rc.d/rc.inet1.conf entries above say something else. i.e., you have set a static IP for eth0 ;) If that is the case, therein lies your issue. Do yourself and everyone else here a favor. Instead of haphazardly attempting to request assistance with partial snippets, go back to wherever it is that you are experiencing this problem, do the following, and post it to a pastebin so other's can point out where you went astray. There's a pastebin at http://pastebin.northtech.us/ but you can use any pastebin (redact any sensitive data with bogus data if you post the info in a pastebin instead of here). <code> # cat /etc/rc.d/inet1.conf > wtf.txt # ifconfig -a >> wtf.txt # route -n >> wtf.txt # ip address show >> wtf.txt # ip route show >> wtf.txt </code> Open wtf.txt and paste all of the contents of that file into a pastebin. This minor configuration issue is taking entirely too long to troubleshoot, due to incomplete information, and is causing you way too much stress. Please don't continue to provide a description of the problem. Just post the output of that file and it will be obvious what the problem is so we can get you talking :) I hope that helps. Kindest regards, - -- Bradley D. Thornton Manager Network Services NorthTech Computer TEL: +1.310.388.9469 (US) TEL: +44.203.318.2755 (UK) TEL: +41.43.508.05.10 (CH) http://NorthTech.US -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Find this cert at x-hkp://pool.sks-keyservers.net iQEcBAEBAwAGBQJPemF7AAoJEE1wgkIhr9j3PsQH/2prQNrML/F7Ckk44isNJZuf j4FbJOuXZZdfgbW5VE3tmwnEfUzgWx2km6sds7GdK6XPDKJWbPWztkgpnC4dqdY6 0q1mi8PTgsKgoOEO1E0vwNDS0Ey4fyU13ALGj1RaoEdnr8Ph7Pb6liqZzppBfNuC PZ5mbetIUH+m5eozMqMgVr+D+uUXkyoalDnh2FkZctAhjk5hXfkbHtB1Pkfkp/7G vGJd2ToL8k9n1zsnZiryaGqrlPN/SQRAzycXO3jbk7ioqEMuBxE4nvtqVKjJA5Pf Q0eIoNfwFZ1euTCOIUPr7+7EMi2V5d/YFILS83qBloRoFSYMyi6U66LGwRskyvI= =xAN6 -----END PGP SIGNATURE-----