Networking Forums

Networking Forums > Computer Networking > Linux Networking > Strange problem with SuSE 9.2

Reply
Thread Tools Display Modes

Strange problem with SuSE 9.2

 
 
Kerti
Guest
Posts: n/a

 
      12-22-2004, 05:06 PM

I used to run on SuSe 9.0 and used two independent ISPs to connect
to Internet through US Robotics external modem via either one of the
two providers with no hassle at all.

Recently I upgraded to SuSE 9.2 by fresh installation from scratch
and connection to one of the providers still works O.K. while
connection to another is broken in a strange way:

Computer does connect through Kinternet but acts as if it is not
connected,namely although

# ifconfig -a

shows that my computer got 212.200.136.121 IP address,ping to any
computer,including its P-t-P at 212.200.136.100 does not respond
untill I ctrl-c out of it.

My Kinternet icon shows a connection,connection time is ticking
and my available time with ISP decreases for the amount I spent
"connected".

I even reinstalled SuSE 9.0 and again got connection to both ISPs
configured within minutes with no glitch at all.

I installed 9.2 again from scratch,same results: Connection to first
ISP works while connection to the second one is brokem the same way as
after the first installation of 9.2: Time is ticking as if connecton is
established but computer acts as if it is not connected.

It pings itself (212.200.136.121) successfuly but no other IP
address and traceroute fails at the very first and all other hops.

I wonder what changed from Suse 9.0 to 9.2 to give me so much
trouble.

Suggestions will be accepted with gratitude.

Kerti

 
Reply With Quote
 
 
 
 
Bill Marcum
Guest
Posts: n/a

 
      12-22-2004, 07:20 PM
On 22 Dec 2004 10:06:57 -0800, Kerti
<(E-Mail Removed)> wrote:
>
> I used to run on SuSe 9.0 and used two independent ISPs to connect
> to Internet through US Robotics external modem via either one of the
> two providers with no hassle at all.
>
> Recently I upgraded to SuSE 9.2 by fresh installation from scratch
> and connection to one of the providers still works O.K. while
> connection to another is broken in a strange way:
>
> Computer does connect through Kinternet but acts as if it is not
> connected,namely although
>
> # ifconfig -a
>
> shows that my computer got 212.200.136.121 IP address,ping to any
> computer,including its P-t-P at 212.200.136.100 does not respond
> untill I ctrl-c out of it.
>
> My Kinternet icon shows a connection,connection time is ticking
> and my available time with ISP decreases for the amount I spent
> "connected".
>
> I even reinstalled SuSE 9.0 and again got connection to both ISPs
> configured within minutes with no glitch at all.
>
> I installed 9.2 again from scratch,same results: Connection to first
> ISP works while connection to the second one is brokem the same way as
> after the first installation of 9.2: Time is ticking as if connecton is
> established but computer acts as if it is not connected.
>
> It pings itself (212.200.136.121) successfuly but no other IP
> address and traceroute fails at the very first and all other hops.
>
> I wonder what changed from Suse 9.0 to 9.2 to give me so much
> trouble.
>
> Suggestions will be accepted with gratitude.
>
> Kerti
>

What does "route -n" show uder each OS when connected? You need a
default route via the ppp interface.


--
"Cow fault??? Have you progressed from BSD to BSE?"
cowsay -b "Prepare to be assimoolated! "
 
Reply With Quote
 
Kerti
Guest
Posts: n/a

 
      12-24-2004, 02:06 PM
Bill Marcum wrote:
> On 22 Dec 2004 10:06:57 -0800, Kerti
> <(E-Mail Removed)> wrote:
> >
> > I used to run on SuSe 9.0 and used two independent ISPs to connect
> > to Internet through US Robotics external modem via either one of

the
> > two providers with no hassle at all.
> >
> > Recently I upgraded to SuSE 9.2 by fresh installation from scratch
> > and connection to one of the providers still works O.K. while
> > connection to another is broken in a strange way:
> >
> > Computer does connect through Kinternet but acts as if it is not
> > connected,namely although
> >
> > # ifconfig -a
> >
> > shows that my computer got 212.200.136.121 IP address,ping to any
> > computer,including its P-t-P at 212.200.136.100 does not respond
> > untill I ctrl-c out of it.
> >
> > My Kinternet icon shows a connection,connection time is ticking
> > and my available time with ISP decreases for the amount I spent
> > "connected".
> >
> > I even reinstalled SuSE 9.0 and again got connection to both ISPs
> > configured within minutes with no glitch at all.
> >
> > I installed 9.2 again from scratch,same results: Connection to

first
> > ISP works while connection to the second one is brokem the same way

as
> > after the first installation of 9.2: Time is ticking as if

connecton is
> > established but computer acts as if it is not connected.
> >
> > It pings itself (212.200.136.121) successfuly but no other IP
> > address and traceroute fails at the very first and all other hops.
> >
> > I wonder what changed from Suse 9.0 to 9.2 to give me so much
> > trouble.
> >
> > Suggestions will be accepted with gratitude.
> >
> > Kerti
> >

> What does "route -n" show uder each OS when connected? You need a
> default route via the ppp interface.
>
>
> --
> "Cow fault??? Have you progressed from BSD to BSE?"
> cowsay -b "Prepare to be assimoolated! "



Here we go:First output is from the non-working ISP and the second
one
is from working ISP

linux:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
212.200.136.100 0.0.0.0 255.255.255.255 UH 0 0 0
ppp0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0
lo
0.0.0.0 212.200.136.100 0.0.0.0 UG 0 0 0
ppp0
linux:~ # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
194.106.162.43 0.0.0.0 255.255.255.255 UH 0 0 0
ppp0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0
lo
0.0.0.0 194.106.162.43 0.0.0.0 UG 0 0 0
ppp0
linux:~ #
Thanks,
Kerti

 
Reply With Quote
 
Kerti
Guest
Posts: n/a

 
      01-03-2005, 02:25 AM

Bill Marcum wrote:
> On 22 Dec 2004 10:06:57 -0800, Kerti
> <(E-Mail Removed)> wrote:
> >
> > I used to run on SuSe 9.0 and used two independent ISPs to connect
> > to Internet through US Robotics external modem via either one of

the
> > two providers with no hassle at all.
> >
> > Recently I upgraded to SuSE 9.2 by fresh installation from scratch
> > and connection to one of the providers still works O.K. while
> > connection to another is broken in a strange way:
> >
> > Computer does connect through Kinternet but acts as if it is not
> > connected,namely although
> >
> > # ifconfig -a
> >
> > shows that my computer got 212.200.136.121 IP address,ping to any
> > computer,including its P-t-P at 212.200.136.100 does not respond
> > untill I ctrl-c out of it.
> >
> > My Kinternet icon shows a connection,connection time is ticking
> > and my available time with ISP decreases for the amount I spent
> > "connected".
> >
> > I even reinstalled SuSE 9.0 and again got connection to both ISPs
> > configured within minutes with no glitch at all.
> >
> > I installed 9.2 again from scratch,same results: Connection to

first
> > ISP works while connection to the second one is brokem the same way

as
> > after the first installation of 9.2: Time is ticking as if

connecton is
> > established but computer acts as if it is not connected.
> >
> > It pings itself (212.200.136.121) successfuly but no other IP
> > address and traceroute fails at the very first and all other hops.
> >
> > I wonder what changed from Suse 9.0 to 9.2 to give me so much
> > trouble.
> >
> > Suggestions will be accepted with gratitude.
> >
> > Kerti
> >

> What does "route -n" show uder each OS when connected? You need a
> default route via the ppp interface.
>
>
> --
> "Cow fault??? Have you progressed from BSD to BSE?"
> cowsay -b "Prepare to be assimoolated! "



Here we go:First output is from the non-working ISP and the second
one
is from working ISP

linux:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
212.200.136.100 0.0.0.0 255.255.255.255 UH 0 0 0
ppp0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0
lo
0.0.0.0 212.200.136.100 0.0.0.0 UG 0 0 0
ppp0
linux:~ # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
194.106.162.43 0.0.0.0 255.255.255.255 UH 0 0 0
ppp0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0
lo
0.0.0.0 194.106.162.43 0.0.0.0 UG 0 0 0
ppp0
linux:~ #
Thanks,
Kerti

 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Realtek8139 problem under SuSE 9.2 atreyu Linux Networking 15 01-17-2006 10:08 PM
SuSE, VPS & firewall - Problem! yezooz Linux Networking 1 11-10-2005 08:12 PM
tcp connections blocked on a suse server (very strange) Fernando Peral Linux Networking 0 11-28-2004 08:54 AM
eth problem in Suse 9.1 Elvis Chen Linux Networking 1 06-24-2004 12:25 AM
Problem with a DWL-610 and SUSE 9.0 Jim@xlevel.org_NOSPAM_.uk Linux Networking 0 04-20-2004 07:35 PM



1 2 3 4 5 6 7 8 9 10 11