[ubuntu-cloud] Introducing myself and first question

Mirto Silvio Busico mirtosilvio.busico at fastwebnet.it
Wed Feb 16 19:09:28 UTC 2011


Hello Torsten
>> [---]Can you share the content of /etc/network/interfaces of your front-end
>> and NC? Also, what's the output of
>> $ ip address show dev br0
>> on the NC?
>>
========== front end interfaces
======================================================
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth1
iface eth1 inet static
    address 192.168.1.64
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255
    gateway 192.168.1.127
    # dns-* options are implemented by the resolvconf package, if installed
    #dns-nameservers 127.0.0.1
    dns-search mycloud.net

auto eth0
iface eth0 inet static
    address 192.168.64.1
    netmask 255.255.255.0
    network 192.168.64.0
    broadcast 192.168.64.255
=========================================================================================

======================== NC interfaces
========================================================
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
    address 192.168.64.2
    netmask 255.255.255.0
    network 192.168.64.0
    broadcast 192.168.64.255
    gateway 192.168.64.1
    # dns-* options are implemented by the resolvconf package, if installed
    dns-nameservers 192.168.64.1
    dns-search mycloud.net
    bridge_ports eth0
    bridge_fd 9
    bridge_hello 2
    bridge_maxage 12
    bridge_stp off
===========================================================================================

========================== NC ip show
=========================================================
3: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state
UNKNOWN
    link/ether bc:ae:c5:94:f4:db brd ff:ff:ff:ff:ff:ff
    inet 192.168.64.2/24 brd 192.168.64.255 scope global br0
    inet6 fe80::beae:c5ff:fe94:f4db/64 scope link
       valid_lft forever preferred_lft forever
===========================================================================================

The NC machine is able to ping and ssh the frontend (192.168.1.64) but
doesn't reach the client (192.168.1.127 that is also the gateway to
reach internet)

The path should be: NC (192.168.64.2) --> FrontEnd (eth0
192.168.64.1)--> FrontEnd (eth1 192.168.1.127) --> client (eth0
192.168.1.127) --> client (wlan0 10.94.169.14) -->ISP wireless router
(10.94.169.1) --> ISP and Internet

On the client routing and maquerading is done with shorewall

Thanks
    Mirto








 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: mirtosilvio_busico.vcf
Type: text/x-vcard
Size: 284 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-cloud/attachments/20110216/66568685/attachment.vcf>


More information about the Ubuntu-cloud mailing list