I currently have Windows XP Home and Windows 95 networked through a 4 port
hub with the Win XP machine dialing out to the internet and sharing the
service.
I've connected my SS20 to the hub (Sol. 8 CLI - I'm waiting for a supported
frame buffer) and I can ping the XP machine 192.168.0.1. I can also ping
the Solaris box - 192.168.0.5 - from XP.
However I cannot get out to the internet from Solaris.
I managed to find some instructions on configuring DHCP (because I read
somewhere that was the problem) and followed them and then the Solaris unit
did not recognise the network.
What I did:
edited /etc/default/dhcpagent - uncommented REQUEST_HOSTNAME=yes.
edited /etc/hostname.le0 and added the following - inet hostname (where
hostname was the name of the Solaris box - it already had a line containing
hostname).
Needless to say, I deleted all of my changes to be able to get back to
pinging the XP Box.
Are there any (relatively) simple instructions on how to link my Solaris box
into the existing network?
Thanks for any and all comments.
Dave E.
|
|
0
|
|
|
|
Reply
|
David
|
12/21/2003 10:31:14 AM |
|
"David E. Edwards" <dedwards@forje.com> writes:
>I currently have Windows XP Home and Windows 95 networked through a 4 port
>hub with the Win XP machine dialing out to the internet and sharing the
>service.
>I've connected my SS20 to the hub (Sol. 8 CLI - I'm waiting for a supported
>frame buffer) and I can ping the XP machine 192.168.0.1. I can also ping
>the Solaris box - 192.168.0.5 - from XP.
>However I cannot get out to the internet from Solaris.
Personally, I'd do this the other way round. (And indeed, that is what
I do do!) Get the Solaris box to dial the internet and act as
router/firewall/proxy for the Windows stuff. You have a *much* better
chance of (i) getting it working at all & (ii) getting to to do what
you want rather than what Billy's incompetent programmers want.
--
"The road to Paradise is through Intercourse."
[email me at huge [at] huge [dot] org [dot] uk]
|
|
0
|
|
|
|
Reply
|
huge
|
12/21/2003 11:15:17 AM
|
|
"David E. Edwards" <dedwards@forje.com> writes:
> I currently have Windows XP Home and Windows 95 networked through a 4 port
> hub with the Win XP machine dialing out to the internet and sharing the
> service.
> I've connected my SS20 to the hub (Sol. 8 CLI - I'm waiting for a supported
> frame buffer) and I can ping the XP machine 192.168.0.1. I can also ping
> the Solaris box - 192.168.0.5 - from XP.
> However I cannot get out to the internet from Solaris.
> I managed to find some instructions on configuring DHCP (because I read
> somewhere that was the problem) and followed them and then the Solaris unit
> did not recognise the network.
> What I did:
> edited /etc/default/dhcpagent - uncommented REQUEST_HOSTNAME=yes.
> edited /etc/hostname.le0 and added the following - inet hostname (where
> hostname was the name of the Solaris box - it already had a line containing
> hostname).
put the ip address of your xp box in /etc/defaultrouter, theres no
need for dhcp but it won't hurt. If the SS20 won't resolve hostnames,
then you'll have to figure out something. I've not the slightest idea
how xp does ip forwarding, so you might have to put some kind of
forwarding nameserver on the windows box.
Gregm
|
|
0
|
|
|
|
Reply
|
Greg
|
12/21/2003 2:36:54 PM
|
|
In article <bs3sph$i4b$1@sparta.btinternet.com>, David E. Edwards wrote:
> I currently have Windows XP Home and Windows 95 networked through a 4 port
> hub with the Win XP machine dialing out to the internet and sharing the
> service.
> I've connected my SS20 to the hub (Sol. 8 CLI - I'm waiting for a supported
> frame buffer) and I can ping the XP machine 192.168.0.1. I can also ping
> the Solaris box - 192.168.0.5 - from XP.
> However I cannot get out to the internet from Solaris.
The problem might be that you are getting out to the internet, but, since
your Solaris machine is using a "private address", it is being ignored.
Probably your xp machine is being assigned a valid address when it connects
to your ISP, but the sun machine keeps its assigned address. (You should
be able to use a network snooping utility on your xp machine to verify that
this is happening. ethereal is free and quite good.)
A common solution to this problem is to use network address translation
(NAT) to translate the address of packets going out to the internet to have
a valid source address. With Solaris, ipfilter can be used to do this.
For XP, you'll probably want to ask in an appropriate windows group.
> I managed to find some instructions on configuring DHCP (because I read
> somewhere that was the problem) and followed them and then the Solaris unit
> did not recognise the network.
> What I did:
> edited /etc/default/dhcpagent - uncommented REQUEST_HOSTNAME=yes.
> edited /etc/hostname.le0 and added the following - inet hostname (where
> hostname was the name of the Solaris box - it already had a line containing
> hostname).
>
> Needless to say, I deleted all of my changes to be able to get back to
> pinging the XP Box.
>
> Are there any (relatively) simple instructions on how to link my Solaris box
> into the existing network?
> Thanks for any and all comments.
> Dave E.
>
>
--
Jim Cochrane; jtc@dimensional.com
[When responding by email, include the term non-spam in the subject line to
get through my spam filter.]
|
|
0
|
|
|
|
Reply
|
Jim
|
12/21/2003 10:33:24 PM
|
|
"David E. Edwards" <dedwards@forje.com> wrote in message
news:bs3sph$i4b$1@sparta.btinternet.com...
> I currently have Windows XP Home and Windows 95 networked through a 4 port
> hub with the Win XP machine dialing out to the internet and sharing the
> service.
> I've connected my SS20 to the hub (Sol. 8 CLI - I'm waiting for a
supported
> frame buffer) and I can ping the XP machine 192.168.0.1. I can also ping
> the Solaris box - 192.168.0.5 - from XP.
> However I cannot get out to the internet from Solaris.
Got my SS20 talking to the internet (setup /etc/defaultrouter file).
Can only access with dot address - cannot use DNS - my ISP assigns addresses
for these servers at connet time (BTInternet).
Any ideas how I can set up Sol. 8 to accept this?
Thanks
Dave E.
|
|
0
|
|
|
|
Reply
|
David
|
12/22/2003 4:40:19 PM
|
|
On Mon, 22 Dec 2003, David E. Edwards wrote:
> Got my SS20 talking to the internet (setup /etc/defaultrouter file).
Great!
> Can only access with dot address - cannot use DNS - my ISP assigns addresses
> for these servers at connet time (BTInternet).
> Any ideas how I can set up Sol. 8 to accept this?
Check that the hosts line in /etc/nsswitch.conf says this:
hosts: files dns
Also check the contents of /etc/resolv.conf.
HTH,
--
Rich Teer, SCNA, SCSA . * * . * .* .
. * . .*
President, * . . /\ ( . . *
Rite Online Inc. . . / .\ . * .
.*. / * \ . .
. /* o \ .
Voice: +1 (250) 979-1638 * '''||''' .
URL: http://www.rite-online.net ******************
|
|
0
|
|
|
|
Reply
|
Rich
|
12/22/2003 7:04:30 PM
|
|
"David E. Edwards" <dedwards@forje.com> writes:
> "David E. Edwards" <dedwards@forje.com> wrote in message
> news:bs3sph$i4b$1@sparta.btinternet.com...
> > I currently have Windows XP Home and Windows 95 networked through a 4 port
> > hub with the Win XP machine dialing out to the internet and sharing the
> > service.
> > I've connected my SS20 to the hub (Sol. 8 CLI - I'm waiting for a
> supported
> > frame buffer) and I can ping the XP machine 192.168.0.1. I can also ping
> > the Solaris box - 192.168.0.5 - from XP.
> > However I cannot get out to the internet from Solaris.
>
>
> Got my SS20 talking to the internet (setup /etc/defaultrouter file).
> Can only access with dot address - cannot use DNS - my ISP assigns addresses
> for these servers at connet time (BTInternet).
> Any ideas how I can set up Sol. 8 to accept this?
> Thanks
> Dave E.
In general, to set up name resolution, your /etc/resolv.conf file will
have something like this;
nameserver 192.168.1.2
nameserver 192.168.2.3
where the ip addresses are replaced by those of the isp's dns servers.
You need at least one, additional entries serve as backup if the first
one doesn't respond.
Many isps use dns servers with static ip addresses (even those who say
they don't probably have them and just don't publish so as to keep the
Windows users off their backs). Presumably xp has some way to find
out the ip config thats in effect- "ipconfig /all" in a dos box would
do it in NT/9x. If the display has a couple lines related to DNS
servers, you could just put those ip addresses in /etc/resolv.conf and
give it a try.
It might be possible for xp to "masquerade" the udp dns requests from
your SS20 along with the tcp connections its already handling. It
depends on what xp is capable of and how forwarding is configured.
Moving to dhcp for your local network might be another approach, but
I've never used it, so I don't know details.
Gregm
|
|
0
|
|
|
|
Reply
|
Greg
|
12/22/2003 8:07:26 PM
|
|
|
6 Replies
188 Views
(page loaded in 0.092 seconds)
Similiar Articles: VNC on XP and dtterm on Solaris 8 - comp.unix.solaristhis leaves a Solaris > vnc-4_2_1-sparc ... the vncviewer (RealVNC 4.1.1.0 on Windows XP) gets error - "The Connection ... Windows XP - Port 80 blocked - comp.os.ms ... Upgrade from Version 5 to Version 9.5 - comp.databases.btrieve ...... for Netware package, but I cannot >> connect to it from a Dos prompt on a Windows XP ... 3/20/2008 3:59:49 PM ... java from 1.5 to 1.6 on solaris 10 sparc ... How to install (real) VNC Server on Solaris 9? - comp.unix.solaris ...... has to run on Solaris 9, the clients will run on Windows XP. ... the VNC viewer on the other box, you tell it to connect ... cd /cdrom/s9_software_companion/components/sparc ... Sharing the cdrom - solaris 9 - comp.unix.solaris... it, however if I share the cd then /cdrom/sol_9_803_sparc/s0 ... mean here is the physical mac address like 8:0:20:8f ... Reliability of file locks on share between Windows and ... PPTP client for Solaris 10! - comp.unix.solaris3/13/2005 1:20:22 AM ... and packaged it, we were on Solaris 8 SPARC ... mainly need is PPTP and I'll need Windows XP/VIsta VPN client to be able to connect to ... Timekeeping broken on Windows XP with multimedia timer enabled (-M ...On Jan 20, 8:23=A0am, Martin Burnicki <martin.burni ... perfectly matches what Alan has observed, i.e. Windows XP ... Well if you are on windows : SOL ) > > Just about any PC ... Problems with Jumpstart - comp.unix.solaris... jumpstart/ -s SERVER:/export/jump_5.9/ -e 8:0:20 ... too fast, you should use a serial console (connect another Sparc ... - Computer Tech Support Forum - Windows - Linux ... I ... problem with synchronizing two comps to each other - comp ...> I thought about connecting both comps with an ethernet ... code 0 (OK) time c63864a2.aaecd038 Fri, May 20 ... Time sync with milliseconds with Windows XP - comp ... delelte dirs older than 2 hours by find with solaris 9 - comp.unix ...On 2006-11-27 20:46:45 +0000, Darren Dunham ... I just copied sol-9-u7-sparc-v1.iso from a Solaris x86 ... ... Timekeeping broken on Windows XP with multimedia timer ... Solaris 10, PuTTY, and vi - comp.unix.solarisWindows :-) XP Professional, probably SP3. > Why not keep ... The only time that the size is "wrong" when you connect ... that I can not remember, I can not login Sol... Using Serial Consoles - (Solaris / Linux) - iDevelopment.infoConnect From Sun SPARC Serial Port. From a Sun machine, if you wanted to access the serial ... Pin 6 (RXD) Pin 2 (TXD) Pin 7 (DSR) Pin 20 (DTR) Pin 8 (CTS) Pin 4 (RTS) Connect PS3 to windows 7 through WMP 12 « igoY.inConnect PS3 to windows 7 through WMP 12 . I recently installed ... In lay man’s term, Windows 7 is blend of Windows XP ... ve read so far seems to indicate that I’m SOL. 7/29/2012 5:16:18 AM
|