Hi All,
I have 2 NICs in my U9.04 Server box (eth0, eth1). After I added 2 virtual interfaces for each physical interface (eth0:1,eth0:2,eth1:1,eth1:2), the MAC addresses of all the interfaces have changed to that of eth0. Because eth1 was configured to be on my local network, I can't access the box remotely anymore.
I have an ubuntu box handling DHCP and DNS on my network.
I have eth0 set to static for my internal network and eth1 set to DHCP and connected to my cable modem.
I have to NICS, eth0 is static, eth1 uses DHCP.
I have these configured through /etc/network/interfaces:
Code:
auto lo eth0 eth1
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
iface eth0 inet static
address 192.168.58.1
netmask 255.255.255.0
broadcast 192.168.58.255
n
Dear community,
I have set up my OpenVPN configuration in such a way that I can log in from remotely (via the Internet) to my local network. However, as I am very lazy (problem one), I only want users to use one set of certificates, but forcing them to log in with their own username and password that is on an LDAP server somewhere within my local network.
It seems incredibly difficult to set up a simple home network on Ubuntu 10.04.
I've set the IPs for both machines static on a desktop and a laptop, editing /etc/network/interfaces to:
Code:
auto lo
iface to inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.3 * for the desktop
address 192.168.1.4 * for the laptop
netmask 255.255.255.0
network 192.168.1.0
I have following setup:
Server 1
auto eth0 iface eth0 inet static address 192.168.1.101 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255
auto eth0 iface eth1 inet static address 192.168.3.102 netmask 255.255.255.0 network 192.168.3.0 broadcast 192.168.3.255
Server 2
auto eth0 iface eth0 inet static address 192.168.1.102 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.
I have to gigabit network interfaces which I have bridged.
/etc/network/interfaces is:
auto lo
iface lo inet loopback
# Set up interfaces manually, avoiding conflicts with, e.g., network manager
iface eth0 inet manual
iface eth1 inet manual
# Bridge setup
auto br0
iface br0 inet static
bridge_ports eth0 eth1
address 192.168.88.2
broadcast 192.168.88.255
netmask 255.255.
This one has been cracking my head for quite a bit and I can't seem to find a decent answer for it, hoping you guys can shed some light to it...
Code:
# Loopback interface:
auto lo
iface lo inet loopback
# Ethernet 0 interface:
auto eth0
iface eth0 inet static
address 10.10.20.100
netmask 255.255.255.0
network 10.10.20.0
br
my question is as simple as the title, i have a debian 6 , 2 NICs, 3 different subnets in a single interface, just like this:
auto eth0
iface eth0 inet static
address 192.168.106.254
netmask 255.255.255.0
auto eth0:0
iface eth0:0 inet static
address 172.19.221.81
netmask 255.255.255.248
auto eth0:1
iface eth0:1 inet static
address 192.168.254.1
netmask 255.255.255.248