RADER
(usa Ubuntu)
Enviado em 02/07/2015 - 14:37h
minha conf de rede:
# link local
auto eth0
iface eth0 inet static
address 192.168.3.2
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
# Link primario net
auto eth1
iface eth1 inet static
address 192.168.1.253
netmask 255.255.255.0
network 192.168.1.5
broadcast 192.168.1.255
# Rede secundario gvt
auto eth2
iface eth2 inet static
address 192.168.2.254
netmask 255.255.255.0
network 192.168.2.0
dhcpd.conf
ddns-update-style none;
default-lease-time 900;
max-lease-time 9200;
authoritative;
subnet 192.168.3.0 netmask 255.255.255.0 {
range 192.168.3.1 192.168.3.254;
option routers 192.168.3.1;
option domain-name-servers 8.8.8.8,8.8.4.4;
option broadcast-address 192.168.3.255;
}
ele reporta isto:
server-duid "\000\001\000\001\035('\301\000\034\300\213>h";
lease 192.168.3.3 {
starts 4 2015/07/02 17:29:19;
ends 4 2015/07/02 17:44:19;
cltt 4 2015/07/02 17:29:19;
binding state active;
next binding state free;
rewind binding state free;
hardware ethernet 50:b7:c3:xx;
uid "\001P\267\303\002f\003";
client-hostname "jonatan2-PC";
quando vejo as config do Host "jonatan2-PC" ele esta mostrando um ip preferencial 192.168.3.3
e um atribuido pelo dhcp 192.168.3.2 e gatway da rede 192.168.3.1
Mas mesmo assim não detecta a rede, não reconhece o gateway, que antes era 192.168.1.3 da NET.
Grato pela ajuda de vocês.