- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Internet connection
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
10-16-2002 05:50 PM
10-16-2002 05:50 PM
Internet connection
Though my PCs can access internet, my workstation cannot.
What changes do I have to make on my workstation to access internet. I need this to allow my workstation to send out emails..iam learning a few stuff at home...
Please help!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:10 PM
10-16-2002 06:10 PM
Re: Internet connection
What is your default gateway?
netstat -rn
cat /etc/rc.config.d/netconf | grep -v -e "^#" -e "^$"
router IP
On your PC's do this in a DOS window:
netstat -rn
ipconfig
of course post the results here :-)
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:15 PM
10-16-2002 06:15 PM
Re: Internet connection
C:\Documents and Settings\cpq>ipconfig
Windows IP Configuration
Ethernet adapter Network Bridge (Network Bridge) 2:
Connection-specific DNS Suffix . : wilog101.pa.comcast.net
IP Address. . . . . . . . . . . . : 192.168.254.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.254.254
C:\Documents and Settings\cpq>netstat -rn
Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...12 bf 05 d2 c2 a6 ...... MAC Bridge Miniport - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.254.254 192.168.254.4 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.254.0 255.255.255.0 192.168.254.4 192.168.254.4 10
192.168.254.4 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.254.255 255.255.255.255 192.168.254.4 192.168.254.4 10
224.0.0.0 240.0.0.0 192.168.254.4 192.168.254.4 10
255.255.255.255 255.255.255.255 192.168.254.4 192.168.254.4 1
Default Gateway: 192.168.254.254
===========================================================================
Persistent Routes:
None
Worstation settings:
# netstat -rn
Routing tables
Dest/Netmask Gateway Flags Refs Use Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 9469 lo0 4136
192.168.254.3 192.168.254.3 UH 0 1159 lan0 4136
192.168.254.0 192.168.254.3 U 2 0 lan0 1500
127.0.0.0 127.0.0.1 U 0 0 lo0 4136
default 192.168.254.254 UG 0 0 lan0 1500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:15 PM
10-16-2002 06:15 PM
Re: Internet connection
HOSTNAME="hpux"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=192.168.254.3
SUBNET_MASK[0]=255.255.255.0
INTERFACE_STATE[0]=up
DHCP_ENABLE[0]=0
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="192.168.254.254"
ROUTE_COUNT[0]=""
ROUTE_ARGS[0]=""
GATED=0
GATED_ARGS=""
RDPD=0
RARP=0
router IP is 192.168.254.254
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:22 PM
10-16-2002 06:22 PM
Re: Internet connection
change
ROUTE_COUNT[0]=""
TO...
ROUTE_COUNT[0]="1"
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:29 PM
10-16-2002 06:29 PM
Re: Internet connection
a quick test:
nslookup forums.itrc.hp.com
of course you need to set up your /etc/resolv.conf file, like I did:
domain bigpool.net
nameserver 24.93.1.119
which your PC can tell you:
ipconfig /all
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:38 PM
10-16-2002 06:38 PM
Re: Internet connection
On the PC is the following output
C:\Documents and Settings\cpq>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : KIRAN
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Network Bridge (Network Bridge) 2:
Connection-specific DNS Suffix . : wilog101.pa.comcast.net
Description . . . . . . . . . . . : MAC Bridge Miniport
Physical Address. . . . . . . . . : 12-BF-05-D2-C2-A6
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.254.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.254.254
DHCP Server . . . . . . . . . . . : 192.168.254.254
DNS Servers . . . . . . . . . . . : 68.80.0.5
68.80.0.6
Lease Obtained. . . . . . . . . . : Wednesday, October 16, 2002 6:49:37
PM
Lease Expires . . . . . . . . . . : Saturday, October 19, 2002 6:49:37 P
M
C:\Documents and Settings\cpq>nslookup forums.itrc.hp.com
Server: ns01.toresd01.pa.comcast.net
Address: 68.80.0.5
Name: forums.itrc.hp.com
Address: 192.151.52.111
ON the workstation
# more /etc/resolve.conf
domain wilog101.pa.comcast.net
nameserver 68.80.0.5
# nslookup forums.itrc.hp.com
Using /etc/hosts on: hpux
looking up FILES
*** No address information is available for "forums.itrc.hp.com"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:41 PM
10-16-2002 06:41 PM
Re: Internet connection
# /etc/nsswitch.files:
#
#
passwd: files
group: files
hosts: files [NOTFOUND=continue] dns [NOTFOUND=return]
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:47 PM
10-16-2002 06:47 PM
Re: Internet connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:50 PM
10-16-2002 06:50 PM
Re: Internet connection
When you changed the route_count=1 did you reboot?
If you did, what was the error message on the
nslookup forums.itrc.hp.com
??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:59 PM
10-16-2002 06:59 PM
Re: Internet connection
# nslookup hotmail.com
Using /etc/hosts on: hpux
looking up FILES
Trying DNS
*** can't find hotmail.com: No response from server
#
#
# nslookup forums.itrc.hp.com
Using /etc/hosts on: hpux
looking up FILES
Trying DNS
*** can't find forums.itrc.hp.com: No response from server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 07:24 PM
10-16-2002 07:24 PM
Re: Internet connection
You set up this static IP in your router, right?
Can the PC ping the server and the server ping the PC ??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 07:27 PM
10-16-2002 07:27 PM
Re: Internet connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 07:35 PM
10-16-2002 07:35 PM
Re: Internet connection
in /etc/resolv.conf change the domain to something other than you have it set to today, use what I did bigpool.net.
Can you ping the router??
What are the configurations on the router??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 08:33 PM
10-16-2002 08:33 PM
Re: Internet connection
Ole,
Jeff (Who just happens to be @ an rr.com address!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 09:43 PM
10-16-2002 09:43 PM
Re: Internet connection
I fixed the problem...All i did was to use the set_parms initial command and start all over again...
It worked..anyways thanks for all ur help and i think u guys deserve some points too...