RE: Reduce DHCP Client Timeout send hostname

2003-10-02 Thread Bill Anderson
On Wed, 2003-09-24 at 01:15, Karasik, Vitaly wrote: you need to add two strings to /etc/sysconfig/network : DHCP_HOSTNAME=hostname DHCPCARG=-t 10 IMO, when you select the option to manually set your hostanme in r-c-n it should add the DHCP_HOSTNAME entry to the system. Maybe I'll go

RE: Reduce DHCP Client Timeout send hostname

2003-09-29 Thread Karasik, Vitaly
I am using RH 7.1 and the options you specified do not work, i.e., the timeout is still 3 minutes... Perhaps it will be best for me to use the ISC DHCP client... for pump you should change in your /etc/pump.conf file timeout hostname parameters, see man pump for more

RE: Reduce DHCP Client Timeout send hostname

2003-09-24 Thread Karasik, Vitaly
you need to add two strings to /etc/sysconfig/network : DHCP_HOSTNAME=hostname DHCPCARG=-t 10 Regards, Vitaly Karasik, RHCE *** Information contained in this email message is intended only for use of the

RE: Reduce DHCP Client Timeout send hostname

2003-09-24 Thread Syed Ali
I am using RH 7.1 and the options you specified do not work, i.e., the timeout is still 3 minutes... Perhaps it will be best for me to use the ISC DHCP client... Thank you... -Original Message- From: Karasik, Vitaly [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 3:16 AM

Reduce DHCP Client Timeout

2003-09-23 Thread Syed Ali
Does anyone know how to reduce the DHCP client timeout? I have an RH 7.1 DHCP client which takes 3 minutes to timeout at boot time when it tries to bring up eth0 and eth0 is not connected to the network. The client is a laptop and is quite often not connected to the network. Thank you

Send Hostname along with DHCP Request from client

2003-09-23 Thread Syed Ali
Does anyone know how to get a DHCP client to send it's hostname to the DHCP server when running RH 7.1 or RH 7.2? In RH 8.0 and up the /etc/dhclient.conf file option 'send fqdn.fqdn host.domain.com' can be used, but /etc/dhclient.conf is not supported in RH 7.1 or RH 7.2. (I imagine

Suggestion on Domain Controller /DHCP?

2003-09-22 Thread Harish
Hi , I am doing a pilot project on my small LAN which I would later want to implement for my cybercafe which has 50 Nodes connected on a 128Kbps lease line. I need a suggestion what will be a better option a DHCP based setup or a DC type of a set up?All my nodes are Windows 98 nodes. Secondly

Re: Suggestion on Domain Controller /DHCP?

2003-09-22 Thread Felix Mathais
i personally would go with NAT and set up my own DNS server, which does caching for the internet and resolves the hostnames internally. I use that on my LAN which is a mix between windows and unix and it works great. Felix _

SV: Suggestion on Domain Controller /DHCP?

2003-09-22 Thread Enroth Björn
Hi, My suggestion is that you set up DHCP and DNS in your linuxbox along with iptables as firewall. Use NAT for the clients with a granular rule base in iptables. Do not allow SMTP, DNS etc through the firewall. I suggest that you set up outgoing rules for defined traffic and deny by default

DHCP appears not to be working

2003-09-22 Thread Vidiot
I have a W2K laptop that I am attempting to connect to my internal LAN, but DHCP appears to not be working. THe daemon is running: ps -eaf | grep dhcp root 26358 1 0 Sep03 ?00:00:03 /usr/sbin/dhcpd eth1 The dhcp config file is as follows: cat dhcpd.conf

Re: DHCP appears not to be working

2003-09-22 Thread Benjamin J. Weiss
On Mon, 22 Sep 2003, Vidiot wrote: I have a W2K laptop that I am attempting to connect to my internal LAN, but DHCP appears to not be working. THe daemon is running: ps -eaf | grep dhcp root 26358 1 0 Sep03 ?00:00:03 /usr/sbin/dhcpd eth1 snip The 169

Re: DHCP appears not to be working

2003-09-22 Thread Vidiot
Try this: On the Win2K machine (while it is hooked up to your home network), open a command prompt and type: ipconfig /release ipconfig /renew Your dhcp client on the win2k machine is probably thinking that it already has a lease that hasn't expired, and doesn't need a new one. Ben Nope

RE: DHCP appears not to be working

2003-09-22 Thread Jason Staudenmayer
Firewall? -Original Message- From: Vidiot [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 11:04 AM To: [EMAIL PROTECTED] Subject: Re: DHCP appears not to be working Try this: On the Win2K machine (while it is hooked up to your home network), open a command prompt and type

Re: DHCP appears not to be working

2003-09-22 Thread Vidiot
boxes trying to get DHCP addresses from my box, since I start the daemon with: daemon /usr/sbin/dhcpd eth1 so that it will only listen on the internal lan. Thanks for the response. MB -- e-mail: [EMAIL PROTECTED]/~\ The ASCII

Re: DHCP appears not to be working

2003-09-22 Thread Benjamin J. Weiss
On Mon, 22 Sep 2003, Vidiot wrote: Try this: On the Win2K machine (while it is hooked up to your home network), open a command prompt and type: ipconfig /release ipconfig /renew Your dhcp client on the win2k machine is probably thinking that it already has a lease that hasn't

Re: DHCP appears not to be working

2003-09-22 Thread Phil Savoie
On Monday 22 September 2003 10:19, Vidiot wrote: I have a W2K laptop that I am attempting to connect to my internal LAN, but DHCP appears to not be working. THe daemon is running: ps -eaf | grep dhcp root 26358 1 0 Sep03 ?00:00:03 /usr/sbin/dhcpd eth1 The dhcp

RE: DHCP appears not to be working

2003-09-22 Thread Jason Staudenmayer
Did the firestarter open the dhcp ports? I think it broadcasts on port 68 TCP/UDP -Original Message- From: Vidiot [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 11:59 AM To: [EMAIL PROTECTED] Subject: Re: DHCP appears not to be working Firewall? OK, that was it, but I am

Re: DHCP appears not to be working

2003-09-22 Thread Mike Burger
internal LAN, but DHCP appears to not be working. THe daemon is running: ps -eaf | grep dhcp root 26358 1 0 Sep03 ?00:00:03 /usr/sbin/dhcpd eth1 The dhcp config file is as follows: cat dhcpd.conf subnet 192.168.1.0 netmask 255.255.255.0 { # --- default gateway

Re: DHCP appears not to be working

2003-09-22 Thread Mike Burger
Ack...I'm an idiot. You've already said it's running. I guess the next question is is eth1 your internal LAN interface? On Mon, 22 Sep 2003, Vidiot wrote: I have a W2K laptop that I am attempting to connect to my internal LAN, but DHCP appears to not be working. THe daemon is running

Re: DHCP appears not to be working

2003-09-22 Thread Mike Burger
by the firewall? I'm not worried about outside boxes trying to get DHCP addresses from my box, since I start the daemon with: daemon /usr/sbin/dhcpd eth1 so that it will only listen on the internal lan. Thanks for the response. Hmm...that blows all my suggestions out of the water

Re: DHCP appears not to be working

2003-09-22 Thread Vidiot
Did the firestarter open the dhcp ports? I think it broadcasts on port 68 TCP/UDP When I ran the firestarter wizard, I added DHCP to the list of stuff I run. After that it worked. Here are the $64,000 questions: 1) Why is firestarter setting up the firewall to block stuff from eth1, my

RE: DHCP appears not to be working

2003-09-22 Thread Jason Staudenmayer
but mine are always the other way. I set my internal first before I let it the box hit the internet just seems like the smarter thing to do. -Original Message- From: Vidiot [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 1:40 PM To: [EMAIL PROTECTED] Subject: Re: DHCP appears

RE: DHCP appears not to be working

2003-09-22 Thread Rodolfo J. Paiz
At 11:51 9/22/2003, you wrote: That's why I stay away from the starter scripts. Learning how to hand code your tables works much better. I tried a while ago to use the shorewall scripts and the RH firewall tools both really screwed up the rules I wanted set. It seems like they expect eth0 to be

Re: DHCP appears not to be working

2003-09-22 Thread Vidiot
That's why I stay away from the starter scripts. Learning how to hand code your tables works much better. I tried a while ago to use the shorewall scripts and the RH firewall tools both really screwed up the rules I wanted set. It seems like they expect eth0 to be external and eth1 to be internal

RE: DHCP appears not to be working

2003-09-22 Thread Jason Staudenmayer
It's not that bad once you get the hang of it. -Original Message- From: Vidiot [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 3:44 PM To: [EMAIL PROTECTED] Subject: Re: DHCP appears not to be working That's why I stay away from the starter scripts. Learning how to hand code

Re: DHCP appears not to be working

2003-09-22 Thread Rodolfo J. Paiz
At 13:44 9/22/2003, you wrote: I wish I had the time to dig deep into firewall rules. Keeping my web site up-to-date eats up all my time. But, it looks like I'll have to do that anyway. Really, take a good look at Shorewall. You can likely get your firewall in shape the first time in under 15

Re: DHCP appears not to be working

2003-09-22 Thread Jack Bowling
On Mon, Sep 22, 2003 at 12:40:22PM -0500, Vidiot wrote: Did the firestarter open the dhcp ports? I think it broadcasts on port 68 TCP/UDP When I ran the firestarter wizard, I added DHCP to the list of stuff I run. After that it worked. Here are the $64,000 questions: 1) Why

Re: Restricting DHCP services by MAC address

2003-09-16 Thread Rodolfo J. Paiz
At 15:40 9/11/2003 -0500, you wrote: I used iptables rules to ACCEPT requests to the DHCP server only from the known MAC address(es) and this works fine for workstations on the same subnet as the DHCP server. However, when I expand the service to multiple subnets across a router the DHCP request

Re: Restricting DHCP services by MAC address

2003-09-12 Thread Brent Herring
Actually, as I mentioned in my original post. I did that already. It does work when the workstations and the DHCP server are on the same subnet, but it doesn't work when they are on different subnets and the packets go through a router on the way. The packet picks up the MAC address of the router

RE: Restricting DHCP services by MAC address

2003-09-12 Thread Brent Herring
:25 PM To: [EMAIL PROTECTED] Subject: RE: Restricting DHCP services by MAC address Actually, I'm using the dhcpd from www.isc.org. If I understand correctly, the configuration below would statically IP addresses to the specified MAC addresses. I still want to assign IP addresses dynamically since

Restricting DHCP services by MAC address

2003-09-11 Thread Brent Herring
I would like to restrict DHCP services by workstation MAC address. I would like for dhcpd to only respond to work stations with a known MAC address. I used iptables rules to ACCEPT requests to the DHCP server only from the known MAC address(es) and this works fine for workstations on the same

RE: Restricting DHCP services by MAC address

2003-09-11 Thread James Williams
255.255.255.0 { option routers 192.168.32.254; options broadcast-address 192.168.32.255 Hostworkstation2 { hardware ethernet 00:00:00:00:00:02; fixed-address 192.168.32.1; } } Also in your router be sure you have your helper addresses pointing to your dhcp

Re: Restricting DHCP services by MAC address

2003-09-11 Thread MKlinke
On Thursday 11 September 2003 15:40, Brent Herring wrote: I would like to restrict DHCP services by workstation MAC address. I would like for dhcpd to only respond to work stations with a known MAC address. I used iptables rules to ACCEPT requests to the DHCP server only from the known MAC

RE: Restricting DHCP services by MAC address

2003-09-11 Thread Brent Herring
00:00:00:00:00:02; fixed-address 192.168.32.1; } } Also in your router be sure you have your helper addresses pointing to your dhcp server. This allows the router to relay directly to the dhcp server. James Williams Network Systems Engineer West Texas AM University -Original

RE: Restricting DHCP services by MAC address

2003-09-11 Thread James Williams
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brent Herring Sent: Thursday, September 11, 2003 4:25 PM To: [EMAIL PROTECTED] Subject: RE: Restricting DHCP services by MAC address Actually, I'm using the dhcpd from www.isc.org. If I understand correctly, the configuration

Re: Restricting DHCP services by MAC address

2003-09-11 Thread Jack Bowling
thousands of workstations to deal with. Simply put I would like the server to DROP all requests for IP addresses unless it is from MAC addresses that I have specified. Iptables can do this at the packet level. Write a rule that denies all dhcp requests on the port in question except for defined MAC

Help Seting Up Linux DHCP Router

2003-08-29 Thread jnowacki
What I can't get is the Windows XP machine to surf the internet. How do I do this while using the Linux box as a router? Do I setup Linux as a DHCP server, and if I do what settings/masks/ip ranges to I choose. Can I use masquerading and forwarding to give the windows machine a static ip even

Re: Help Seting Up Linux DHCP Router

2003-08-29 Thread gh
10.0.0.2. (No heed for a DHCP server now, but it may come in handy when adding a switch behind eth0 and more win or linux clients) *Turn on packet fwd. (edit /etc/sysctl.conf, to net.ipv4.ip_forward = 1) *Assuming you are using iptables and not ipchains: At shell, root: iptables -t nat -A POSTROUTING -o

Help Seting Up Linux DHCP Router

2003-08-29 Thread Jonathan Michael Nowacki
cannot ping XP. Whats the deal? What do I set the DNS on Windows to? What do I set the Default Gateway on eth0 to? Remember eth1 is set by DHCP. My RH8 Settings - eth1 --- DHCP: up and working perfectly eth0 --- ip address: 10.0.0.1 using rh gui tools (neat

Re: Help Seting Up Linux DHCP Router

2003-08-29 Thread Stephen Kuhn
On Sat, 2003-08-30 at 08:32, Jonathan Michael Nowacki wrote: Please Help Me set up a RH8 router My current setup cable modem - eth1--rh8--eth0 -win xp Setup no gateway on the eth0 (you can directly edit the /etc/sysconfig/network-scripts/ifcfg-eth0 and remove it) - then setup the

Re: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Steve Howard
[EMAIL PROTECTED] 08/07/03 11:36AM I can reach the internet using the same cable modem at the same location on a different machine running red hat 6.2 with eth0 configured for dhcp. Try removing the NIC from the other machine and install it in the new machine. Steve

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Kenneth Goodwin
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ken Plumley Sent: Thursday, August 07, 2003 2:05 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Here is the config for these files: /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/networking

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Kelerion
Also.. Check if you can ping external ip's or not.. It could be your dns is wrong Cheers Kel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelerion Sent: Thursday, August 07, 2003 6:06 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Ken Plumley
? -Original Message- From: Ken Plumley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Jason, When I set eth0 to activate automatically then restart the network it fails

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Kenneth Goodwin
etc, for your cable service provider??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ken Plumley Sent: Thursday, August 07, 2003 1:04 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Otto, Sorry, my

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Ken Plumley
I'm only running the dhclinet. --- Otto Haliburton [EMAIL PROTECTED] wrote: You don't have dhcp server running on your local box there. If is stop it until later. -Original Message- From: [EMAIL PROTECTED] [mailto:redhat-list- [EMAIL PROTECTED] On Behalf Of Kelerion Sent

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Ken Plumley
AM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Steve, Yes, I tried unpluging and reseting the cable modem too. It still dosen't work. Ken --- Rigler, Steve [EMAIL PROTECTED] wrote: Ken, Maybe you've already tried

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Kenneth Goodwin
? -Original Message- From: Ken Plumley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Jason, When I set eth0 to activate automatically then restart the network it fails

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Otto Haliburton
You don't have dhcp server running on your local box there. If is stop it until later. -Original Message- From: [EMAIL PROTECTED] [mailto:redhat-list- [EMAIL PROTECTED] On Behalf Of Kelerion Sent: Thursday, August 07, 2003 12:08 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Ken Plumley
Jason, I disabled the firewall for testing purposes before trying to activate eth0. Ken --- Jason Staudenmayer [EMAIL PROTECTED] wrote: Is there a firewall active? If yes it might be blocking the DHCP ports, shutdown the firewall and try it again if it works add DHCP port to your firewall

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Otto Haliburton
PROTECTED] Behalf Of Ken Plumley Sent: Thursday, August 07, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Jason, When I set eth0 to activate automatically then restart the network it fails with the following message

Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Ken Plumley
I am trying to setup an x86 box running red hat linux 8.0 to reach the internet using a cable modem. I used the Network Configuration tool to configure eth0 to automatically obtain IP address settings with DHCP and automatically obtain DNS information from the ISP. When I try to activate eth0

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Ken Plumley
is it? -Original Message- From: Ken Plumley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 11:36 AM To: Redhat List Subject: Ethernet DHCP Fails on Cable Modem to Internet I am trying to setup an x86 box running red hat linux 8.0 to reach the internet using a cable modem

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Jason Staudenmayer
DHCP Fails on Cable Modem to Internet Steve, Yes, I tried unpluging and reseting the cable modem too. It still dosen't work. Ken --- Rigler, Steve [EMAIL PROTECTED] wrote: Ken, Maybe you've already tried this, but my cable modem has a feature which requires it to be reset every time a new

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Jason Staudenmayer
Is there a firewall active? If yes it might be blocking the DHCP ports, shutdown the firewall and try it again if it works add DHCP port to your firewall. -Original Message- From: Ken Plumley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 11:47 AM To: [EMAIL PROTECTED

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Otto Haliburton
Message- From: [EMAIL PROTECTED] [mailto:redhat-list- [EMAIL PROTECTED] On Behalf Of Ken Plumley Sent: Thursday, August 07, 2003 11:40 AM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Otto, Earlier in my trouble shooting I tried the process you

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Rik Thomas
to their system. That or the DHCP lease uses your MAC address and your lease has not expired -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Kenneth Goodwin
Jason, The NIC was defective. I am sending this email from the machine that could not reach the internet, which now has a new NIC in it. Thanks to all for your help. :) Ken So as I gather - It was Working at the office lan, died upon power up at home. Not unusual, but not a

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Ken Plumley
Good idea.I'll test the NIC on another machine. Ken --- Kenneth Goodwin [EMAIL PROTECTED] wrote: Jason, The NIC was defective. I am sending this email from the machine that could not reach the internet, which now has a new NIC in it. Thanks to all for your help. :)

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Jason Staudenmayer
Sounds like the NIC kernel module isn't loading what kind of NIC is it? -Original Message- From: Ken Plumley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 11:36 AM To: Redhat List Subject: Ethernet DHCP Fails on Cable Modem to Internet I am trying to setup an x86 box

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Kenneth Goodwin
t Steve, Yes, I tried unpluging and reseting the cable modem too. It still dosen't work. Ken 1) I presume you already reset the linux box for DHCP service for this NIC's address so it should DHCP poll when you reboot the machine. ie you Checked the /etc/sysconfig/net* files

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Kenneth Goodwin
? in other words, could you have a port speed mismatch in some fashion even if you have LINK. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ken Plumley Sent: Thursday, August 07, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Ken Plumley
into it. -Steve -Original Message- From: Ken Plumley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 10:47 AM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Jason, The nic is an SMC EZ 10/100 the driver loaded

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Kenneth Goodwin
PROTECTED] Sent: Thursday, August 07, 2003 10:47 AM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Jason, The nic is an SMC EZ 10/100 the driver loaded for it is the RealTek RTL-8139. I tested the nic with a fixed IP

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Jason Staudenmayer
Starting to sound like a deaf NIC. Did you try to swap it out yet? -Original Message- From: Ken Plumley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Jason, When I set eth0

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-14 Thread Kenneth Goodwin
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ken Plumley Sent: Thursday, August 07, 2003 2:31 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet The MAC address was added when I selected Bind to MAC

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-11 Thread Ken Plumley
Subject: Ethernet DHCP Fails on Cable Modem to Internet I am trying to setup an x86 box running red hat linux 8.0 to reach the internet using a cable modem. I used the Network Configuration tool to configure eth0 to automatically obtain IP address settings with DHCP and automatically obtain

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-10 Thread Rigler, Steve
] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Jason, The nic is an SMC EZ 10/100 the driver loaded for it is the RealTek RTL-8139. I tested the nic with a fixed IP and was able to access other machines on the LAN. Ken -- redhat-list mailing list unsubscribe mailto

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-10 Thread Otto Haliburton
-Original Message- From: [EMAIL PROTECTED] [mailto:redhat-list- [EMAIL PROTECTED] On Behalf Of Ken Plumley Sent: Thursday, August 07, 2003 11:11 AM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Steve, Yes, I tried unpluging and reseting

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-10 Thread Ken Plumley
PROTECTED] On Behalf Of Ken Plumley Sent: Thursday, August 07, 2003 11:40 AM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Otto, Earlier in my trouble shooting I tried the process you suggested of copying the addresses for IP, broadcast and netmask

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-09 Thread Ken Plumley
: Thursday, August 07, 2003 12:11 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Steve, Yes, I tried unpluging and reseting the cable modem too. It still dosen't work. Ken --- Rigler, Steve [EMAIL PROTECTED] wrote: Ken, Maybe you've

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-09 Thread Ken Plumley
Here is the config for these files: /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/networking/devices/ifcfg-eth0 USERCTL=yes PEERDNS=yes TYPE=Ethernet DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=yes HWADDR= (the correct MAC is listed here) --- Kenneth Goodwin [EMAIL PROTECTED] wrote

Re: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-09 Thread lawjm86
Sent: Thursday, August 07, 2003 11:40 AM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Otto, Earlier in my trouble shooting I tried the process you suggested of copying the addresses for IP, broadcast and netmask from

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-09 Thread Jason Staudenmayer
Glad to hear it. I hate DEAF NIC's see if the manufacturer will swap it out I know 3com does. -Original Message- From: Ken Plumley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 3:04 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Jason

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-09 Thread Ken Plumley
:[EMAIL PROTECTED] Behalf Of Ken Plumley Sent: Thursday, August 07, 2003 2:05 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet Here is the config for these files: /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/networking

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-08 Thread Ken Plumley
other proxy in which case you will need a valid machine name. It sounds to me like you might be having a NIC MAC address problem. Contact your cable company and see if they use your MAC address to authenticate you to their system. That or the DHCP lease uses your MAC address and your

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-08 Thread Kenneth Goodwin
on a different machine running red hat 6.2 with eth0 configured for dhcp. Try removing the NIC from the other machine and install it in the new machine. At the same time? Perhaps your ISP only allows one DHCP address?? Most allow for two to four

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-07 Thread Otto Haliburton
-Original Message- From: [EMAIL PROTECTED] [mailto:redhat-list- [EMAIL PROTECTED] On Behalf Of Otto Haliburton Sent: Thursday, August 07, 2003 11:22 AM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable Modem to Internet -Original Message- From: [EMAIL

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-07 Thread Kenneth Goodwin
he cant use a static ip as one is not assigned to him by the ISP, they use DHCP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kelerion Sent: Thursday, August 07, 2003 1:06 PM To: [EMAIL PROTECTED] Subject: RE: Ethernet DHCP Fails on Cable

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-07 Thread Kenneth Goodwin
I can reach the internet using the same cable modem at the same location on a different machine running red hat 6.2 with eth0 configured for dhcp. Try removing the NIC from the other machine and install it in the new machine. At the same time? Perhaps your ISP only allows one DHCP

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-07 Thread Ken Plumley
I only put one machine on the internet at a time. --- Kenneth Goodwin [EMAIL PROTECTED] wrote: I can reach the internet using the same cable modem at the same location on a different machine running red hat 6.2 with eth0 configured for dhcp. Try removing the NIC from

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-07 Thread Kelerion
sounded familiar to me.. HTH Kel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Plumley Sent: Thursday, August 07, 2003 4:36 PM To: Redhat List Subject: Ethernet DHCP Fails on Cable Modem to Internet I am trying to setup an x86 box running red hat

Re: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-07 Thread Steve Howard
with DHCP and automatically obtain DNS information from the ISP. When I try to activate eth0 using the Network Configuration tool it fails with the message: Cannot activate network device eth0. I can reach the internet using the same cable modem at the same location on a different machine running red

RE: Ethernet DHCP Fails on Cable Modem to Internet

2003-08-07 Thread Kenneth Goodwin
: RE: Ethernet DHCP Fails on Cable Modem to Internet Your not messing/playing around with a 2.5 or 2.6 kernel are you? I know from experience that dhcpclient breaks with those kernels.. The way I got around it was to set a static ip (also make sure your gateway is correct

Dhcp and option 60 (PXE)

2003-07-23 Thread Douglas Phillipson
I need to boot a PXE client PC, which requires something called option-60 PXEClient in a DHCP scope. I have done this on a Windows DHCP server but not a Linux one. I searched and found this on the web: option option-60 PXEClient; But it doesn't work, gives an unknown option when restarting

2nd Attempt - Network printing with DHCP / Netgear router

2003-07-08 Thread Bill Johnson
router. Both the laptop and the server get IP addresses through that router. Printing has worked perfectly up until recently, and I'm wondering if it has to do with the dynamic assignment of IP and hostname, which occurs periodically when the DHCP lease renews. I configured printing as follows

Network printing with DHCP / Netgear router

2003-07-06 Thread Bill Johnson
router. Both the laptop and the server get IP addresses through that router. Printing has worked perfectly up until recently, and I'm wondering if it has to do with the dynamic assignment of IP and hostname, which occurs periodically when the DHCP lease renews. I configured printing as follows

Keeping the list of search domains in /etc/resolv.conf, using DHCP

2003-06-30 Thread Bart van Kuik
I'm using RedHat 9 and I'm using DHCP. This client deletes any additions to the domains to be searched in the /etc/resolv.conf file. Is there a setting somewhere which prevents the client from deleting manual additions to the /etc/resolv.conf file? I.e. the contents are initially: search domain1

Re: AOL Now Bouncing DHCP Addresses, Residential Addresses[May BeOT]

2003-06-29 Thread Bill Anderson
On Tue, 2003-06-17 at 15:22, Peter Kiem wrote: Hi Jeff, Sorry John, no it doesn't. If you are on a DHCP assigned address then you should be relaying email through your ISP not directly out. Can you explain why a DHCP address shoud not do a direct SMTP connect please? After all

AOL DHCP/Cable Modem Problem: Another soltuion using /etc/mailertable

2003-06-27 Thread John P Verel
Per Steve Cowles on the Shrike list, here's another way to solve the AOL/DHCP issue. I like this better than the SMARTHOST option, as it allows finer control over the delivery. I've tried it and it works fine with AOL and allows me to send other mails without relaying through my ISP. Quoting

Re: AOL DHCP/Cable Modem Problem: Another soltuion using /etc/mailertable

2003-06-27 Thread Len Philpot
On Fri, Jun 27, 2003 at 09:37:47AM -0400, John P Verel wrote: Per Steve Cowles on the Shrike list, here's another way to solve the AOL/DHCP issue. I like this better than the SMARTHOST option, as it allows finer control over the delivery. I've tried it and it works fine with AOL and allows

Re: AOL Now Bouncing DHCP Addresses, Residential Addresses[May Be OT]

2003-06-24 Thread Anthony E. Greene
On 17-Jun-2003/11:04 -0400, Drew Weaver [EMAIL PROTECTED] wrote: Since you're probably violating your ISPs ToS anyway I guess it doesnt matter if AOL doesn't accept your mail. An outgoing SMTP connection may not violate TOS. An SMTP server that accepts incoming connections may violate the TOS.

Re: AOL Now Bouncing DHCP Addresses, Residential Addresses[May Be OT]

2003-06-24 Thread Anthony E. Greene
On 18-Jun-2003/07:35 +1000, Peter Kiem [EMAIL PROTECTED] wrote: Hi Jeff, Sorry - no. there are literally over 30 programs capable of running smtp protocol which are not servers and cannot be classified as MTA's either. How is using these programs a violation of the TOS? I am not

Re: AOL Now Bouncing DHCP Addresses, Residential Addresses[May Be OT]

2003-06-24 Thread Anthony E. Greene
On 17-Jun-2003/16:36 -0500, Joseph A Nagy Jr [EMAIL PROTECTED] wrote: Peter Kiem wrote: Hi Joseph, It's very safe to assume that, but it's not always the case. On occasion I've been known to pop open pine and send an email from there. And pine does direct to remote SMTP email? Doubt it.

Re: AOL Now Bouncing DHCP Addresses, Residential Addresses[May Be OT]

2003-06-24 Thread Anthony E. Greene
On 18-Jun-2003/06:38 +1000, Peter Kiem [EMAIL PROTECTED] wrote: Michael, Michael, Michael, Try telnetting to your mailserver on port 25, you can send the message directly, no server on your end involved. It's all plain Text. All an SMTP Server does is follow the protocol but any human being

Re: AOL Now Bouncing DHCP Addresses, Residential Addresses[May Be OT]

2003-06-24 Thread Anthony E. Greene
On 18-Jun-2003/09:09 +1000, Peter Kiem [EMAIL PROTECTED] wrote: Hi Brett, what about the mail command? Doesn't it send directly to smtp servers? It is only running for the time it takes to send the mail. OK granted, but you are sending emails to your relatives on AOL using the mail command?

Re: AOL Now Bouncing DHCP Addresses, Residential Addresses[May BeOT]

2003-06-21 Thread Mark Neidorff
On Wed, 18 Jun 2003, Peter Kiem wrote: There ARE alternatives to running mailservers from dynamic addresses but some people are just too damn stubborn :) What are these alternatives that you mention? Mark -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: AOL Now Bouncing DHCP Addresses, Residential Addresses[May Be OT]

2003-06-19 Thread Zoki
Le 18/06/2003 04:58, « rm » [EMAIL PROTECTED] a écrit : On Tue, 2003-06-17 at 21:30, John P Verel wrote: On 06/17/03 16:23 -0400, Michael Kalus wrote: Try telnetting to your mailserver on port 25, you can send the message directly, no server on your end involved. It's all plain Text. I get

Re: AOL Now Bouncing DHCP Addresses, Residential Addresses[May Be OT]

2003-06-19 Thread Peter Kiem
Hi Jeff, Sorry - no. there are literally over 30 programs capable of running smtp protocol which are not servers and cannot be classified as MTA's either. How is using these programs a violation of the TOS? I am not questioning the TOS. I am questioning the allowed use of SMTP from

Re: AOL Now Bouncing DHCP Addresses, Residential Addresses[May Be OT]

2003-06-19 Thread Rodolfo J. Paiz
At 6/17/2003 14:42 -0400, you wrote: actually, alot of ISPs including one we resell dont allow you to even make outgoing smtp connections unless you're going to there servers, and I know that MOST if not all of the Broadband providers in the US for residential service clearly state that you are

  1   2   3   4   5   6   7   8   >