View previous topic :: View next topic |
Author |
Message |
lexx n00b
Joined: 16 Dec 2003 Posts: 60
|
Posted: Tue Mar 02, 2004 3:07 pm Post subject: HELP |
|
|
I've got to set up a DNS server with VMware.
But the problem is that there is a proxy between me and the net.
I'm using dhcp and internal pings are working fine but I can't get outside.
Anyone please tell me how to configure my network so that I can emerge something.
I wasn't able to find anything about this concrete problem in the forums so I'd really appreciate it, if you'd like to help me.
thanks |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Tue Mar 02, 2004 3:21 pm Post subject: Re: HELP |
|
|
lexx wrote: | I've got to set up a DNS server with VMware. |
How do you mean?
Do you want to run a nameserver on VMWare?
You'll need an OS first, then.
Of do you need to be able to connect to a nameserver ?
You'll need an OS for that, too.
lexx wrote: | But the problem is that there is a proxy between me and the net. |
What kind of proxy ?
HTTP ? SOCKS ?
lexx wrote: | I'm using dhcp and internal pings are working fine but I can't get outside. |
That's not a problem - you'll need to use the webrsync option for portage.
lexx wrote: | Anyone please tell me how to configure my network so that I can emerge something. |
Edit make.conf, activate webrsync, that's it. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
lexx n00b
Joined: 16 Dec 2003 Posts: 60
|
Posted: Thu Mar 04, 2004 8:45 am Post subject: sorry for the misunderstanding |
|
|
ok. In school we've got to set up a Linux Server with VMWare.
We have to make a DNS server (connect to our school name servers).
But I just can't get outside beacuse there is a proxy between me and the net.
So please how can I configure a proxy so that I can download or emerge something. |
|
Back to top |
|
|
Prompty Apprentice
Joined: 08 Feb 2004 Posts: 292
|
Posted: Thu Mar 04, 2004 10:12 am Post subject: |
|
|
well the most simple solution I can see is configuring vmware to work with Nat-like connection ... I used a a beta and under windows but I didn't have any problems connecting with the outside then ( note that I'm behind a proxy ..non-auth , but all connections run thru it ) _________________ <input stupid message here> |
|
Back to top |
|
|
lexx n00b
Joined: 16 Dec 2003 Posts: 60
|
Posted: Thu Mar 04, 2004 12:13 pm Post subject: okok |
|
|
I just want to know how to tell my Gentoo to use the proxy to get connection to the internet.
And by the way how can I do this Nat-like connection.
But after all I just want to tell this stupid box that it has to use DHCP and a proxy. Ok please no complicate instructions or so just simple because I really don't know much about this stuff. |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Thu Mar 04, 2004 1:00 pm Post subject: |
|
|
Then this would seem to be a good moment to start learning...
Emitting disgruntled sounds on the lines of "this stuff is too complekated for poor old me" won't get you very far on Gentoo in general. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
johnmc Tux's lil' helper
Joined: 04 Oct 2003 Posts: 81 Location: Kansas City, MO
|
Posted: Thu Mar 04, 2004 1:43 pm Post subject: |
|
|
I agree with prompty, I would use the NAT networking option for the Guest OS. I think then if you can make the Host OS work through the proxy the Guest OS would too. Maybe someone who's actually done this will clarify this point for us. I'll admit I'm not sure how the proxy figures in your scenario, but if you're complaining of it then it's probably in the way
I haven't used a Windows Host OS with VMWare, but in Linux there's a configuration script that you run after the install to configure the local networking (between the Guest and Host OS). Is there something like that you can work with?
Are you trying to set up a secondary or slave nameserver to pull information off the school's primary servers? I'm not expert but I've done much the same myself this way at work:
in /var/bind/named.conf add a stanza like this:
zone "school.domain" IN {
type slave;
file "sec/your.domain.zone";
masters {
X.X.X.X; <-- put the address of the server you'll pull DNS data from here
};
notify no;
};
There's an O'Reilly book called "DNS and Bind" by Cricket Liu, if memory serves, that will be a good source of information if you want to delve more deeply into DNS.
If you're just trying to set your resolvers, take a look at /etc/resolv.conf _________________ Pass the ribs!
----------------------------
17" G4 1.5GHZ Powerbook
Toshiba 5205-S703
----------------------------
"Survived the Dotcom crash and happily toiling for the print media again" |
|
Back to top |
|
|
|