Accessing Solaris 8 over WAN


 
Thread Tools Search this Thread
Special Forums IP Networking Accessing Solaris 8 over WAN
# 1  
Old 11-09-2005
Accessing Solaris 8 over WAN

We can access our solaris 8 from our LAN . However when we try to
access the same over our WAN , it is not able to ping the server .

/etc/hosts has entries for our DNS server. Another thing all WAN clients
are Windows 2000 workstations .

Here is the output netstat -nr
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.100.0 192.168.100.245 U 1 8328 hme0
224.0.0.0 192.168.100.245 U 1 0 hme0
127.0.0.1 127.0.0.1 UH 271504175 lo0

Wan workstations have IP addresses 192.168.0.0

What should I do to enable WAN users access solaris 8 .
# 2  
Old 11-10-2005
connection

Hi,

it is not so simple, we need more information.
How is the connection between the hosts ( e.g. router ).
Look for the command traceroute.

Best regards
Dieter
# 3  
Old 11-10-2005
through router

Hi .

Thanks for the reply .

The connection between the sites is through router.

We have similar dell windows 2003 server this can be connected easily over WAN.
# 4  
Old 11-10-2005
Try adding a default route - your netstat output didn't show one.

See Sun Docs
# 5  
Old 11-15-2005
more details

Can the following facts help in answering the query precisely. I have not been able to configure
default router.

1. There is only hostname.hme0 file (no other hostname.* files) in /etc folder .

2. /etc/netmasks has the entry
192.168.100.0 255.255.255.0
Can adding extra entry with 192.168.10.0 and mask 255.255.255.0 be added or
the existing net mask be changed .

3. hosts entry /etc/nsswitch.conf has value files against it .

4. There is no defaultrouter file in /etc .
# 6  
Old 11-15-2005
Create /etc/defaultrouter on the network client.
# vi /etc/defaultrouter
Type the host name and IP address of the machine you have designated as the default router.
# vi /etc/inet/hosts
Add the host name and IP address of the designated default router to the network client's /etc/inet/hosts.
# 7  
Old 11-16-2005
will check

Thanks RTM for the help . I will change these files , reboot the machine and get back to u on this , in case have any query .
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 8 - Accessing Hard Drives

Hi, I have two SCSI Hard Drives in a Sun Solaris 8 server as shown below. I would like to access Disk1 and look at its contents, directory structure and files. How do I change my default directory from Disk 0 to Disk 1 and vice versa? Thank you. (5 Replies)
Discussion started by: ssabet
5 Replies

2. Solaris

Solaris OS having issue accessing LUN from Qlogic swich

Hi Community, I am facing one issue related storage accessing from solaris 10 machine(M5000). it was working fine then we shifted to another site. the only change on that site is FC switch. The issue i am facing is from solaris machine i can able to see the LUN, it;s only a test lun of 30... (17 Replies)
Discussion started by: bentech4u
17 Replies

3. Solaris

Accessing Solaris Server

Dear all, We have a Solaris Server at other location. Can we access the Server from remote ....Any software is needed for this ....pl help. Rgds Rj (7 Replies)
Discussion started by: jegaraman
7 Replies

4. Solaris

Solaris Install over WAN(where to keep wanboot.conf file for DHCP client)

I am trying to configure my jumpstart server to install Solaris 10 on a T1000 machine(target) over WAN. I do not know the IP address of the client, i wish the client to get the IP address from DHCP. how do i configure my /etc/netboot hierarchy. One option would be to keep the wanboot.conf in... (1 Reply)
Discussion started by: hemalsid
1 Replies

5. Solaris

Error in Solaris installation over WAN(unix: Could not start init) Program terminated

I am trying to install Solaris 10 on a target machine which is t1000. ( sun4v). I have configured my jumpstart server to install solaris over WAN. when i boot my machine, the wanboot image gets downloaded properly, miniroot gets downloaded properly, but after that the process fails with the... (3 Replies)
Discussion started by: hemalsid
3 Replies

6. Solaris

Solaris 10 installation over WAN using jumpstart

I am trying to install Solaris 10 OS using jumpstart over WAN. I have configured the jumpstart server with apache server and created all the necessary configurations and files. When i WAN boot my target machine, it gets booted using wanboot, it downloads the miniroot from the jumpstart server, but... (3 Replies)
Discussion started by: hemalsid
3 Replies

7. UNIX for Dummies Questions & Answers

Accessing a modem on another Solaris host

Hi! I have 2 Solaris 9 servers (server 1 and server 2) on my network, both have a serial port with dial in/out modems. On server 1 there are always problems with the modem connection, so I really would like server 1 to use the the modem(s) on server 2, when sending something. Is there some way... (4 Replies)
Discussion started by: gsf
4 Replies

8. Solaris

accessing solaris 8 over WAN

We can access our solaris 8 from our LAN . However when we try to access the same over our WAN , it is not able to ping the server . /etc/hosts has entries for our DNS server. Another thing all WAN clients are Windows 2000 workstations . Here is the output netstat -nr Routing Table: IPv4... (1 Reply)
Discussion started by: Hitesh Shah
1 Replies

9. UNIX for Dummies Questions & Answers

Accessing floppy drive with solaris 8 Intel version

Ok heres the situation, I bought solaris 8 (intel version) for my home pc to practice with, I'm having problems accessing my floppy drive, I thought it would be in my dev or devices folder but its not there Please help, I'm very new to unix (2 Replies)
Discussion started by: eloquent99
2 Replies
Login or Register to Ask a Question