1838158 Members
4074 Online
110124 Solutions
New Discussion

Internet connection

 
roadrunner_1
Regular Advisor

Internet connection

I have an old HP workstation 712/60 at home connected to a wireless router with built 4 port hub. This in turn is connected to my broad band modem. I have 2 PCs and this workstation on this LAN.
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!!!
15 REPLIES 15
harry d brown jr
Honored Contributor

Re: Internet connection

Can your workstation ping the router? the PC's?

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
Live Free or Die
roadrunner_1
Regular Advisor

Re: Internet connection

PC settings :

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
roadrunner_1
Regular Advisor

Re: Internet connection

# cat /etc/rc.config.d/netconf | grep -v -e "^#" -e "^$"
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

harry d brown jr
Honored Contributor

Re: Internet connection


change

ROUTE_COUNT[0]=""

TO...


ROUTE_COUNT[0]="1"


live free or die
harry
Live Free or Die
harry d brown jr
Honored Contributor

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
Live Free or Die
roadrunner_1
Regular Advisor

Re: Internet connection

Did not work!!!

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"
harry d brown jr
Honored Contributor

Re: Internet connection

Sorry, I forgot to tell you to set /etc/nsswitch.conf file:


# /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
Live Free or Die
roadrunner_1
Regular Advisor

Re: Internet connection

NO luck!!!
harry d brown jr
Honored Contributor

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
Live Free or Die
roadrunner_1
Regular Advisor

Re: Internet connection

after reboot


# 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
harry d brown jr
Honored Contributor

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
Live Free or Die
roadrunner_1
Regular Advisor

Re: Internet connection

Yes it can because I can telnet from my PCs to this workstation
harry d brown jr
Honored Contributor

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
Live Free or Die
Jeff Schussele
Honored Contributor

Re: Internet connection

Is it just me that thinks it's awfully ironic that Roadrunner is having I-net connection trouble =~)

Ole,
Jeff (Who just happens to be @ an rr.com address!)
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
roadrunner_1
Regular Advisor

Re: Internet connection

Ok Guys...
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...