- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sharing my xp dial-up with my c3600
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
11-02-2005 02:47 PM
11-02-2005 02:47 PM
thanks in advance,
-Eric
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 02:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 03:02 PM
11-02-2005 03:02 PM
Re: sharing my xp dial-up with my c3600
Configure HP-UX Mozilla or Netscape to point XP machine as Proxy, then you can browse the web.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 03:14 PM
11-02-2005 03:14 PM
Re: sharing my xp dial-up with my c3600
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 03:34 PM
11-02-2005 03:34 PM
Re: sharing my xp dial-up with my c3600
The same shall be fine with proxy on XP box. Also you can choose Mozilla as a browser option on HPUx box. We are using same for quite some time now without problems.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 05:54 PM
11-02-2005 05:54 PM
Re: sharing my xp dial-up with my c3600
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 06:45 AM
11-03-2005 06:45 AM
Re: sharing my xp dial-up with my c3600
second problem, I was able to open netscape one time, but i couldn't do anything with it... so i closed it and now when i try to open it i get this:
Xlib: connection to "hpbox:0.0" refused by server
Xlib: Client is not Authorized to connect to server
Error: Can't open display: hpbox:0.0
Error Couldn't find per display information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 07:14 AM
11-03-2005 07:14 AM
Re: sharing my xp dial-up with my c3600
You will need to adjust that to succeed.
Also, make sure the HP-UX box isn't running a firewall.
ps -ef | grep ipf
Last, assuming you have internet connection sharing working right on the XP box for say Windows clients, HP-UX will work just fine on the same connection with the XP box as gateway.
All you need to do is program the connection to remain constantly on the net.
hopefully you have unlimited local dialing.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 05:20 AM
12-08-2005 05:20 AM
Re: sharing my xp dial-up with my c3600
Xlib: connection to "hpbox:0.0" refused by server
Xlib: Client is not Authorized to connect to server
Error: Can't open display: hpbox:0.0
Error Couldn't find per display information
Thanks for your time,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 03:39 PM
12-08-2005 03:39 PM
Re: sharing my xp dial-up with my c3600
For Netscape to work you should be in xbrowser (Xterm) Only( Graphics Display)
After logging in to xbrowser, you need to set up DISPLAY variable correctly. It should be the IP of the PC/Sever running X-Window followed by the 0.0 or 1.0 like
$IP_OF_windows_PC:0.0
Or
$IP_OF_windows_PC:1.0
It depends on you session which you open. In the example above you mentioned hostname of the HP server itself, that is only correct if you have a local graphics console on the server.
The DISPLAY variable get set by itself when you log in to server using xmanager. Confirm it by
#echo $DISPLAY
Also does other x-term windows open normally apart from netscape.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 03:58 PM
12-08-2005 03:58 PM
Re: sharing my xp dial-up with my c3600
Dear Eric,
If you have a linux system try using squid.
It works well as a proxy and cache server too.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 04:03 PM
12-08-2005 04:03 PM
Re: sharing my xp dial-up with my c3600
How are you connected to your c3600? Do you have a display on it and is it running X windows (CDE or Gnome)?
If so then you've got a problem with the X configuration on the workstation. You can try "xhost +hpbox". Have you done any hardening on the HP box such as Bastille?
If you're connecting from your PC to the c3600 you will need an X server on the PC and you'll need to set your DISPLAY back to the PC. Cygwin can work for a free X server on a window s PC. http://x.cygwin.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 08:25 AM
12-09-2005 08:25 AM
Re: sharing my xp dial-up with my c3600
Network: 192.168.0.0
PC: 192.168.0.1 (When i set my Internet connection to share, It forced my IP to this, otherwise it would be for router)
C3600: 192.168.0.3
Router: 192.168.0.2
Internet Connection: Dial up with dynamic IP.
How would i go about this, I haven't had to route Before and Trial and Error doesn't seem to be working... Thanks,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 10:41 AM
12-09-2005 10:41 AM
Re: sharing my xp dial-up with my c3600
netstat -rn
you should see a line like this:
default 192.168.0.1 UG 0 lan1 0
(lan1 may be lan0 or lanX for you, it does not really matter)
if it is not that way, then
1) if you do not see a line with a default route at the output, you need to execute this:
route add default 192.168.0.1 1
2) if you see a default route pointing to, lets say 192.168.0.2, then you need to do the following:
route delete default 192.168.0.2
route add default 192.168.0.1 1
after this is done, make sure you have the default route pointing to the WinXP wkstn.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 09:17 AM
12-12-2005 09:17 AM
Re: sharing my xp dial-up with my c3600
Perhaps there is a problem with your name server? if your site must use a non-root name server, you will need to set the $SOCKS_NS environment variable to point at the appropreate name server. It may (or may not) be necessary to set this variable, or the SOCKS Host preference, to the IP address of the host in question rather than it's name.
Consult your system Administrator.
and then i still cant connect to the internet, i'm fairly confident that my routes are correct and it has something to do with this message...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 10:33 AM
12-13-2005 10:33 AM
Re: sharing my xp dial-up with my c3600
Can you resolve names from your HP box? What do you get when you run "nslookup www.yahoo.com"?
If you can't resolve external addresses try updating your resolv.conf file to include one of your DNS server IPs. You can get that from your Windows box with "ipconfig /all".
If you can resolve www.yahoo.com then try to ping it. If that works, try netscape again.
Good luck,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 04:30 AM
12-15-2005 04:30 AM
Re: sharing my xp dial-up with my c3600
domain barak.pressenter.com
nameserver 69.58.128.24
search barak.pressenter.com
and my routing table looks like this:
Routing tables
Destination Gateway Flags Refs Interface mtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.0.3 192.168.0.3 UH 0 lan0 4136
192.168.0.2 192.168.0.3 UH 0 lan0 192.168.0.0 192.168.0.3 U 2 lan0 1500
default 192.168.0.1 UG 0 lan0
Also, i did a "set_parms initial" command to do a more structured setup... thanks again for helping me out,
-Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 04:32 AM
12-15-2005 04:32 AM
Re: sharing my xp dial-up with my c3600
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.0.3 192.168.0.3 UH 0 lan0 4136
192.168.0.2 192.168.0.3 UH 0 lan0 0
192.168.0.0 192.168.0.3 U 2 lan0 1500
default 192.168.0.1 UG 0 lan0 0