Here is an example of the interfaces file for one bridge:
Quote:
auto lo
iface lo inet loopback
auto br0
iface br0 inet static
address 192.168.0.10
network 192.168.0.0
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
|
now, let's say the IP of my machine is 85.17.200.20, how do change the file? why at every example I see the same 192.168.0.1 address? I'm sorry if this too stupid, but well, I'm a newbie in this networks things. Have always used dhcp and never cared about IP addresses.
After that, how do I configure three IPs ?
anyone?