What do I have to change here ? (sakis3g on suse)

hi all,
I am using sakis3g (http://sakis3g.org) to connect Internet via my 3G usb,it work well on ubuntu, but with suse it does not, I do not know why ?
The following are all of my pics:
1:

http://i1107.photobucket.com/albums/h388/kaka861/3.png

2:

http://i1107.photobucket.com/albums/h388/kaka861/2.png

3:

http://i1107.photobucket.com/albums/h388/kaka861/1.png

I could not browser any website by firefox (have unchecked offline for sure)
I also tried to ping, but it did not work too
I think there should be something wrong in my network configuration.
Does anyone have any suggestion,please help ?
thanks !

Please post the output of these commands here :

/sbin/ifconfig 
cat /etc/resolv.conf

Best regards,
Greg

hi glistwan,
here are output of ifconfig and resolv.conf

van7hu@van7hu:~> /sbin/ifconfig
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:390 errors:0 dropped:0 overruns:0 frame:0
TX packets:390 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:32068 (31.3 Kb) TX bytes:32068 (31.3 Kb)

van7hu@van7hu:~> 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!

search Concacat
van7hu@van7hu:~>

Try to add the following line to the /etc/resolv.conf file using your favourite tekst editor :

nameserver 8.8.8.8

And report back if that works.

Best regards,
Greg

oh,thank you,it worked!

The DNS servers are configured in this file. As You had none specified your system could not resolve names like opensuse.org to ip address.
Glad I could help. Have a lot of fun with openSUSE :slight_smile:

Best regards,
Greg