Can't setup gateway other than 127.0.0.1?


 
Thread Tools Search this Thread
Operating Systems Solaris Can't setup gateway other than 127.0.0.1?
# 1  
Old 05-12-2009
Can't setup gateway other than 127.0.0.1?

I have just installed Solaris 10 X86 today, but I can't use internet at all on it.

When I was installing it, it only asked me to create a hostname, without even asking me this computer is "networked" or "non-networked".
After I finished installation, I use "netstat -rn" command, and only see the 127.0.0.1 gate way.

I checked the gateway from windows installed on this computer, it should be 129.49.48.1, but when I tried to ping 129.49.48.1 from solaris, it says it's unreachable. So I can't add any routers or interfaces other than this 127.0.0.1 one.

How can I fix this problem? And be able to link to the Internet?

Is this because that my Ethernet Card is not compatible with Solaris 10?
My Network Card is: Realtek RTL8168/8111 PCIExpress Gigabit Ethernet NIC. My CPU is Intel 9550.

By the way, I tried many times to install solaris with the x86 dvd, but it never succeds to boot with this CD, the computer always go to Windows directly. I can only install with the 5+2 CDs... I am wondering if anyone else have encountered the same problem?
# 2  
Old 05-12-2009
I think If installation didn't ask about "networked" and "non-networked", this means you need to search for the driver for that network interface.
# 3  
Old 05-12-2009
i run sol10x86 on a mixture of hardware. obviously the best way to build your box is to look through the sun sol10x86 HCL. however, for your network interface, check out the following command. i've done it on my sol10x86 box at home.
Code:
-bash-3.00# dladm show-dev
rtls0           link: unknown   speed: 0     Mbps       duplex: unknown
elxl1           link: unknown   speed: 100   Mbps       duplex: unknown

you'll be able to plumb up the one you want if dladm show-dev has actually registered a network interface.

Last edited by pupp; 05-13-2009 at 07:35 PM.. Reason: spelling
# 4  
Old 05-13-2009
You can run this tool from windows on your machine:
BigAdmin HCL: Sun Device Detection Tool

It will tell you what drivers are available for your hardware and should tell you there is no internal Solaris support for your NIC but there is a third party driver (gani) available there
Free NIC drivers for Solaris
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Inconsistency between RedHat 6.5 global gateway and single gateway leads to loss of default gateway

Dear friends I use RedHat 6.5, which sets the gateway in the configuration file / etc / sysconfig / network as GATEWAY = 192.168.1.26, and the gateway in the configuration file / etc / sysconfig / network-scripts / ifcfg-eth11 as GATEWAY = 192.168.1.256. The two gateways are different.... (6 Replies)
Discussion started by: tanpeng
6 Replies

2. Linux

Not able to setup CentOS 7 as gateway [Using squid proxy]

Hello, Did anyone setup a CentOS7 as a gateway (with squid transparent proxy). I am trying to do so but not able to setup. I setup squid , iptables (using it instead of firewalld) and all the necessary IPtables rules but nothing work. It work previously but access.log of squid not getting... (4 Replies)
Discussion started by: sunnysthakur
4 Replies

3. UNIX for Advanced & Expert Users

Issue setup Transparent proxy and Gateway using Squid on CentOS 7

Hello, We are migrating our gateways from CentOS 6 to CentOS 7 and for setting up a transparent proxy using squid and Firewalld i am using below configuration. #Firewalld configurations firewall-cmd --permanent --zone=public --add-forward-port=port=80:proto=tcp:toport=3128:toaddr=LAN_IP... (4 Replies)
Discussion started by: sunnysthakur
4 Replies

4. IP Networking

127.0.0.1 vs 0.0.0.0

Which one should I use in '/etc/hosts'? Please explain in details. Random quotes on the topic: (2 Replies)
Discussion started by: useretail
2 Replies

5. UNIX for Advanced & Expert Users

wait - return code 127

Hi All, I am trying to create background processes and then check their status later. But I am getting return codes as 0,127 randomly On checking the return codes for wait, I found the below. Do I need to treat return code of 127 as successful as well?? as we know the process id passed is... (7 Replies)
Discussion started by: tostay2003
7 Replies

6. Solaris

multitude of packets from 127.0.0.1

I was checking routing table, and noticed that our server has a lot packets from localhost: Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ------ --------- .. 127.0.0.1 127.0.0.1 ... (1 Reply)
Discussion started by: orange47
1 Replies

7. Linux

GNUGK-How to setup static gateway to gateway routing

Dear Sir I am a newbie in the world of IP telephony. I have been working with Asterisk PBX (SIP) and Cisco Call Manager (MGCP) but now I am learning on how to work GNUGK for H.323 Gatekeeper. I am having a problem, configuring static call routing on GNUGK in the section ... (0 Replies)
Discussion started by: mfondoum
0 Replies

8. AIX

NIM server setup on etherchannel setup environment

I know that IBM's official stance is that NIM does not work on etherchannel environment, but has anyone able to get around it? I'm working on a p5-590 LPAR system, and the NIM master and clients are all on the same frame. Any help is appreciated. (1 Reply)
Discussion started by: pdtak
1 Replies

9. Shell Programming and Scripting

rc=127 can't fork

I have a script to download a file using wget. It works if I execute it from the command line. But, if I run it in cron, it doesnt work and I am getting the following in the cron log: > CMD: /export/home/username/test > username 23159 c Tue Aug 1 14:40:00 2006 < username 23159 c Tue Aug ... (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies
Login or Register to Ask a Question