1833997 Members
4813 Online
110063 Solutions
New Discussion

Using Mozilla on HP UX

 
SOLVED
Go to solution
Luca Gabrielli
Advisor

Using Mozilla on HP UX

Hi
I can't use Mozilla.My HP-UX workstation is connected to the router .
When mozilla starts
return the windows "www.mozilla.org could not be found".The same for yahoo,google....all www.
I set the network parameters with SAM
IP address, subnet,gateway,DHCP enable but I have the same results.
5 REPLIES 5
Devender Khatana
Honored Contributor
Solution

Re: Using Mozilla on HP UX

Hi,

You will have to set the parameters within mozila itself alongwith in OS. If you connect directly through router than add the appropriate settings in

Mozila->Edit->Preferences->Advanced->Proxies

Select direct connection to internet or proxy as applicable.

HTH,
Devender
Impossible itself mentions "I m possible"
Luca Gabrielli
Advisor

Re: Using Mozilla on HP UX

I have tried ,with the same results.
On my Pc windows connected to the router too,the default gateway is 192.168.1.1
With SAM I have set the same address on my NIC parameters-> Advanced Option->Internet Broadcast Address.
But automatically change again to 192.168.1.255
So SAM dosen't accept my modify.
Devender Khatana
Honored Contributor

Re: Using Mozilla on HP UX

Hi Again,

Broadcast address and gateway are not the same things. you can try setting default gateway from command line and can the see if it works.

#route add default 192.168.1.1

The changes made by this will be temporary and will be lost on restart. You can save them in file /etc/rc.config.d/netconf in line

ROUTE_GATEWAY[1]="x.x.x.x"

The changes in file will make it applicabe even after restart.

HTH,
Devender
Impossible itself mentions "I m possible"
Luca Gabrielli
Advisor

Re: Using Mozilla on HP UX

Hi Devender

I really appreciate your help.

route add default 192.168.1.1 report a msg:
add net default: gateway 192.168.1.1: Network is unreachable

But I can ping 192.168.1.1
----192.168.1.1 PING Statistics----
10 packets transmitted, 10 packets received, 0% packet loss


Maybe this can help
netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.1.5 192.168.1.5 UH 0 lan0 4136
192.168.1.0 192.168.1.5 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0

Luca
Devender Khatana
Honored Contributor

Re: Using Mozilla on HP UX

Hello,

My appologies. Also mentione hope count in the command

#route add default 192.168.1.1 1

It will surely work but is applicable only till restart for making permanent change it in file as mentioned earlier.

HTH,
Devender
Impossible itself mentions "I m possible"