Can't access the internet from a Sol 7 machine


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Can't access the internet from a Sol 7 machine
# 1  
Old 01-31-2005
Network Can't access the internet from a Sol 7 machine

OK I can ping the router, other machines on my network and after adding the route both the DNS machine and WAN side of the router?? But still cannot get out to anyweb pages.... I have setup and tried both router IPs and DNS IP for proxies setting... WHAT am I not going?? Smilie
# 2  
Old 02-01-2005
..........

some files are important for that purpose:
for example:

* your gateway:
# cat /etc/defaultrouter
192.168.133.1

* your nameserver:
# cat /etc/resolv.conf
search unix.com
nameserver 192.168.133.2
nameserver 192.168.133.3

* nameresolution:
# cat /etc/nsswitch.conf | grep hosts
hosts: files dns

have a look at these files...
gP
# 3  
Old 02-01-2005
Bug

thanks, I will check out the files and correct.. I think at least one is missing (resolv.conf) Sometimes you just need a little push in the right dir. Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Mirror a folder from the Internet to local machine

I have a machine in my LAN that runs Ubuntu and I have full access in it. There is another PC on the Internet that has a public IP eg 3.3.3.3 and it servers as https server and access to it is by username and password. On the remote PC all i have is access through https using username/passwd. ... (3 Replies)
Discussion started by: atux_null
3 Replies

2. Solaris

How to get access through internet to sparc mashine (Sol 10)?

Hi Guys, I need access to screen (Sol 10, CDE) on the sparc machine from Windows ХP mashine. What I need use? Thanks in advance... (1 Reply)
Discussion started by: wolfgang
1 Replies

3. Solaris

JASS - upgrading from Sol 9 to Sol 10

Do I need to reinstall/rerun JASS after upgrading from Sol9 to Sol10? Just wondered if the upgrade procedure overwrote any of the settings etc? (0 Replies)
Discussion started by: psychocandy
0 Replies

4. IP Networking

Does my provider limit my internet access or somesites access?

Hi Good Day, i would like to ask for further info about my problems experiencing this evening. Im a PPP0 connection in the internet using 3G located in asia pacific region.i had this problem this evening in my INTERNET connections that there are some sites i can't open example ( Gizmodo.com,... (2 Replies)
Discussion started by: jao_madn
2 Replies

5. UNIX for Dummies Questions & Answers

Can not access internet?

Hi everybody. I've setup SunSolaris 10 on VirtualBox, but when I start Sun, I can connect to the Internet, when I open terminal and type command for list device ethernet: #ifconfig -a just only see loopback lo0 Can help me solve this problem? Thank you very much, ken (0 Replies)
Discussion started by: kenjingo
0 Replies

6. Solaris

cannot access to internet , help

hi experts i have a sun Enterprise 220 R server with solaris 10 and patches , i configured network card with ip addresses that have access to Internet but i can't be connected :confused: for same informations : root@E220R # ifconfig -a lo0:... (5 Replies)
Discussion started by: lid-j-one
5 Replies

7. Solaris

Cannot access internet

Hi Friends,:b: This is venkatesh, i have Intel Dual core PC and installed Solaris 10. I have a problem that i cannot access internet in my PC i don't know either the drivers installed or not. I manually assign ip 192.168.1.7 and if i ping to this it is alive and if i ping for 192.168.1.1 for the... (4 Replies)
Discussion started by: 1409.venkatesh
4 Replies

8. SCO

internet access

My SCO box has lost connection to the internet. It sites behind a fire wall and is connected to a local network. What should I check for. (2 Replies)
Discussion started by: fruiz
2 Replies

9. UNIX for Dummies Questions & Answers

Internet access

Hi everybody, I'd like create a connection (by modem) for my unix workstation. I just have the RS232 port and my modem, no lan connection, and I want to surf the net. How can I setup it? Thanks in advance, Mauro (1 Reply)
Discussion started by: Mauro
1 Replies

10. UNIX for Dummies Questions & Answers

internet access

I've configured my TCP/IP to have the right protocols to access the internet such as TPC/IP, subnet mask, gateway and dns server but still Im not able to ping anything to the internet. Anybody who has some few good words for me? I need help. Thanks. (2 Replies)
Discussion started by: nseal101
2 Replies
Login or Register to Ask a Question