- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using Mozilla on HP UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2006 01:15 AM
02-04-2006 01:15 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2006 01:32 AM
02-04-2006 01:32 AM
SolutionYou 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2006 02:08 AM
02-04-2006 02:08 AM
Re: Using Mozilla on HP UX
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2006 02:21 AM
02-04-2006 02:21 AM
Re: Using Mozilla on HP UX
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2006 02:40 AM
02-04-2006 02:40 AM
Re: Using Mozilla on HP UX
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2006 03:15 AM
02-04-2006 03:15 AM
Re: Using Mozilla on HP UX
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