Nem, a szolgáltató ip címe 192.168.1.2. Újraraktam a Debiant. Most kikötöttem a routert mert addig azon keresztül akpta a netet így dhcp-val ment. Beállítottam a szolgáltatóm adtatit. Beírtam az /etc/network/interfaces-be a szükséges dolgokat a másik kártyával kapcsolatban. És amikor le akarom állítani ifdown-nal akkor amin bejön a net az leáll. Amit utólag konfigoltam annál meg kiírja hogy nincs konfigurálva. Beírom mi van beírva az interfaces-be.
# This file describes the network interfaces available on your system
# and show to active them. For more information, see interfaces(5).
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth1
iface eth1 inet static
address 192.168.1.2
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-search .bc
auto eth0
iface eth0 inet static
adress 192.168.2.2
netmask 255.255.255.0
network 192.168.2.0
boradcast 192.168.2.255
gateway 192.168.1.2
Miért nem jó az eth0?