![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Accessing a modem on another Solaris host | gsf | UNIX for Dummies Questions & Answers | 4 | 11-07-2007 04:25 AM |
| accessing solaris 8 over WAN | Hitesh Shah | SUN Solaris | 1 | 11-10-2005 06:53 AM |
| Accessing Web Page | Imtiaz | UNIX for Dummies Questions & Answers | 3 | 06-08-2005 05:53 AM |
| Accessing floppy drive with solaris 8 Intel version | eloquent99 | UNIX for Dummies Questions & Answers | 2 | 01-04-2003 10:38 AM |
| Accessing NTFS... | Vishnu | UNIX for Dummies Questions & Answers | 3 | 10-25-2002 06:12 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 . |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
||||
|
||||
|
#5
|
|||
|
|||
|
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
|
||||
|
||||
|
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
|
|||
|
|||
|
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 .
|
|||
| Google The UNIX and Linux Forums |