- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unix workstation on a DSL
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
06-26-2002 06:39 PM
06-26-2002 06:39 PM
Any advice or direction would be greatly appreciated (I don't have money to give but I can assign points!!)
Thanks.
Bill
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 07:39 PM
06-26-2002 07:39 PM
SolutionThe first step would be to enable DHCP (Dynamic Host Configuration Protocol) on the HP-UX 11.0 box, which would pickup an address from a DHCP server. To determine if you have a DHCP server already configured, take a look at the configuration of the PCs that are already connected to this network. Do you assign a static IP address, or do you have it checked to "obtain an IP address automatically"? If you are obtaining this automatically then you have a DHCP server running. For example, the popular Linksys DSL routers enable a DHCP server by default. The easy way to enable DHCP on the HP-UX 11.0 box would be to use SAM. All the information you should need to enable DHCP can be found here:
http://docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html
You will also need to know what network interface is going to connect to the network, if there are multiple interfaces. Typically you'll be connecting with interface 'lan0', however you'll want to take a look at the output of 'lanscan' to see what interfaces you have available.
Now, if you don't have a DHCP server and the PCs are using static IP addresses, then you'll need to manually enter such things as the default gateway, DNS servers and an IP address for the HP-UX box itself. To do this manually edit (using the text editor found in CDE or command line via 'vi'):
/etc/rc.config.d/netconf
You'll want to assign an IP address that matches the network you're attaching to, for example:
If the PCs use something like:
192.168.1.2
then you might try:
192.168.1.100
Then you'll want to find an unused IP address on that subnet, which can be done using the 'ping' command on the PCs. You can also try this by trial and error. Basically you want to leave the first three sets of numbers the same and change the trialing address. For the DNS servers you would enter the default Qwest supplied servers and for the default gateway you would assign the IP address of the router.
As for the VPN, you'll need to find out what type of protocol you'll be using to connect to this VPN. For example some VPNs use PPTP (Popular on Microsoft VPN implementations), while others use IPSec. Please provide us with some more info on what type of VPN you're connecting to and we'll point you in the right direction.
Hope that helps.
-Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2002 07:25 AM
06-27-2002 07:25 AM
Re: Unix workstation on a DSL
None of the PC's have static IP's. Once I enable DHCP on the B2600 will I still have to configure the gateway and DNS server through (i.e.) set_parms?
The VPN part of this seems to be working OK through the PC, so at this point I will work on the UNIX end and see what happens when I get connectivity.. the solution seems too simple!
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2002 06:47 PM
06-27-2002 06:47 PM
Re: Unix workstation on a DSL
c:\ipconfig /all |more
command from a DOS prompt. On Winnt you can get a "Command prompt" by clicking on "Start-Run-" then type cmd in the dialog box.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 01:21 PM
07-03-2002 01:21 PM
Re: Unix workstation on a DSL
It really was quite easy and once the network admin gets time we'll get the VPN configured. That appears to be the only loose end.. getting access to the internal network.
Thanks again.
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 11:06 AM
08-20-2002 11:06 AM
Re: Unix workstation on a DSL
Thanks,
Bobw