egy pl. rá:
---
auto lo
iface lo inet loopback
# The primary network interface
auto eth0 eth1
iface eth0 inet static
#a külső interface ami a netre csatlakozik és az oda vonatkozó beállítások
address 1.2.3.4
netmask 255.255.255.0
network 1.2.3.0
broadcast 1.2.3.255
gateway 1.2.3.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 195.228.240.249
iface eth1 inet static
# a belső kártyád
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
---
ha ez megvan akkor a win -es géped lehet pl 192.168.0.10, az átjárója pedig 192.168.0.1