Networking :: Martian Source Errors Between Networks?
May 20, 2011
Some time ago mine logs start to show this message
Apr 23 11:03:01 xxxxx kernel: [38048596.800691] martian source 192.168.0.87 from 217.15.41.137, on dev eth1
Apr 23 11:03:01 xxxxx kernel: [38048596.800691] martian source 192.168.0.87 from 217.15.41.137, on dev eth1
Apr 23 11:15:02 xxxxx kernel: [38049523.750307] martian source 192.168.0.87 from 217.15.41.137, on dev eth1
[code]...
View 2 Replies
ADVERTISEMENT
Mar 24, 2010
There is a cable plugged in to the second network card, but that interface is not configured. I'm getting a lotof "martian source" alerts because of this.If the interface eth1 isn't started because it isn't configured, why am I getting these messages?
View 2 Replies
View Related
Feb 17, 2011
I have tried using ad-hoc networking in linux machines. My question is that is the routing in ad-hoc network is implemented at kernel level. I just want get my hands on the code that make wireless ad-hoc networking possible.
View 1 Replies
View Related
Oct 11, 2010
Nothing worse than finding old docs:[URL]I would like to redirect "martian source"I have added:
Code:
filter f_martian { facility(kern) and match('^martian source'); };
filter f_console { level(warn) and facility(kern) and not filter(f_iptables)
[code]....
View 5 Replies
View Related
May 21, 2010
I have an old PC running an older version of linux with two network cards serving as my firewall router. The network cards are netgear 310tx cards. Noticed traffic was not getting routed at times. Figured my switch was going bad, so I hooked up an old hub to keep keys systems communicating while I get a new switch. No problems with hub, but only has 5 ports.
Get new switch (different make/model from old one), install, a couple of my systems have connectivity problems, but others do not. Thinking it was a bad switch, returned it, got a new one just like my old one (which I thought was going bad, but worked for several years). Hook it up, paying attention to my firewall console and notice martian header messages. Network traffic not getting routed at all. The interface for connected to LAN was slow to get started (my firewall can communicate to the Internet, but LAN communication was hosed).
System would "hang" spitting out martian header messages until I disconnected LAN cable. Thinking network card may be bad, replaced it with another version of the same type. Same problems: martian header messages and traffic not getting routed.
HOWEVER, if I remove the switch and use my old hub, no problems. Networking appears to work for all systems connected to hub. Since I and my wife work from home, I'm using the hub right now (with non-essential systems not connected due to limited ports). I can only do any real experimentation at night.
I have no idea why things would work differently between using a hub vs a switch. Could something have gone awry with the linux kernel (2.4.20-46.7)?
View 2 Replies
View Related
Apr 16, 2011
I am trying to configure my android phone (rooted Eris running kaossfroyo 2.2) to be used as a midi controller. Which I am having enough trouble with as it is but it has raised an annoying issue that occurred a month ago when I used the phones tethering network with my laptop. After connecting the laptop to the phones network (either tether, or an Ad-hoc network created using the network manager) I am unable to switch to other networks. In other words when I'm done with the phone-laptop connection I cannot connect my laptop to my home network! When I click on the other network connection I can see that it is attempting to connect in the upper right corner of the desktop (the network icon) but it will not make the connection.
What happens is that the network indicator will make the little circle graphic as if it is trying to connect but it never will display the other circle as green indicating that it has connected. but when I disconnect from the home network that is not connecting I will get a message underneath that will say that ad-hoc network disconnected! If I am switching from the android tether it will say Android-Tether disconnected etc. Even though when I click on network manager it shows that I am attempting to connect to the home network (labeled LIBERTY in my case) upon disconnection it shows the ad-hoc or tether connection being disconnected.
I am absolutely baffled by this! The issue persists even after deleting the ad-hoc connection from the wireless settings tab!!! I would speculate that for some reason the laptop is attempting to connect to the previous ad-hoc connection despite me wanting it to connect to LIBERTY. I am very confused and hope someone can lead me in the right direction.
View 1 Replies
View Related
Jan 7, 2010
I could use Wireless network. I could see several different networks in my range. Then suddenly the network stoppedworking, and I can no longer see any networks under "Wireless networks".The Wired networks works fine.I tried upgrading ubuntu, but nothing changed. Just to confirm, I rebooted the computer in Windows Vista (Dual boot) andconfirmed that Wireless worked fine there. No hardware problem then.The suggestions I have found on this and other forums suggest looking at the output from iwconfig and ifconfig. But since I'm a n00b at Ubuntu I don't know what to make of it.
This is the output:
emil@emils:~$ iwconfig
lo no wireless extensions.
[code]...
View 1 Replies
View Related
May 15, 2010
I'm trying to compile ardour 2.8.7 from source and the compile got past the dependencies and everything else fine but it stopped at one point with these errors
[code]...
I have no experience compiling python. I would not like to install from a package as the one with ubuntu is wrongly compiled and so are many others which are hosted I have heard the only way to make the problems with packaged versions stop is by compiling ardour yourself so I would still like to go ahead with it.
View 6 Replies
View Related
Aug 24, 2010
running ubuntu 10.4 x86_64 downloaded source tarball of fakenes-0.5.9-beta3. tried to compile with ./cbuild as per instructions and it gets to the following and provides quite a few errors
[code]...
View 2 Replies
View Related
Mar 20, 2011
When I compile evince from its source code, I am able to run ./configure properly, but when I run make the following output is displayed.
Code:
make all-recursive
make[1]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0'
Making all in cut-n-paste
make[2]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste'
Making all in zoom-control
make[3]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste/zoom-control' .....
make[3]: *** [libevview.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am not able to ascertain the source of this error, even though I seem to have the file in question-libevdocument.la. What do I do now to remove this error?
View 8 Replies
View Related
Jul 14, 2009
I am trying to modify the source code of a C application (quagga) in order to insert data into a mysql table. I have added 2 new source files to the source (neto_mysql, neto_trend) which in turn use mysql.h. I have also modified the Makefile.am file to include the /usr/include/mysql directory.
When trying to compile, i get the following error. What am I missing? I have minimal experience with formal C applications like this. I feel like I may also have to include the mysql.h file in the libbgp? I dont understand why it cant find the mysql functions...
Code:
if gcc -DHAVE_CONFIG_H -DSYSCONFDIR="/usr/local/etc/" -I. -I. -I.. -I.. -I.. -I../lib -I/usr/include/mysql/ -fPIE -Os -fno-omit-frame-pointer -g -std=gnu99 -Wall -Wsign-compare -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes
[code]....
View 12 Replies
View Related
Apr 10, 2010
I'm doing a bit of housekeeping and tidying up of programs I no longer need/use, and as some of these were installed using sbopkg I thought I would also tidy those. However when attempting to view obsolete sources via the utilities sub-menu, sbopkg seems to crash to a cli interface from the ncurses one and spews continuously the error below. This thern continues until I CTRL+C the process which of course then leaves the sbopkg pid file still showing active in /var/run. Anyone else come across this, and a possible way to prevent it.
/usr/sbin/sbopkg: cannot make pipe for command substitution: Too many open files
stty: standard input: Bad file descriptor
/usr/sbin/sbopkg: line 569: read: read error: 0: Bad file descriptor
stty: standard input: Bad file descriptor
/usr/sbin/sbopkg: redirection error: cannot duplicate fd: Too many open files
View 1 Replies
View Related
Apr 21, 2010
Trying to install virtualbox in F12 but fails when recompiling kernel module. Output of vbox-install log is:
Attempting to install using DKMS
removing old DKMS module vboxdrv version 3.1.6
Deleting module version: 3.1.6
completely from the DKMS tree.
Creating symlink /var/lib/dkms/vboxdrv/3.1.6/source ->
/usr/src/vboxdrv-3.1.6
DKMS: add Completed.
Error! Your kernel source for kernel 2.6.32.11-99.fc12.i686.PAE cannot be found
at
/lib/modules/2.6.32.11-99.fc12.i686.PAE/build or /lib/modules/2.6.32.11-99.fc12.
code....
View 6 Replies
View Related
Jun 5, 2009
I have attached a diagram to show the layout, but basically I have a server that has 2 nics. I use NIC1 for the server and its services. Im using VirtualBox to run VMs and want to use NIC2 for the VMs exclusively and I want the VMs on a different network completely from the host.Ive tried setting up NIC2 on the other network but I end up with networking problems on network1. Also I cant figure out how to tell VirtualBox to bind to the host NIC2.
View 2 Replies
View Related
Apr 9, 2009
I don't have any background in networking. Could someone tell me what are the possible options and the best solution to join two networks together?Let's say network A has the IP address of 192.168.1.0/24 and network B has the IP address of 10.0.0.0/24. Should each end of the network has a gateway server? Or should I just setup one enough? Or do we have alternate options?
View 1 Replies
View Related
Feb 19, 2011
I use a sitecom wl-345 network usb adapter. But whatever i tried it don't recieve networks in range. When i type airodump-ng ra0 it won't work
View 1 Replies
View Related
Sep 4, 2011
Using Fedora 15 with Gnome 3 I am unable to configure a new network connection as the configure button is greyed out.I use a network without DHCP thus auto-connect is useless and I must enter the network configuration myself. This was simple to do in Gnome 2.x but is impossible in Gnome 3 as the configure button is greyed out when your not 'connected' to the network. Also when the auto-connect fails it switches the NIC 'off'.How am I meant to connect to a network requiring manual configuration when I can only configure networks I am already connected to?FYI: I have edited the configuration of other networks which do utilise DHCP but only after the initial connection was established by DHCP.
View 4 Replies
View Related
Jun 21, 2010
What i need to do is setup a gateway with 2 red networks, reason being 1 is my internet connection and the other is my bDSL connection for our IP phone system and i need an IP range of traffic routed to the bDSL rather than internet, i can do this on individual PC's but id like to do it at the firewall level so i dont have to configure each machine on the network.
basically i want all traffic to go to internet except for say 203.x.x.x which i want routed to the bDSL router and let it handle it. Ive dome some reading and it seems ipcop and smoothwall cant do it so i was hoping with some tricky work maybe i can get ubuntu to do it for me.
View 2 Replies
View Related
Aug 15, 2010
I just bought a new toshiba c655 laptop and had windows 7 on it. i made the dual boot partition on it, yada yada yada, anyway, on the windows partition i can see two networks at my house. one is mine, one is my neighbors. but when i go to the ubuntu side of things not a single wifi network shows up. i did a little combing of the forums and decided to try installing the ndisgtk package which i obviously need internet for. i thought i would plug it into an ethernet cable running straight from the modom and i could connect and download no problem. however. this has turned out to be quite a mistake. ubuntu does not even recognize the fact i have an ethernet cable plugged in. this may or may not be related, but niether my ipod or my cell phone does not show up when i plug those in and when i try to mount them i get an error message that says they could not be found. Im running 10.04.
View 2 Replies
View Related
Oct 12, 2010
i have an acer aspire 7551, and trying to setup wireless. The WI-FI indicator is turned off. Here is the basic output that i get:
Code:
ubuntu@ubuntu:~/Desktop$ sudo lshw -C network
*-network
[code]....
View 3 Replies
View Related
Dec 28, 2010
I installed ubuntu and i installed it using the install as a program inside windows options but when I boot into ubuntu it does not detect any networks I tried the command sudo pppoeconf it says ethernet card is not there and then it asked me to try modconf and when i try modconf it says that modconf is not installed How can i set internet connection in ubuntu 10.04 I get address assigned by DHCP
View 7 Replies
View Related
Jan 24, 2011
I have an hp dm1z and ubuntu 10.10 64bit. After I suspend (close the lid) and wake it up (open the lid) at a different location with a network connection (wired or wireless), my system always fails to connect. I need to reboot and then it sees the network and connects fine. I have tried /etc/inet.d/networking restart, but nothing changes. The only exception to this rule are two networks that have WPA security settings and are stored. I can always switch between those two. I have tried ifconfig eth0 up & down and restart networking. I have also tried to connect manually (dhclient) and no success. None of these work. I am including the output of lshw -C network.
lshw -C network:
*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
[code]....
View 1 Replies
View Related
Feb 1, 2011
I have an MSI Wind U100 netbook running Maverick, and it has a Realtek RTL8187SE Wireless controller according to lshw. My computer can "see" some wireless networks where they are present, meaning when I click on the little network icon at the top of my screen it shows the available networks. But when I click on them to connect, the icon does its little "connecting" motion, but I never receive any message saying "Connected" and when I open Firefox and try to browse to google.com, it says "Server not found"
View 8 Replies
View Related
Mar 22, 2011
I have an ethernet card connected to my LAN and a USB cell modem internet connection. I am running ubuntu 10.10. The problem is this: I can use either network, but only am connected to one of them. If I connect to both at the same time my speed drops to zero.f I disconnect one, the other starts working. I have done a lot of searching and reading, but it looks like I don't know how to find what I am looking for.My LAN was setup as 3 WinXP computers peer to peer. One of those computers was replaced by this one that I am having trouble with (computer A). Another one was replaced by one that is not yet on the network (computer C).Computer B dual boots Win XP and ubuntu 10.4. Mostly it ns xp for Quickbooks and BobCAD, also it is connected to the printer. My router is setup for DHCP
View 2 Replies
View Related
Feb 11, 2010
I have an Acer Aspire 3000 and just installed a Netgear WGR614ver9.I installed FreeSpire and it works great.{well except} I am online with Eth0 now. It says the wlan0 is working but it does not see any wireless network. I tried it at a couple of places other than here where I thought it should detect a wireless network but it did not. How can I determine if it is FreeSpire or the Wireless card at fault?
View 1 Replies
View Related
Jun 8, 2010
i need possible direction on setting up a tunnel between 2 different network. The tunnel will be used by devices from the 2 different network to communicate with each other (for eg DevA and DevB).
DevA <-> Linux A <=====================> Linux B <-> DevB
View 3 Replies
View Related
Jan 21, 2011
I want to create different IP based groups so that I may assign different settings according to that group. For example
Group1
172.16.1.x For Officers
In this group I want to limit and add some restrictions along with bandwidth limitations. So that other group may not be effected with these settings
Group2
172.16.5.x For officials
Group3
172.16.8.x For Hostels
and so on. So according to this group settings I will allow the bandwidth, accessing of audio/video site. How I may configure these groups. How to create or define these IP groups and how restrictions be added in each group.
View 2 Replies
View Related
Jul 12, 2010
I have two NIC card that connect to different networks. code...
View 3 Replies
View Related
Jun 14, 2010
We have two networks,one is 10.0.0.* with mask 255.255.255.0 & the other 20.0.0.* with mask 255.255.255.0 and one linux(RHEL5) PC with two network interface eth0,eth1.(configured as Router)
eth0 is 10.0.0.1 and eth1 is 20.0.0.1
we have enabled IP_Forward using "sysctl w net.ipv4.ip_forward=1"
cat /proc/sys/net/ipv4/ip_forward is 1
but unable to ping from one network to other network.
two networks are connected to Linux PC.(10.0.0.1 & 20.0.0.1)
still wht configuration required to establish the connection between two networks using LINUX PC.
from router(linux PC) both network PC's are pinging but not from one network to other network.
View 12 Replies
View Related
May 24, 2011
I have two computers running centos 5.5 that have ip addresses in two different networks.(They were in the same network (192.168.1.0/24)and I changed IP address of one to 10.0.0.0/8).
View 1 Replies
View Related