Ubuntu :: Scapy Can't Find Destination MAC?
Aug 10, 2010
I'm making a program that uses Scapy to sniff for a packet being sent to a certain host, then sending another packet with the Ethernet, IP and TCP headers identical, but a different payload.Whenever I try to run this, however, I get these errors:Code:WARNING: No route found for IPv6 destination :: (no default route?)WARNING: Mac address to reach destination not found. Using broadcast.Does anyone know what I can do to fix these problems?
View 2 Replies
ADVERTISEMENT
Feb 24, 2016
I am trying to install some NVIDIA drivers on my machine. I went through the process and got this message:
Code: Select allWARNING: Unable to find a suitable destination to install 32-bit compatibility libraries. Your system may not be set up for 32-bit compatibility. 32-bit compatibility files will not be installed; if you wish to install them, re-run the installation and set a valid directory with the --compat32-libdir option. URL...Where in I ran this in the terminal to create the 32-bit document tree.
Code: Select allsudo apt-get install ia32-libs
E: Package 'ia32-libs' has no installation candidate.
I really just want to get these NVIDIA drivers up and running. I already installed and updated the headers to just be able to half-way install the drivers (the second monitor works now).
View 6 Replies
View Related
Apr 26, 2011
Which of these (if any) are correct?
cp -r /var/www/vhosts/niftyfiftyparty.com/httpdocs/sites/all/modules/*.* /var/www/vhosts/keylargodivecenter.com/httpdocs/sites/all/modules/*
in /var/www/vhosts/niftyfiftyparty.com/httpdocs/sites/all/modules/
cp -r *.* /var/www/vhosts/keylargodivecenter.com/httpdocs/sites/all/modules/*
in /var/www/vhosts/keylargodivecenter.com/httpdocs/sites/all/modules/
cp -r /var/www/vhosts/niftyfiftyparty.com/httpdocs/sites/all/modules/*.* *
Both the source and destination folders are valid. There are several folders in the niftyfiftyparty modules folder that I need in the other one.
View 2 Replies
View Related
Jul 12, 2011
Can I change the destination for hidden files that are in the Home Directory? I'd like to put all the hidden files in my Home directory into a seperate folder inside of Home. (10.04)
View 9 Replies
View Related
May 26, 2010
When I use the cp or mv command to copy/move files is there a way for me to have the destination file assume the same name of the source file, however add an additional suffix.
For example
Code:
Now what if I wanted this...
Code:
Do I have to type the destination file out manually everytime? or is there a quick way for the cp or mv command to assume the source file name and add the .bak
View 5 Replies
View Related
Jan 20, 2010
I'm trying to shape bandwidth using HTB method and filtering classes with destination mac address. for this I've found two codes but none of them seem to filter bandwidth as i want (test with iperf) can some one explain me the problem with theses codes
Code:
tc qdisc add dev eth0 root handle 1: htb
tc class add dev eth0 parent 1: classid 1:1 htb rate 1000kbit ceil 1000kbit
tc filter add dev eth0 parent 1: protocol ip prio 3 u32 match u16 0x0800 0xFFFF at -2 match u16 0xM4M5 0xFFFF at -4 match u32 0xM0M1M2M3 0xFFFFFFFF at -8
code2:
[Code]...
View 1 Replies
View Related
Mar 23, 2010
I am playing around with transparent proxies, The current way I am doing things is the program makes a request to a computer on port 80, I use
Code:
iptables -t nat -A OUTPUT -p tcp --destination-port 80 -j REDIRECT --to-port 1234 to redirect to my proxy that I am playing with. the proxy will send out a request to port 81 (as all outbound port 80 are being fed back in to the proxy) so I want to do something like
Code:
iptables -t nat -A OUTPUT -p tcp --destination-port 81 -j DNAT --to-destination xxxx:80 The problem lies with the xxxx part. How do I change the destination port without changing changing the destination ip? Or am I doing this setup completely wrong,
View 2 Replies
View Related
Sep 14, 2010
I have a RAR archive, split into 40 sections, containing a folder with a total of 2GB of data. When I Open the Archive using "File Roller 2.30.1.1" and drag the archived folder to destination folder, it says that its uncompressing, but after its uncompressed, there is nothing there, in the destination folder. Where was the 2GB extracted stuff gone?
View 1 Replies
View Related
Feb 15, 2011
I need to check the output of a name resolution, but I configured the firewall of the destination to avoid answering to pings.
Is there any other way to get a name's IP without using ping? (I mean something like $resolv name.com)
View 2 Replies
View Related
Mar 31, 2011
i took a back up using grsync and stupid me, the "delete on destination" was enabled.So, i lost some folders and files that i used to keep only on the receiver hd to keep my host clean
View 5 Replies
View Related
Feb 5, 2010
Let us assume I have a zip file called patch.zip, when I run unzip -l patch.zip I get the following output.
bin/a
bin/b
lib/c
To this zip file I want to add a new file, "Readme.txt" located at /path/to/Readme.txt in such a way that, when I re-run unzip -l patch.zip again I get something like this
bin/a
bin/b
lib/c
doc/Readme.txt
View 2 Replies
View Related
May 9, 2010
how do I gunzip to a destination directory other than the current one?
this did not work:
gunzip *.gz /putthemhere/
View 2 Replies
View Related
May 20, 2011
When I ping the router 165.213.100.1, i get the following proper response.
[root@ ~]# ping 165.213.100.1
PING 165.213.100.1 (165.213.100.1) 56(84) bytes of data.
64 bytes from 165.213.100.1: icmp_seq=1 ttl=62 time=0.860 ms
[code]...
View 9 Replies
View Related
Jul 9, 2011
We used to send files in the form of .jpg, .tif, and/or .pdf. Normally the file name will be in the form of 08072011IE01CTYHUB.PDF (DDMMYYYY - is the date, IE - publication, 01 - page number, CTY - edition name and HUB - destination in three characters). These files will be stored in a common folder (say SOURCE). I need a script to move these files to destination by reading the destination from the file name through FTP. At destination these files should be moved to a folder meant for CTY. Please note before the file is sent through FTP it should be compressed (zipped) At SOURCE folder the files will be as:
08072011IE01CTYHUB.pdf
08072011IE01CTYSMG.pdf
08072011IEdavanamCTYHUB.pdf
08072011IEversaVANSMG.tif
etc. where first 8 characters are date in the form of DDMMYYYY, next 2 characters are publication, last 3 characters are destination, previous 3 characters are edition and left over in the middle are page number in the form of NN or name. Presently I am zipping these files and send it through FTP to the destination. At destination my counterpart takes the file, stores in appropriate location (like folder name CTY) for use. To automate the above process, I want a script.
View 1 Replies
View Related
Mar 9, 2011
I want to know what is a source port and what is a destination port.
View 7 Replies
View Related
Feb 23, 2010
I'm running Mandriva 2010.0 as a web server, i had 2 HDD in the erver. i dedicate 1 HDD just for LOGS and system backup (160 GB). i would like to change the log destionation directory from /var/log/httpd (defaults) into /backup/log/httpd how can i do that.? coz i couldn,t find the configuration in the webmin. that log would be useful for webalizer/awffull statistic in several days ahead.
View 3 Replies
View Related
Jan 13, 2011
[URL]
This is step 2.2:
Quote:
Open a terminal and change the directory to the download destination.
I'm not entirely sure what that means! I've tried doing the other steps without doing that one and it doesn't seem to work.
View 1 Replies
View Related
Apr 9, 2011
I would like to edit the destination a launcher which opens a program using WINE. It is Applications >> Wine >> Programs >> World of Warcraft >> World of Warcraft. When I use Edit Menus to check the launcher properties I learn it is set as Type: Application, and Command: [URL]...How would I instead have it point directly at opening, with WINE, /home/dusf/.wine/dosdevices/c:/Program Files/World of Warcraft/Wow.exe?
The -opengl argument shouldn't matter as I have it preconfigured to run with opengl in the config. If relevant, when I navigate to c:/Program Files/World of Warcraft/, and open Wow.exe manually, it opens using WINE automatically.
View 1 Replies
View Related
Dec 22, 2010
I am trying to print to a networked printer (it is directly connected to my router and my windows PCs print to it fine and I am connected to the network via an ethernet cable). The "add new printer" dialog detects the printer and has the conection option I want (IPP - it's a brand new Brother HL-3040CN colour laser) and after I select that and choose to use the HL-3070CW driver (they are compatible), and attempt to print a test page, the dia.log errors and stated: "Stopped- Destination Printer Does Not Exist".---------- Post added at 01:08 PM ---------- Previous post was at 01:07 PM ----------By the way I have checked the printer settings and IPP is enabled over ports 80 and 631 and my computer's firewall has been set to allow IPP.
View 13 Replies
View Related
Aug 15, 2011
Installed here with Yast epson stylus sx wireless printer and printing via cable works fine just can not print via wifi. I am aware that CUPS should be running and I see them in Yast->services running however I can not add from
Yast --> Firewall --> Allowed Services --> Services to Allow --> Cups because there is no Cups in dropdown list. Also have these
Code:
Connection http://localhost:631/9100 set
but when I log in /localhost:631/9100/printers.
Code:
Paused - "Destination printer does not exist!"
printer works as I have tried print from windows. Could the missing cups in firewall be an issue or something else? But I turned off firewall with
rcSuSEfirewall2 stop
status shows firewall is off and still cant print.
View 3 Replies
View Related
Jul 28, 2011
I am performing a dry run using Rsync on 2 different boxes.While i'm doing that, Under destination directory, I want a specific directory x to be ignored for sync.Please let me know the exact pattern to ignore the directory.The current command I'm using is:rsync -avnc --delete $LOCAL_DIR $USERNAME@$DESTINATION_IP:$REMOTE_DIRunder DESTINATION_IP, I would want to ignore a particular directory under REMOTE_DIR.
View 1 Replies
View Related
Sep 16, 2010
Using iptables is there a way to switch the destination IP to become the new source IP and forward that connection.iptables store the src and dst IP in a variable for a particular connection?
View 2 Replies
View Related
Jan 25, 2010
I'm trying to install Slackware package into some specific locations, like for example, I want to put Linux base package into at / and put applications on /usr/local. However when I'm installing using "setup" program, I cannot find a part that let me to choose the installation destination.
At "setup install" option, it gives six different installation method like full, newbie, menu, expert, custom, and tag path. But none of them (I cannot find it) gives an option where to put the installation package to.
View 2 Replies
View Related
Jul 23, 2011
I currently store my backup files onto 2 HDDs that I have in external USB enclosures, one is 1.5TB and the other is 2TB. They both basically mirror each other, but is done by manually copying files onto one and then the other. My goal is to have a Raid level 5 system and I know that level of Raid is a minimum of 3 disks so I'm wondering what my current options are with Raid level 5 in mind.
I can immediately wipe out one of the two drives I currently have with the second requiring some time to offload data from if it is not possible to proceed with Raid unless I have this second disk free. So my situation is this. Is it possible to do something right now with two disks and then convert to Raid level 5 later once I have a third disk without starting from scratch?
View 3 Replies
View Related
Feb 16, 2010
I'm using rsync for a backup-sript at the moment and want to keep all files. The files are always unique, so I want to rsync without delete any file on the destination.
I've tried with --no-delete and --max-delete=0 but nothing seens to work. Is there even a possibility to do so?
View 2 Replies
View Related
Dec 20, 2010
i want to used the output of search to copy in another destination examlpe. fine /home/* mtime -1 i want to used the output of the find command to copy an another destination
View 4 Replies
View Related
Apr 17, 2010
when I set images as desktop backgrounds, Firefox or Nautilus saves them in my home folder. Does anyone know how to change this to ~/pictures/backgrounds?
View 5 Replies
View Related
May 23, 2010
In Open Office Writer 3.2, is there any way that I can change the default "save as" "to" location from Documents folder to some other location (e.g., Desktop) in Lucid? I have looked thru everything I can find under tools>options, but I don't see anything that appears relevant.
Any command line deal I could do from terminal that might accomplish this?
This question is in connection with this thread: [URL]
View 2 Replies
View Related
Jun 8, 2010
i have a problem with my internet connection in ubuntu 8.04 server edition. if i ping to: [URL]... i get: Destination Host Unreachable but when i ping to my gateway or other pc's in my network no problems occur.
View 9 Replies
View Related
Feb 21, 2011
Suppose I have a tree structure like this:
/home/mahmood/sim/a/b/file1.cpp
/home/mahmood/sim/a/b/file2.h
/home/mahmood/sim/a/c/file3.txt
/home/mahmood/sim/d/file4.txt
How can I copy all of them to /home/mahmood/sim. So that when I run "ls" in /home/mahmood/sim, I see all files:
file1.cpp
file2.h
file3.txt
file4.txt
Can 'cp' search for all file and copy them in another folder?
View 3 Replies
View Related