Ubuntu Security :: What Passes Between Interfaces And Bridges On To Another Iface

Dec 5, 2010

im compiling from source on a old rig i have, its running ubuntu 10.10 server edition and i finaly got all the dependencys installed to a point where ./configure actualy worked. but whne i try and run make this is what i get.

[code]...

View 1 Replies


ADVERTISEMENT

Security :: Only Allow Traffic Between 2 Interfaces?

Jun 13, 2010

what rules I need to use to only allow traffic between 2 interfaces (which are part of a linux bridge) using ebtables?

So let's say I have if0, if1, if2. I want if1 to communicate with if0. I also want if2 to be able to communicate with if0. But I don't want if1 and if2 to communicate with each other.

View 2 Replies View Related

Fedora Security :: How Iptables Knows At What Interfaces To Use Rules

May 3, 2009

When I use system-config-firewall, it asks what interfaces to trust. Where does it store that information for iptables (or whatever uses that info)? How iptables knows at what interfaces to use the rules?There is not that kind of information in /etc/sysconf/iptables and iptables-config.

View 2 Replies View Related

Ubuntu Networking :: ADVISEADDR: Error In Specifying Interfaces: No Existing Ip Interfaces Found

Jan 7, 2010

I have a weird issue that I have not seen on any forum. My jaunty on DELL studio laptop seems connected to net, but I can not access any network service (ssh, firefox etc.). But when I connect a cable the cable lights blink as it should be and in wireless connection my wifi light blinks.

It was working 2 days ago without problem, and I have not done big changes recently.I removed and reinstalled network-manager and network-manager-gnome. Nothing changed. I see a message in each restart as follows (when Openafs is starting). I can reproduce it with "/etc/init.d/openafs-client restart"

Code:

ADVISEADDR:error in specifying interfaces: no existing ip interfaces found

#lspci

Code:

04:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe (rev 10)
#lshw -c network

[code].....

View 5 Replies View Related

OpenSUSE Network :: Interface Configuration With Bridges?

Apr 20, 2010

I have a little problem with my Linux Suse 11.2 Server. I have unused network card with one port, and one with 4 ports and two used ports.

so->
eth1 is connected to a dsl-modem
eth2 is connected to a switch

i want my suse server to route between modem and switch.

Somehow, I can't go in the internet via eth1. I have to create a bridge br0 to go in the internet. very strange, when i delete the bridge and set eth1 as primary device, i have no internet.

How can i route from eth2 (10.x.x.x) to (eth1 or br0 (80.109.145.x) to Modem (80.109.145.1)?

View 1 Replies View Related

Software :: Routing On 2 Bonds/xen Bridges Over Two Different Networks?

Feb 9, 2010

I'm trying to setup the following on a red hat 5 HP DL380 server: (2 bonds mapped to 2 xen bridges on 2 different networks)

interfaces bond xen bridge network
eth0&eth1 -> bond0 -> xenbr0 -> 172.16.6.0/24
eth2&eth3 -> bond1 -> xenbr1 -> 172.16.5.0/24

For IP bonding I want the OS be responsible for configuring the Network Bridges(not xend). So I've commented out any line starting with '(network-script' in the /etc/xen/xend-config.sxp file.

My configuration is as follows:

1) For Bond0:
[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
USERCTL=no
ONBOOT=yes

[Code].....

So the static routes that are configured, do not seem to taking effect.

View 1 Replies View Related

CentOS 5 Networking :: Setup Multiple Bridges For Use With KVM?

Jan 7, 2010

Running CentOS 5.4 x64. Have successfully bridged eth2 with br2 by following the instructions here: [URL]../Networking (under the RHEL section) Have been running several KVM VMs successfully via this bridge.

I am now trying to bridge additional interfaces by using the same routine. Each bridge is named to correspond with the ethX device its bridged with.

Example of ifcfg-eth0 script:
DEVICE=eth0
HWADDR=00:16:76:D6:C9:45
ONBOOT=yes
BRIDGE=br0

[Code]...

View 3 Replies View Related

Ubuntu Servers :: 10.04 32 Bit Doesn't Boot Only Passes Bios?

May 4, 2011

I've been running 10.04 server for 3 months from a fresh install. I have been installing updates while Bind9, Apache2 and Samba worked just fine. The last time I installed updates was 3 weeks ago and it worked just fine.

Today I ran into problems where the system stopped doing its DNS stuff and wouldn't respond to pings over the network. Since I couldn't get it to respond with a keyboard and monitor attached to it I shut it down through the power switch. I then tried to restart the machine and all it would do was go through the bios and show a cursor flashing in the upper left or this odd color pattern on the screen and then reboot

I have tried pulling the HD and loaded it into my Ubuntu desktop and loaded the file system just fine. I then tried using the "rescue a broken system" option Ubuntu 10.04 32bit install disk and it seems to just sit at a flashing cursor.

I've seen some odd things pop up on the screen at times but mainly would be a flashing cursor in the upper left part of the screen.

[URL]

View 4 Replies View Related

Ubuntu Networking :: Adding Interfaces To /etc/network/interfaces?

Apr 16, 2010

If I try to add a new interface (eth1) to /etc/network/interfaces, I get

Code:
* Reconfiguring network interfaces... SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device

[Code]...

How do I add 2 interfaces and get anyone of them to work, as available ?

View 5 Replies View Related

Debian Configuration :: Assigning Two Different Iface To Two Subnets

Sep 5, 2015

I am running Raspbian, on my Raspberry Pi I have plugged in a Ethernet cable : eth0 and a Wifi Usb Dongle : wlan0

I have my etc/network/interfaces file configured like so

Code: Select allauto lo
iface lo inet loopback
iface eth0 inet dhcp
iface eth0 inet static
        address 192.168.1.100
        netmask 255.255.255.0
        gateway 192.168.1.1

[Code] .....

When trying to connect with SSH to address 192.168.1.100, I get a connection, when trying with address 192.168.2.200, SSH returns Network Error: Connection timed out.

Also receive no response when trying to ping 192.168.2.200 from a windows machine

If however Iadjust the wlan0 block in etc/network/interfaces to the following

Code: Select alliface wlan0 inet static
        address 192.168.1.200
        netmask 255.255.255.0

I am able to connect to wlan0 in SSH to address 192.168.1.200, and I also receive requests when ping 192.168.1.200 from a windows machine. How can I use a different subnet for my wlan0 iface...

View 0 Replies View Related

Debian Configuration :: Wireless Iface Cannot Be Reached From Other PC

Apr 14, 2010

I have very strange problem with kernels 2.6.33 and 2.6.34. I have a wireless card Linksys WMP200 using rt61pci. It connects just fine using WPA2 and works, but in less than 20 minutes I still can reach any machine on my network, but this machine cannot be reached by the others (i.e. before these 20 minutes others can ping me). With default kernel 2.6.26 (Lenny) all is OK. I do not use any firewall. When this happens logs do not change - wpa_supplicant's log is normal (associated), syslog is fine, dmesg shows no errors. Sofar I have tried this:

1. acpi=off as boot parameter
2. both new kernels 2.6.33 and 2.6.34 are compiled with CONFIG_CF80211_DEFAULT_PS disabled
3. iwconfig wlan0 power off
4. Tried ndiswrapper. The device is up and scans fine but wpa2 is not working...
5. Compiled a kernel without ACPI

This is all I did without any luck and I really need the new kernels because I have a quatech device attached to the machine...

View 10 Replies View Related

Fedora Networking :: Enable 3 Interfaces \ When Start One Interface The Another Interfaces Goes Down?

Jan 25, 2010

I have 3 Interfaces for a different LAN's and when I start one interface the another interfaces goes down.How can it's possible?I configure my ethernets as:

Code:
/sbin/ifconfig eth0 172.16.3.108 netmask 255.255.0.0 broadcast 172.0.255.255
/sbin/ifconfig eth1 172.16.3.109 netmask 255.255.0.0 broadcast 172.0.255.255
/sbin/ifconfig eth2 172.16.3.1110 netmask 255.255.0.0 broadcast 172.0.255.255

View 12 Replies View Related

Debian :: Brasero Always Passes Image Integrity Checks?

Feb 9, 2011

I've been using Brasero to burn iso images on DVD-Rs, and although the burns are successful (I know by testing them), Brasero doesn't seem to perform its file/image integrity check from Tools>Check Integrity. The Brasero plugin "File checksum" or "Image checksum" is checked (can't have both checked), and when I perform a manual check with an md5 file and its burned DVD,it"always" gives me, immediately, a success message: "the file integrity was performed successfully," even when I insert a different image with the previous md5 file! So, immediate response (doesn't seem to be checking anything, I know that a 4Gb DVD md5 checking should take some time), and success whatever the DVD image used with one md5 file. Something must be wrong or the feature is broken.

View 4 Replies View Related

Fedora Networking :: Accesspoint With Hostapd And Bridge Can't Add Iface Wlan0

Feb 22, 2011

I have setup hostapd and a bridged setup with br0 bridging eth0 and wlan0. The setup works but unfortunately not on bootup. The reason is that the bridge can't add iface wlan0 because it is down for some reason at this time. When hostapd is running (after the network script) the interface is up and can be added to bridge via

[Code]....

View 2 Replies View Related

Fedora Hardware :: Memory Test Passes But It Breaks Before Finishing?

Jun 24, 2011

I've got this really weird problem and I'm not even sure if it is a problem. I recently upgraded the RAM on my Compaq Presario Laptop from 3GB to 4GB by swapping out a 1GB DDR to a 2GB DDR so now it contains two 2GB DDRs. The BIOS shows 4096 MB of memory, Fedora shows 3955MB (Probably after the reduction for the video memory) so that's fine.

But I noticed a very quick flash during boot in between the Compaq Screen and GRUB. It only started coming after the RAM upgrade. I'm not able to make out what exactly is written. It's too fast. Will try with a proper camera at home. In any case, I could make out some large number probably in the order of gigabytes written in bytes. Again, not sure of the exact value.

So I get a little curious about this message and decide to run a memory test. It's working perfectly. Around 74%, it stops and says Memory Test Passed and moves on to check the HDD. I try the same from the BIOS. In the BIOS, it's a progress bar and no percentage value mentioned. Though the BIOS says 4096MB of memory, the progress bar also stops at roughly 75% and says passed. I'm not even sure what to search for on Google though I tried and got no similar results.

why this is happening? Since it's stopping at 75%, I have a feeling that the change in the amount of RAM hasn't been made in some place by the system.

View 6 Replies View Related

CentOS 5 Hardware :: Server Starts Drop Packets On Ethernet Iface?

Feb 27, 2010

I've got Tyan S4989 with gigabit ethernet controller Intel Corporation 82571EB. Sometimes server starts drop packets and doesn't respond to any connections and all logs doesn't contain any errors. iptables and SELinux switched off on CentOS 5.3(2.6.18-128.1.6).

View 3 Replies View Related

Server :: X2go Server That "passes On" Clients To Secondary Server?

Nov 18, 2010

I am trying to set up an X2go server, that lets clients log in on a remote server. the idea is that a school uses old computers as thin clients, and a small server loads an image onto the clients, and then lets them log into a big server in germany using X2go. Does anyone know where i can find a guide or some documentation that would show me how to do

View 2 Replies View Related

General :: How To Know Network Interfaces Under Ubuntu 11.04

Sep 9, 2011

When I run cat /etc/network/interfaces in Ubuntu 11.04 I get the below output.
auto lo
iface lo inet loopback
I don't see the eth0 or eth1 interfaces, but I am able to see them in the Network Tools application. How do I configure the eth0 and eth1 from command line?

View 2 Replies View Related

Ubuntu Servers :: OpenVPN - Trying To Get Br0 Interfaces To Come Up?

Aug 5, 2010

I'm trying to get OpenVPN working but when I try to bring my br0 interface up it gives me an error.The below messages is from when I run

Code:

/etc/init.d/networking restart

Code:

root@server:/etc/openvpn# /etc/init.d/networking restart
* Reconfiguring network interfaces... ssh stop/waiting
ssh start/running, process 28263

[code]...

View 4 Replies View Related

Ubuntu Networking :: Why Create Sub Interfaces?

Oct 31, 2010

What is the use of creating sub interfaces, for example eth0.1 etc. can someone please give an example of a situation where it would be useful

View 3 Replies View Related

Ubuntu Networking :: Two Interfaces In One Host?

Feb 6, 2011

I have a laptop "fura1" with two interfaces, eth0 (Ethernet) and eth1 (wifi), which I assign IPs 192.168.1.10 and 192.168.1.11 respectively. Then a desktop "fura2" with only one interface eth0 (Ethernet). Both are connected to a local network along with other appliances. My doubts arise on how to configure the /etc/hosts file of the desktop "fura2" taking in account that "fura1" has two interfaces, so two IP, but, obviously, only one hostname.

My first attempt for /etc/hosts of "fura2" was:

127.0.0.1localhost
127.0.1.1fura2
192.168.1.10 fura1 fura1.workgroup
192.168.1.11 fura1 fura1.workgroup
192.168.1.102 PDA PDA.workgroup
192.168.1.103 MT MT.workgroup

But it seems to my that assigning two different IPs to the same host is not a good solution. On the other hand, if I give different name to each interface, I will got a host with two hostname (?).

View 2 Replies View Related

Ubuntu :: Installing The Two Network Interfaces?

Feb 26, 2010

On my desktop having a NIC 3Com, connected to the company intranet and correctly working, I have added a second NIC ( Realtek RTL-8139) to connect a second small network ( three devices, instrumentation) using static addressing.The new board seems to be rekognized by Ubuntu, indicating "auto eth1" in the Network connections dialog. When I try to configure the connection, the "Apply" button is always disabled, therefore I cannot activate it. The command lspci shows that the board has been recognized but when i sent the

lshw -c network

the response is:

*-network:0 DISABLED
description: Ethernet interface
product: RTL-8139/8139C/8139C+
vendor: Realtek Semiconductor Co., Ltd.

[code]...

View 1 Replies View Related

Ubuntu :: Using The /etc/network/interfaces File

Apr 25, 2010

I am trying to set the interfaces file to connect to my wireless network. Here is my interfaces file...

Code: auto lo
iface lo inet loopback
auto wlan0
iface wlan0 inet static

[Code]....

View 4 Replies View Related

Ubuntu :: Network Interfaces Configuration?

Oct 23, 2010

I have a weird problem with my /etc/network/interfaces configuration. I have the most simple static setup possible: Code: # cat /etc/network/interfaces

auto lo
iface lo inet loopback
auto eth0

[code]....

View 1 Replies View Related

Ubuntu Networking :: Set Up Two Network Interfaces In Laptop

Jan 16, 2010

I am currently trying to set up two network interfaces in my laptop. The wireless connection wlan0 works fine and it's the one that I use to connect the internet. It's in the range of 192.168.0.x/24 (gateway: 192.168.0.1). The wired interface eth0 is connect to another router (gateway: 10.0.0.13 with IPs in the range of 10.0.0.x/24. The router is set up to work as an AP and the 10.0.0.x network will only be used to control a robot, so no internet access will be required in this network. The problem is that when I have both connections up, I can't access the Internet anymore. I can still ping both routers, I can enter both routers configuration pages but I can't connect to the Internet. If I unplug the network cable, Internet gets accessible again.

I'm still a novice in linux and I can't figure out how to fix this. I don't want to get into static ip for the wireless connection since I'm constantly using the laptop in different places. The objective is to use the 10.0.0.x router to have a development platform for the robot that can be used anywhere without having to reconfigure the robot for a new network, which is a real pain.

In detail, the laptop connects via wireless to the network with intenet (192.168.0.x) and also connects via cable to another wireless router(10.0.0.x). The wireless connection of the second router is used to connect to the robot. Since I can ping both routers when they're both connected, I think it may be something related to the ip routes. I'm using Ubuntu 9.10 with kernel 2.6.31-17-generic

[Code]....

View 8 Replies View Related

Ubuntu :: Network Interfaces - Unable To Log To PHPMYADMIN

Jul 15, 2010

i edit this file... Code: /etc/network/interfaces now it looks like that

Code: auto eth0 iface eth0 inet dhcp after the change I cant enter to local host with the browser and unable to log to PHPMYADMIN what i need to change to solve it?

View 9 Replies View Related

Ubuntu Networking :: Share Internet Between Two Interfaces?

Oct 17, 2010

For a very special project, many hardware issues, unusual limitations, etc, I'm turning my ubuntu into an access point (temporarily) by sharing the Internet from one device to another. I found out that with the devices I'm using, this can't be done with the network manager.

I need to get the internet from a device called 'tun0', to my 'wlan0', so it can broadcast it as a very special access point. I've read that there are ways to do this with the terminal.

View 2 Replies View Related

Ubuntu :: Configure /etc/network/interfaces To Log States?

Dec 18, 2010

I'm trying to configure /etc/network/interfaces to log whenever an interfaces goes up or down into a file, using this format: UP/DOWN [DD-MM-YY/HH:MM:SS]

How exactly do I use commands with the UP and DOWN directives?

View 4 Replies View Related

Ubuntu Networking :: Why Etc/network/interfaces Does Not Contain Eth0

Jan 1, 2011

So far as my knowledge goes, /etc/network/interfaces is supposed to contain a list of all the available interfaces. But my /etc/network/interfaces looks like this,auto loiface lo inet loopbackBut I have a perfectly working eth0 connection. Why does not it appear here?

View 9 Replies View Related

Ubuntu Servers :: Network Interfaces Not Working

Feb 26, 2011

I have been trying to set up Ubuntu server 10.04-2 and am a couple issues.

One issue is that the network interfaces aren't starting properly. I have to start them manually. I've tried to edit the /etc/network/interfaces with the following.

Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static

[Code]....

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved