openSUSE Forums > Archives > Novell Archives » SUSE 10.0 wireless networking - HELP! :)

Go Back   openSUSE Forums > Archives > Novell Archives
Forums FAQ Members List Search Today's Posts Mark Forums Read


Novell Archives Archived content from Novell openSUSE support forums

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 22-May-2007, 13:52
Scott Ballard
Guest
 
Posts: n/a
Default SUSE 10.0 wireless networking - HELP! :)

Hi,

I hope that some of the experts here can lend a hand. I'm definitely no
Linux expert, although I have been a user of it for years, just not the sys
admin side of things.

I'm trying to get my wireless networking working. Currently, my Cat5
connection to my router works. I can also see my router if I disconnect the
Cat5 and type the IP of the router into my browser. I just can't seem to
connect to the outside. I've tried ifdown ra0 and ifup ra0 with no luck.


Here's is all the info I can get about my system:

router:
D-link DI-634M

wireless network card:
micro-star RT2500 model: MP54G2

ifconfig:
eth0 Link encap:Ethernet HWaddr 00:90:F5:32:C3:40
inet addr:192.168.0.171 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::290:f5ff:fe32:c340/64 Scope:Link
UP BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:2747 errors:0 dropped:0 overruns:0 frame:0
TX packets:585 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:775794 (757.6 Kb) TX bytes:116403 (113.6 Kb)
Interrupt:185 Base address:0x4800

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:426 errors:0 dropped:0 overruns:0 frame:0
TX packets:426 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:30747 (30.0 Kb) TX bytes:30747 (30.0 Kb)

ra0 Link encap:Ethernet HWaddr 00:11:09:F7:90:E3
inet addr:192.168.0.129 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::211:9ff:fef7:90e3/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7149 errors:0 dropped:0 overruns:0 frame:0
TX packets:2142 errors:0 dropped:0 overruns:0 carrier:0
collisions:2 txqueuelen:1000
RX bytes:1077536 (1.0 Mb) TX bytes:192873 (188.3 Kb)
Interrupt:169

-----------------------------------------
/etc/hosts:

#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#

127.0.0.1 localhost

# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback

fe00::0 ipv6-localnet

ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
127.0.0.2 linux.site linux


  #2 (permalink)  
Old 22-May-2007, 19:24
MarkD
Guest
 
Posts: n/a
Default Re: SUSE 10.0 wireless networking - HELP! :)

Scott Ballard wrote:

> Hi,
>
> I hope that some of the experts here can lend a hand. I'm definitely no
> Linux expert, although I have been a user of it for years, just not the
> sys admin side of things.
>
> I'm trying to get my wireless networking working. Currently, my Cat5
> connection to my router works. I can also see my router if I disconnect
> the Cat5 and type the IP of the router into my browser. I just can't seem
> to connect to the outside. I've tried ifdown ra0 and ifup ra0 with no
> luck.
>
>
> Here's is all the info I can get about my system:
>
> router:
> D-link DI-634M
>
> wireless network card:
> micro-star RT2500 model: MP54G2
>
> ifconfig:
> eth0 Link encap:Ethernet HWaddr 00:90:F5:32:C3:40
> inet addr:192.168.0.171 Bcast:192.168.0.255 Mask:255.255.255.0
> inet6 addr: fe80::290:f5ff:fe32:c340/64 Scope:Link
> UP BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
> RX packets:2747 errors:0 dropped:0 overruns:0 frame:0
> TX packets:585 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:775794 (757.6 Kb) TX bytes:116403 (113.6 Kb)
> Interrupt:185 Base address:0x4800
>
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> inet6 addr: ::1/128 Scope:Host
> UP LOOPBACK RUNNING MTU:16436 Metric:1
> RX packets:426 errors:0 dropped:0 overruns:0 frame:0
> TX packets:426 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:30747 (30.0 Kb) TX bytes:30747 (30.0 Kb)
>
> ra0 Link encap:Ethernet HWaddr 00:11:09:F7:90:E3
> inet addr:192.168.0.129 Bcast:192.168.0.255 Mask:255.255.255.0
> inet6 addr: fe80::211:9ff:fef7:90e3/64 Scope:Link
> UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:7149 errors:0 dropped:0 overruns:0 frame:0
> TX packets:2142 errors:0 dropped:0 overruns:0 carrier:0
> collisions:2 txqueuelen:1000
> RX bytes:1077536 (1.0 Mb) TX bytes:192873 (188.3 Kb)
> Interrupt:169
>
> -----------------------------------------
> /etc/hosts:
>
> #
> # hosts This file describes a number of hostname-to-address
> # mappings for the TCP/IP subsystem. It is mostly
> # used at boot time, when no name servers are running.
> # On small systems, this file can be used instead of a
> # "named" name server.
> # Syntax:
> #
> # IP-Address Full-Qualified-Hostname Short-Hostname
> #
>
> 127.0.0.1 localhost
>
> # special IPv6 addresses
> ::1 localhost ipv6-localhost ipv6-loopback
>
> fe00::0 ipv6-localnet
>
> ff00::0 ipv6-mcastprefix
> ff02::1 ipv6-allnodes
> ff02::2 ipv6-allrouters
> ff02::3 ipv6-allhosts
> 127.0.0.2 linux.site linux



Are you using the wan port on the router as the gateway?

-MD

 

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2