* [gentoo-user] Connecting a Linux workstation to a Windoze server
@ 2005-10-23 4:07 Andrew Lowe
2005-10-24 8:58 ` Nick Rout
2005-10-25 20:16 ` Bill Roberts
0 siblings, 2 replies; 3+ messages in thread
From: Andrew Lowe @ 2005-10-23 4:07 UTC (permalink / raw
To: gentoo-user
Hi all,
I have the situation where I work that it is a total M$ setup. Our
workstations use DHCP to grab IP addresses from the Win2003 server. For
various reasons I want to place a Gentoo box on the network. For some
reason when I try to bring up the network interface on the Gentoo box,
which has a dhcp client, the dhcp client times out and I can't obviously
get an IP address.
Does anyone know of any gotcha's or traps for young players when trying
to get IP addresses from a Win2003 server from the Linux world?
Any thoughts grealy appreciated,
Andrew
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Connecting a Linux workstation to a Windoze server
2005-10-23 4:07 [gentoo-user] Connecting a Linux workstation to a Windoze server Andrew Lowe
@ 2005-10-24 8:58 ` Nick Rout
2005-10-25 20:16 ` Bill Roberts
1 sibling, 0 replies; 3+ messages in thread
From: Nick Rout @ 2005-10-24 8:58 UTC (permalink / raw
To: gentoo-user
On Sun, 23 Oct 2005 14:07:42 +1000
Andrew Lowe <agl@wht.com.au> wrote:
> Hi all,
> I have the situation where I work that it is a total M$ setup. Our
> workstations use DHCP to grab IP addresses from the Win2003 server. For
> various reasons I want to place a Gentoo box on the network. For some
> reason when I try to bring up the network interface on the Gentoo box,
> which has a dhcp client, the dhcp client times out and I can't obviously
> get an IP address.
>
> Does anyone know of any gotcha's or traps for young players when trying
> to get IP addresses from a Win2003 server from the Linux world?
>
> Any thoughts grealy appreciated,
> Andrew
Try running dhcpcd -d eth0
-d is debug, and may help you figure out what i going wrong.
> --
> gentoo-user@gentoo.org mailing list
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Connecting a Linux workstation to a Windoze server
2005-10-23 4:07 [gentoo-user] Connecting a Linux workstation to a Windoze server Andrew Lowe
2005-10-24 8:58 ` Nick Rout
@ 2005-10-25 20:16 ` Bill Roberts
1 sibling, 0 replies; 3+ messages in thread
From: Bill Roberts @ 2005-10-25 20:16 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 772 bytes --]
On 14:07 Sun 23 Oct , Andrew Lowe wrote:
> Hi all,
> I have the situation where I work that it is a total M$ setup. Our
> workstations use DHCP to grab IP addresses from the Win2003 server. For
> various reasons I want to place a Gentoo box on the network. For some
> reason when I try to bring up the network interface on the Gentoo box,
> which has a dhcp client, the dhcp client times out and I can't obviously
> get an IP address.
>
I'm getting my ip's form a W2k3 server, using dhcpcd as a client.
I put the following in /etd/conf.d/net:
iface_eth0="dhcp"
dhcpcd_eth0="-h $(hostname) -N"
I understand that Gentoo now sends the hostname by default, so the:
"-h $(hostname)"
may not be needed.
Good luck.
Bill Roberts
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-10-25 20:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-23 4:07 [gentoo-user] Connecting a Linux workstation to a Windoze server Andrew Lowe
2005-10-24 8:58 ` Nick Rout
2005-10-25 20:16 ` Bill Roberts
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox