Re: [newbie] Modem connects OK but apps can't locate hosts

2003-09-27 Thread Joe Janzen
> On Friday 26 September 2003 09:52 pm, Joe Janzen wrote:
> > My modem is U.S. Robotics 56K FAX INT V5.0.0.  I've also tried
> with/without
> > 'Use lock file' checked in KPPP's device options.  Right now KPPP is set
> to
> > PAP authentication, to obtain dynamic IP (per ISP's instructions),
> default
> > gateway and automatic DNS (also tried manually entering ISP's DNS IP). 
> > I've tried 'chmod u+s pppd' and 'service network restart' after making
> some
> > of the above changes.  Also, I removed an old ethernet card that wasn't
> > being used in case it was causing a problem with eth0 vs. ppp0.
> >
> > I'd be extremely grateful if someone could help me!
> >
> > Thanks,
> > Joe

My Shorewall configuration was the problem, and everything's working now. My
/etc/shorewall/interfaces file only had an entry for 'eth0.'  Thanks, Derek!
(and everyone else who helped as well)

Joe


-
This mail sent through IMP: http://horde.org/imp/

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Modem connects OK but apps can't locate hosts

2003-09-26 Thread Fajar Priyanto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 26 September 2003 09:52 pm, Joe Janzen wrote:
> My modem is U.S. Robotics 56K FAX INT V5.0.0.  I've also tried with/without
> 'Use lock file' checked in KPPP's device options.  Right now KPPP is set to
> PAP authentication, to obtain dynamic IP (per ISP's instructions), default
> gateway and automatic DNS (also tried manually entering ISP's DNS IP). 
> I've tried 'chmod u+s pppd' and 'service network restart' after making some
> of the above changes.  Also, I removed an old ethernet card that wasn't
> being used in case it was causing a problem with eth0 vs. ppp0.
>
> I'd be extremely grateful if someone could help me!
>
> Thanks,
> Joe

Is your DNS set?
Check your /etc/resolv.conf
Remove any 127.0.0.1, and replace it with your ISP's DNS IP.

- -- 
Fajar http://linux.arinet.org
Linux mdk91.sistek.kom 2.4.21-0.13mdk GNU/Linux
11:47:44 up 4:25, 10 users, load average: 3.49, 2.97, 2.47
Quote of the day:
Win98 is called Win98 because it is about as stable and flexible as Linux
0.0.98 (or at least, Microsoft claims it is)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/dRddUrYxG8KGMVERAnQeAJoD84TAv0QDZz6v3YbXh0hbmLodBQCfSXTN
7/VKizLarxQKotHFhybEVak=
=4fQu
-END PGP SIGNATURE-


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] Modem connects OK but apps can't locate hosts

2003-09-26 Thread Joe Janzen
> Joe, others are dealing with your problem.  Meanwhile, may I refer you 
> to 
> http://mandrake.vmlinuz.ca/bin/view/Main/MandrakeMailingListEtiquette 
> particularly the bit about hijacking.

I'm terribly sorry about that; I should have thought of it.  Well, here's a new
thread anyway.  Thanks to everyone who has responded!  This problem has been
quite frustrating for me.


> Joe, what does your /etc/resolv.conf say ?

I'm not sure - I'll send this when I get home from work.


> Turn shorewall off and try again... perhaps.

OK thanks; I hadn't heard of this ... it appears that I just have to 'shorewall
stop'?


> If you made the above GATEWAYDEV change manually, did you restart your
> network afterwards?
> 
> #  service network restart 

Yes, I did and got the same problem.


Thanks again - here's my original query:

Hi,

I've searched the archives and tried some suggestions for similar problems, but
without success.  Mandrake 9.1 was just installed.  I launch KPPP and everything
seems to work as the connection is established.  However, web browsers fail to
load any pages and I can't even ping anything except my own IP that my ISP
assigns me dynamically (I've tried IP numbers, not just hostnames, and I've
tried both as root and as a regular user).  Here's some info that might help:

[EMAIL PROTECTED] /]# ifconfig
loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:294 errors:0 dropped:0 overruns:0 frame:0
  TX packets:294 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:26414 (25.7 Kb)  TX bytes:26414 (25.7 Kb)
 
ppp0  Link encap:Point-to-Point Protocol
  inet addr:128.101.252.209  P-t-P:128.101.252.1  Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
  RX packets:5 errors:3 dropped:0 overruns:0 frame:0
  TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:3
  RX bytes:122 (122.0 b)  TX bytes:87 (87.0 b)
 
[EMAIL PROTECTED] /]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
128.101.252.1   0.0.0.0 255.255.255.255 UH0  00 ppp0
127.0.0.0   0.0.0.0 255.0.0.0   U 0  00 lo
0.0.0.0 128.101.252.1   0.0.0.0 UG0  00 ppp0

[EMAIL PROTECTED] /]# cat /etc/sysconfig/network
NETWORKING=yes
FORWARD_IPV4=true
GATEWAY=
GATEWAYDEV=ppp0

[EMAIL PROTECTED] /]# cat /etc/ppp/options
lock// i've tried removing 'lock' too
noauth
noipdefault
usepeerdns

My modem is U.S. Robotics 56K FAX INT V5.0.0.  I've also tried with/without 'Use
lock file' checked in KPPP's device options.  Right now KPPP is set to PAP
authentication, to obtain dynamic IP (per ISP's instructions), default gateway
and automatic DNS (also tried manually entering ISP's DNS IP).  I've tried
'chmod u+s pppd' and 'service network restart' after making some of the above
changes.  Also, I removed an old ethernet card that wasn't being used in case it
was causing a problem with eth0 vs. ppp0.

I'd be extremely grateful if someone could help me!

Thanks,
Joe

-
This mail sent through IMP: http://horde.org/imp/

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Modem connects OK but apps can't locate hosts

2003-09-26 Thread Derek Jennings
On Friday 26 Sep 2003 1:06 pm, Sharrea Day wrote:
> On Fri, 26 Sep 2003 19:46, Joe Janzen wrote:
> > I've searched the archives and tried some suggestions for similar
> > problems, but without success.  Mandrake 9.1 was just installed.  I
> > launch KPPP and everything seems to work as the connection is
> > established.  However, web browsers fail to load any pages and I can't
> > even ping anything except my own IP that my ISP assigns me dynamically
> > (I've tried IP numbers, not just hostnames, and I've tried both as root
> > and as a regular user).  Here's some info that might help:
>
> 
>
> > [EMAIL PROTECTED] /]# cat /etc/sysconfig/network
> > NETWORKING=yes
> > FORWARD_IPV4=true
> > GATEWAY=
> > GATEWAYDEV=ppp0
>
> If you made the above GATEWAYDEV change manually, did you restart your
> network afterwards?
>
> #  service network restart
>
> What is in /etc/resolv.conf?  Ummm... can't think of anything else...
>
> Sharrea

How about the interface in the Shorewall config?
/etc/shorewall/interfaces
Is the net interface set to ppp0 ?

derek
-- 
--
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Modem connects OK but apps can't locate hosts

2003-09-26 Thread Sharrea Day
On Fri, 26 Sep 2003 19:46, Joe Janzen wrote:
> I've searched the archives and tried some suggestions for similar
> problems, but without success.  Mandrake 9.1 was just installed.  I
> launch KPPP and everything seems to work as the connection is
> established.  However, web browsers fail to load any pages and I can't
> even ping anything except my own IP that my ISP assigns me dynamically
> (I've tried IP numbers, not just hostnames, and I've tried both as root
> and as a regular user).  Here's some info that might help:

> [EMAIL PROTECTED] /]# cat /etc/sysconfig/network
> NETWORKING=yes
> FORWARD_IPV4=true
> GATEWAY=
> GATEWAYDEV=ppp0

If you made the above GATEWAYDEV change manually, did you restart your 
network afterwards?

#  service network restart

What is in /etc/resolv.conf?  Ummm... can't think of anything else...

Sharrea
-- 
Help Microsoft stamp out piracy - give Linux to a friend today

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Modem connects OK but apps can't locate hosts

2003-09-26 Thread Michael Adams
On Fri, 26 Sep 2003 10:07:42 +
Kaj Haulrich <[EMAIL PROTECTED]> wrote:

> On Friday 26 September 2003 07:46 am, Joe Janzen wrote:
> 
> 
> > Hi,
> >
> > I've searched the archives and tried some suggestions for
> > similar problems, but without success.  Mandrake 9.1 was just
> > installed.  I launch KPPP and everything seems to work as the
> > connection is established.  However, web browsers fail to load
> > any pages and I can't even ping anything except my own IP that
> > my ISP assigns me dynamically (I've tried IP numbers, not just
> > hostnames, and I've tried both as root and as a regular user).
> >
> 
> 
> Joe, what does your /etc/resolv.conf say ? Mine looks like this :
> 
> search opasia.dk local
> nameserver 127.0.0.1
> nameserver 193.162.153.164
> nameserver 194.239.134.83
> 
> Try to edit yours with the appropriate URL's for your domain. 
> Alternatively I guess you can use my nameservers.
> 
> Good luck
> 
> Kaj Haulrich.
> -- 
> *This mail was sent from a 100 % Microsoft free computer* 
> 
> 

Turn shorewall off and try again... perhaps.

-- 
Michael

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Modem connects OK but apps can't locate hosts

2003-09-26 Thread Kaj Haulrich
On Friday 26 September 2003 07:46 am, Joe Janzen wrote:


> Hi,
>
> I've searched the archives and tried some suggestions for
> similar problems, but without success.  Mandrake 9.1 was just
> installed.  I launch KPPP and everything seems to work as the
> connection is established.  However, web browsers fail to load
> any pages and I can't even ping anything except my own IP that
> my ISP assigns me dynamically (I've tried IP numbers, not just
> hostnames, and I've tried both as root and as a regular user).
>


Joe, what does your /etc/resolv.conf say ? Mine looks like this :

search opasia.dk local
nameserver 127.0.0.1
nameserver 193.162.153.164
nameserver 194.239.134.83

Try to edit yours with the appropriate URL's for your domain. 
Alternatively I guess you can use my nameservers.

Good luck

Kaj Haulrich.
-- 
*This mail was sent from a 100 % Microsoft free computer* 

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] Modem connects OK but apps can't locate hosts

2003-09-26 Thread Joe Janzen
Hi,

I've searched the archives and tried some suggestions for similar problems, but
without success.  Mandrake 9.1 was just installed.  I launch KPPP and everything
seems to work as the connection is established.  However, web browsers fail to
load any pages and I can't even ping anything except my own IP that my ISP
assigns me dynamically (I've tried IP numbers, not just hostnames, and I've
tried both as root and as a regular user).  Here's some info that might help:

[EMAIL PROTECTED] /]# ifconfig
loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:294 errors:0 dropped:0 overruns:0 frame:0
  TX packets:294 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:26414 (25.7 Kb)  TX bytes:26414 (25.7 Kb)
 
ppp0  Link encap:Point-to-Point Protocol
  inet addr:128.101.252.209  P-t-P:128.101.252.1  Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
  RX packets:5 errors:3 dropped:0 overruns:0 frame:0
  TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:3
  RX bytes:122 (122.0 b)  TX bytes:87 (87.0 b)
 
[EMAIL PROTECTED] /]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
128.101.252.1   0.0.0.0 255.255.255.255 UH0  00 ppp0
127.0.0.0   0.0.0.0 255.0.0.0   U 0  00 lo
0.0.0.0 128.101.252.1   0.0.0.0 UG0  00 ppp0

[EMAIL PROTECTED] /]# cat /etc/sysconfig/network
NETWORKING=yes
FORWARD_IPV4=true
GATEWAY=
GATEWAYDEV=ppp0

[EMAIL PROTECTED] /]# cat /etc/ppp/options
lock// i've tried removing 'lock' too
noauth
noipdefault
usepeerdns

My modem is U.S. Robotics 56K FAX INT V5.0.0.  I've also tried with/without 'Use
lock file' checked in KPPP's device options.  Right now KPPP is set to PAP
authentication, to obtain dynamic IP (per ISP's instructions), default gateway
and automatic DNS (also tried manually entering ISP's DNS IP).  I've tried
'chmod u+s pppd' and 'service network restart' after making some of the above
changes.  Also, I removed an old ethernet card that wasn't being used in case it
was causing a problem with eth0 vs. ppp0.

I'd be extremely grateful if someone could help me!

Thanks,
Joe


-
This mail sent through IMP: http://horde.org/imp/

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com