Have network but not Internet

Hi, i update my opensuse factory to RC2, but now when i connect to network by wireless or wire then i have network can acess the router etc… but when i try use the browser or other external web service don’t work.
Some one have the same problem or can help me?

Hi wmagician, I’m new with Suse first install, here for help too.
That said you have your Lan working but not WAN check that it has access to the net(through router), also check port 80 is not blocked port 80 is the HTTP port(web browser).
Hope this fixes or helps to fix your problem.

Zelong.

Yes i have wan acess by router i have other computer with opensuse 11.2 and is ok.
About port 80 that port is used by http server not by the clients (browsers).
I think the problem come with the upgrade to RC2 but i dont know how to fix it :frowning:

G’day again wmagician, port 80 whoops it has been a while :frowning: . Well your doing well, better than I. I’ve installed Suse 11.2 a day and a half ago two days and still can’t get a byte on the network I can’t get out. It’s the OS I’ve reinstalled and turned Suse’s firewall off still no byte, bit off nothing, bugger. And I keep typing on the wrong key board aaaaarrrrr
So I have to give it a rest for this weekend(over lol). I’ll creep to bed with the old crock before she awakes.

Zelong.

On Sun July 4 2010 04:16 pm, wmagician wrote:

>
> Hi, i update my opensuse factory to RC2, but now when i connect to
> network by wireless or wire then i have network can acess the router
> etc… but when i try use the browser or other external web service
> don’t work.
> Some one have the same problem or can help me?
>
>
wmagician;

Open a terminal window and post the results of these commands:


/sbin/ifconfig -a
/sbin/route -n
cat /etc/resolv.conf

The first command will show us if you have the network card configured
properly and are receiving an IP. The second will show if the gateway is set
properly and the third will show if your DNS servers are configured.

P. V.
“We’re all in this together, I’m pulling for you.” Red Green

On Sun July 4 2010 09:29 pm, PV wrote:

> On Sun July 4 2010 04:16 pm, wmagician wrote:
>
>>
>> Hi, i update my opensuse factory to RC2, but now when i connect to
>> network by wireless or wire then i have network can acess the router
>> etc… but when i try use the browser or other external web service
>> don’t work.
>> Some one have the same problem or can help me?
>>
>>
> wmagician;
>
> Open a terminal window and post the results of these commands:
>


> /sbin/ifconfig -a
> /sbin/route -n
> cat /etc/resolv.conf
> 
Addenda: Welcome to the forums. Can you also post the results of

/usr/sbin/iwconfig


P. V.
“We’re all in this together, I’m pulling for you.” Red Green

Hi, the report is this


> /sbin/ifconfig -a
eth0      Link encap:Ethernet  HWaddr 54:42:49:0C:73:86  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:18 

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:256 errors:0 dropped:0 overruns:0 frame:0
          TX packets:256 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:18384 (17.9 Kb)  TX bytes:18384 (17.9 Kb)

pan0      Link encap:Ethernet  HWaddr CA:C4:51:6D:0C:31  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wlan0     Link encap:Ethernet  HWaddr *8:D*:0*:D*:*8:4*  
          inet addr:192.168.0.16  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::7add:8ff:fed1:3840/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6 errors:0 dropped:0 overruns:0 frame:0
          TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:906 (906.0 b)  TX bytes:10717 (10.4 Kb)


> cat /etc/resolv.conf
# Generated by NetworkManager


> /usr/sbin/iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"*******"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 0*:*2:**:4*:*D:3*   
          Bit Rate=1 Mb/s   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:**************************
          Power Management:off
          Link Quality=70/70  Signal level=-40 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

pan0      no wireless extensions.

about the /sbin/route i make another problem, when i copy/past the command a execute


> /sbin/route

and overwire the content of route script now i lost the route program :frowning:

Suggets you add the IP address of the gateway and the IP addresses of the name servers (add them into the config for the network interface).

my route table


Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     2      0        0 wlan0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 wlan0

I think the problem is where :expressionless:

If you are using kde4 go to your network settings in the desktop settings and see if there is a proxy enabled. I had a similar problem that was resolved by selection “direc connection to the internet”. Also, try to set up the network in the yast network settings using ifup instead of network manager.

On Mon July 5 2010 01:36 pm, wmagician wrote:

>
> my route table
>
>
> Code:
> --------------------
>
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use
Iface
> 192.168.0.0 0.0.0.0 255.255.255.0 U 2 0 0
wlan0
> 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
> 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0
wlan0
>
> --------------------
>
>
> I think the problem is where :expressionless:
>
>

wmagician;

resolv.conf should contain the names of your nameservers (DNS). These are
provided by your internet service provider (ISP). If you do not know these
check their web site or use one of the Google public name servers (8.8.8.8
and 8.8.4.4). You will need to add these to your network card configuration.

See this Howto for details: swerdna.org
and maybe
swerdna.org

(The first should suffice but no harm in reading through the second)

I assume your router is at 192.168.0.1, if so the gateway is properly set.

P. V.
“We’re all in this together, I’m pulling for you.” Red Green

On 07/05/2010 05:22 PM, PV wrote:
> On Mon July 5 2010 01:36 pm, wmagician wrote:
>
>>
>> my route table
>>
>>
>> Code:
>> --------------------
>>
>> Kernel IP routing table
>> Destination Gateway Genmask Flags Metric Ref Use
> Iface
>> 192.168.0.0 0.0.0.0 255.255.255.0 U 2 0 0
> wlan0
>> 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
>> 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0
> wlan0
>>
>> --------------------
>>
>>
>> I think the problem is where :expressionless:
>>
>>
>

>
> wmagician;
>
> resolv.conf should contain the names of your nameservers (DNS). These are
> provided by your internet service provider (ISP). If you do not know these
> check their web site or use one of the Google public name servers (8.8.8.8
> and 8.8.4.4). You will need to add these to your network card configuration.
>
> See this Howto for details: swerdna.org
> and maybe
> swerdna.org
>
> (The first should suffice but no harm in reading through the second)
>
> I assume your router is at 192.168.0.1, if so the gateway is properly set.

If you delete /etc/resolv.conf and remake the connection, it should be OK.
If not, then manually add the nameservers in the previous post.

The routing is correct, but you need the name servers. If oyu are using Yast’s network configurator, ave a look here: Configure a network card in Suse/openSUSE 11.x for Internet Access & wifi.

Problem fixed :smiley:
I delete resolv.conf, reboot and is ok!

thks for the help xD