>Can you set this configuration again, save changes and post the content
>of /etc/dhcp3/dhcpd.conf?
javi,
here is the file after i reconfigured the network card together with ifconfig
and ethtool outputs,
please note that y ubuntu hardy client and windows vista still get IP from eth0
range.
thanks for your input,
Nicolas
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
# extra options
# RFC3442 routes
option rfc3442-classless-static-routes code 121 = array of integer 8;
# MS routes
option ms-classless-static-routes code 249 = array of integer 8;
ddns-update-style none;
option domain-name-servers 127.0..0.1, 194.168.4.100;
default-lease-time 1800;
max-lease-time 7200;
shared-network eth3 {
subnet 172.16.1.0 netmask 255.255..255.0 {
option routers 172.16.1.2;
option domain-name "lan.somedomain.net";
option domain-name-servers 172.16.1.2;
default-lease-time 1800;
max-lease-time 7200;
range 172.16.1.81 172..16.1.90;
}
}
shared-network eth0 {
subnet 172.16.1.0 netmask 255.255.255.0 {
option routers 172.16.1.1;
option domain-name "lan.somedomain.net";
option domain-name-servers 172.16.1.1;
default-lease-time 1800;
max-lease-time 7200;
range 172.16.1.50 172.16.1.59;
}
group {
option routers 172.16.1.1;
option domain-name "lan.somedomain.net";
option domain-name-servers 172.16.1.1;
default-lease-time 1800;
max-lease-time 7200;
host portaoNic2 {
hardware ethernet 00:04:76:dd:cd:66;
fixed-address 172.16.1.2;
}
host vmwinXP {
hardware ethernet 00:0C:29:71:25:84;
fixed-address 172.16.1.25;
}
}
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
when using the ebox i have the following results with ifconfig for eth0 and
eth3 (as it is now named after i changed the hardware)
[EMAIL PROTECTED]:/root/# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:04:76:d3:64:b2
inet addr:172.16.1.1 Bcast:172.16.1.255 Mask:255.255.255.0
inet6 addr: fe80::204:76ff:fed3:64b2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1176611 errors:0 dropped:0 overruns:0 frame:0
TX packets:1734345 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:281130909 (268.1 MB) TX bytes:1210401228 (1.1 GB)
Interrupt:20 Base address:0xc000
[EMAIL PROTECTED]:/root/# ifconfig eth3
eth3 Link encap:Ethernet HWaddr 00:04:76:dd:cd:66
inet addr:172.16.1.2 Bcast:172.16.1.255 Mask:255.255.255.0
inet6 addr: fe80::204:76ff:fedd:cd66/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:725 errors:0 dropped:0 overruns:0 frame:0
TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:68978 (67.3 KB) TX bytes:3948 (3.8 KB)
Interrupt:21 Base address:0x6000
[EMAIL PROTECTED]:/root/# ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 24
Transceiver: internal
Auto-negotiation: on
Current message level: 0x00000001 (1)
Link detected: yes
[EMAIL PROTECTED]:/root/# ethtool eth3
Settings for eth3:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 24
Transceiver: internal
Auto-negotiation: on
Current message level: 0x00000001 (1)
Link detected: yes
__________________________________________________________
Not happy with your email address?.
Get the one you really want - millions of new email addresses available now at
Yahoo! http://uk.docs.yahoo.com/ymail/new.html_______________________________________________
Ebox-user mailing list
[email protected]
https://lists.warp.es/mailman/listinfo/ebox-user