Operating System - Linux
1755752 Members
4913 Online
108838 Solutions
New Discussion юеВ

Local LAN and WAN problems...

 
Sunshine Aguilar
Occasional Advisor

Local LAN and WAN problems...

I have a local LAN that is NetWare based (pure IP). I created a NetWare client for Linux that uses pure IP. My local LAN is DHCP configured from the NetWare server.

When I dial up to the internet, it verifies my password and username, but after it connects I cannot view web pages or ping any ip's on the net. I do have the DNS addresses configured for the WAN, so I don't believe the problem lies there. I can still ping my Novell server just fine, and still view the shared volumes just fine, so the LAN is not effected.

Any ideas?
In the end, Enjoy...
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: Local LAN and WAN problems...

DNS comes from where?

Does the Linux server do that?

Is the Linux server supposed to be providing Internet access, acting as a firewall?

I have a black hole firewall configuration for a Linux box that does that. Its actually posted in one of the Linux forums as of yesterday.

I need a problem definition to help.

Post the output of following Linux commandds.

traceroute yahoo.com
netstat -r
netstat -an (its long)
ifconfig

Then myself or others can really help.

P

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sunshine Aguilar
Occasional Advisor

Re: Local LAN and WAN problems...

Mandrake 8.2 guess I should have posted the os earlier?

This is a test server.

The DNS addresses come from the ISP. I configured it hoping that this machine will access the internet and be able to view web pages, and ping other sites.

It will not provide the internet service for the rest of the network (yet), it is just for this machine.

A firewall on this machine would be nice, however not necessary at this time.
In the end, Enjoy...
Ron Kinner
Honored Contributor

Re: Local LAN and WAN problems...

Look at
netstat -rn

see where your default route points to.

Are you running a firewall on the thing? Perhaps you need to open it up to let you out.

does
traceroute anyIPaddressOntheWeb

go anywhere?

Ron
Sunshine Aguilar
Occasional Advisor

Re: Local LAN and WAN problems...

See attachment for:

traceroute yahoo.com
netstat -r
netstat -an
ifconfig
In the end, Enjoy...
Sunshine Aguilar
Occasional Advisor

Re: Local LAN and WAN problems...

At this time, I do not have a firewall running.
In the end, Enjoy...
Steven E. Protter
Exalted Contributor

Re: Local LAN and WAN problems...

You cant get the the internet on this box, because you can't resolve DNS(Domain Name Services)

You need to find a valid DNS server from network administration and put it in your /etc/resolv.conf file

Here is mine, attached.

Just change the domain name and put in a valid server and then zap, you're on the net.

If you are doing the net via your ppp interface, you get the dns name from your isp.
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com