Networking :: Randomizing Or Changing Output IP
May 4, 2010
I have a proxy tunnel server which the client connects trough SOCKS protocol, for ex: he opens a ssh window "ssh -D 1070 server.com" and set his connection to SOCKS v5 on 127.0.0.1:1070.I want that, when someone uses the proxy, the external ip the persons gets to be random, not always externalip1! Or... if he uses externalip2 to connect on ssh, his externalip should be externalip2. I don't want every user with the same external IP.
View 1 Replies
ADVERTISEMENT
Apr 22, 2010
I am writing a bash script that utilizes the output of another script (which I will refer to as script#2.) Script#2 is not owned by me, I cannot modify it. All of the output from script#2 is blue, which makes it difficult for me to read.
I would like to have the output of it changed to grey. Is there a way I can do that in my script? A command I can pipe the output to?
Edit: One other question related to this. I put a trap function in my script that works well. Script#2 essentially runs a tail -f. When I ctrl+c to stop it, it stops script#2 and never calls the trap in my script. Is there any way I can work around that?
View 3 Replies
View Related
Jan 6, 2010
script which adjusts my NVIDIA settings to HDMI and also my Audio output to my digital output. I feel its quite a lot of clicking to get my signal to my LCD.So I hope somebody already had this idea and can give me the script or can assist me in writing it myself. I think its not a complicated script. i guess its only 2 lines. But i am not exactly a pro in Ubuntu..So as i said i have a NVIDIA graphic cardand aplay -l shows
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
Subdevices: 1/1
[code]...
View 1 Replies
View Related
Aug 15, 2010
I can't hear what I'm recording in Audacity. Please can someone help/suggest something helpful to solve this problem? I have tried changing the output in the sound preferences panel but this does not work either. I'm using Lucid Lynx Ubuntu.
View 5 Replies
View Related
Sep 1, 2011
is everytime i reboot , my keyboard is reset to USA. im in canada & it pisses me off each time i need to change it also.all my options on EMESENE is the same issue always RESET.it's like if nothing keeps the changes once rebooted.
View 1 Replies
View Related
Feb 25, 2010
I am a under-graduate student. my prof has implemented an adhoc protocol and simulated it on some network simulation software and it worked out of box. She want to implement it on real world unix/linux systems. i am sure it is possible, but i dont know where to start from.
View 5 Replies
View Related
Mar 14, 2010
I am coming across a strange error with my gateway. When I do a "ping", this is what I get below:k-63a5b848c6cb4:~ # ping simba PING simba.gateway.2wire.net (192.168.1.69) 56(84) bytes of data.
64 bytes from k-63a5b848c6cb4 (192.168.1.69): icmp_seq=1 ttl=64 time=0.041 ms
64 bytes from k-63a5b848c6cb4 (192.168.1.69): icmp_seq=2 ttl=64 time=0.029 ms
64 bytes from k-63a5b848c6cb4 (192.168.1.69): icmp_seq=3 ttl=64 time=0.023 ms
[code]....
View 1 Replies
View Related
Mar 22, 2010
I'm doing some simulations (using Iperf) to obtain throughputs values of a link between two gigabit ethernet cards for different delays and different drop probability (using netem) .... Now I have to do a 3minute long simulation in which during the firstnute the bandwidth is 1000Mbit/s, 500Mbit/s during the second minute and 1000Mbit/s during ththird one....Does anybody know how can i do this type simulation
View 4 Replies
View Related
Jul 8, 2010
I have a small pc running fedora 8 with iptables and 2 network cards for routing/firewall and secondary DNS.For some time I've been alerted by the network guys that this machine was generating some alerts. The real network IP address keeps being assigned to the other interface, intended for LAN only (10.0.0.1/24).I've already changed the PC, installed a more recent operating system, replaced the 2 network cards and the problem persists. I have another pc running the same services (except DNS) in a very simillar way and no alert logs from that one.onder if it is some configuration issue on my startup firewall script.I've also installed arpwatch and I could confirm this IP and physical address issue:
Arpwatch output:
hostname: my.host.name
ip address: my.ip.address
[code]....
View 5 Replies
View Related
Sep 14, 2009
I often run "gulp", a networking utility, to capture data from an instrument on "eth1". By default gulp must be run as root to have access to the ethernet port, and when I'm the only one running it, that's fine. But I need to let several other users to capture data and don't want to give them all sudo permissions for both gulp, and more importantly, 'chmod'. Is there anyway to change the permissions of eth1 to allow all users to open it and avoid sudo entirely? This is on a Red Hat/Fedora machine.
View 1 Replies
View Related
Apr 12, 2011
I'm running Ubuntu server. To change the IP while I'm sitting in front of the computer, I would:
1. edit /etc/network/interfaces
2. ifdown eth0
3. ifup eth0
Remotely, I can do the first two no problem, but the ifup command causes some problems since the ethernet interface is no longer functioning. Is there some kind of script that can be written for this purpose? Maybe something that will check eth0 every so often and make sure it is running and bring it up if it isn't. Or else a script run with nohup?
I do not intend that changing the IP address will be a frequent occurrence, but when it needs to be done, it must be done reliably and without the possibility that the computer will no longer be reachable for more than a couple minutes or so.
View 3 Replies
View Related
Mar 14, 2010
I am coming across a strange error with my gateway. When I do a "ping", this is what I get below:
k-63a5b848c6cb4:~ # ping simba
PING simba.gateway.2wire.net (192.168.1.69) 56(84) bytes of data.
64 bytes from k-63a5b848c6cb4 (192.168.1.69): icmp_seq=1 ttl=64 time=0.041 ms
64 bytes from k-63a5b848c6cb4 (192.168.1.69): icmp_seq=2 ttl=64 time=0.029 ms
64 bytes from k-63a5b848c6cb4 (192.168.1.69): icmp_seq=3 ttl=64 time=0.023 ms
64 bytes from k-63a5b848c6cb4 (192.168.1.69): icmp_seq=4 ttl=64 time=0.015 ms
Does anyone know what the problem could be?
View 1 Replies
View Related
May 20, 2011
I've 3 hosts images installed in virtualbox, that every time I reboot an image, the ip address change.
The 3 images are ubuntu.
I would like to configure these images in a way that, every time I reboot the images, I can access them by the name, and not by the ip.
View 2 Replies
View Related
Sep 3, 2010
Why changing of mac address isn't recommended? The possible reasons that I can find is:
1) it can break firewalls
2) it can break some DHCP implementations ?
Is there any other reasons that I have missed ?
View 3 Replies
View Related
Oct 19, 2010
I am on my University network. I am using Network Manager. The default setting is Automatic (DHCP) which, AIUI, means my IP and DNS is set automatically. If I change it to Automatic (DHCP) addresses only then I should be able to set my DNS. However, when I enter the OpenDNS server, although /etc/resolv.conf does change, I connect to my wireless network but have no ability to send / receive any data. Removing these settings and returning to Automatic (DHCP) enables me to send / receive traffic again.
However, I can use a VPN which does change the DNS settings. In Network Manager the setting is Automatic (VPN). My /etc/resolv.conf changes to:
domain my domain.ac.uk
search my.domain.ac.uk
nameserver vpn dns
nameserver vpn dns
nameserver university dns
And I can connect and send / receive as normal.
I can understand that my University has blocked the ability to change the DNS. What I do not understand is how I can change the DNS with a VPN but not manually?
View 3 Replies
View Related
Jan 24, 2011
I have a school project that requries me to bypass MAC filtering by changing my MAC address.I changed my mac address through the following:
Code:
sudo service network-manager stop
sudo ifconfig wlan0 hw ether 00:11:22:33:44:55
[code]....
View 2 Replies
View Related
Jun 15, 2010
I am using Suse 10 sp2. By running ifconfig I am changing the mac address. Everything is happening successfully, but this is adapter losing the network connection. Even when I give a static IP. I am not able to ping any other IP.
View 1 Replies
View Related
Sep 30, 2009
Router: Linksys WRT54GS
NIC: D-Link DWA-645 (RangeBooster N 650 NoteBook Adapter)
i have successfully changed my MAC address. By doing:
ifconfig wlan0 down
ifconfig wlan0 hw ether AA:BB:CC:11:22:33
ifconfig wlan0 up
When I do:
ifconfig wlan0, it shows my new MAC address.
After changing, I cannot connect to the Internet. I have already disable mac filtering in my router. What did I miss out?
View 5 Replies
View Related
Mar 1, 2011
in our server, Fedora 10 64 bit in this,IP Address is automatically changing Actually IP Address is 192.168.1.50 it changing frequently.if i try to edit that to normal it is not showing options. net mask is also is changing from 255.255.255.0 to 24 After reboot the system ,through LAN it is accessible .But not through the network.
View 2 Replies
View Related
Mar 29, 2010
I'm using Slackware 64 on a HP dv2500 SE. I've been using wicd for my network connection. I have a Linksys wireless router. Recently I changed my ESSID to from the default linksys to something else. Now wicd, doesn't see my router as the new name. It still sees the linksys router but obviously can't connect to it. I have connected using the "find hidden network". Mostly i have to run iwconfig eth1 essid "newname"then dhcpcd eth1my question, how can i get wicd to see the newname and connect on it's own as it used to.
View 3 Replies
View Related
Apr 29, 2010
I cant seem to get the sound working and when I click on perference then sounds and go to the output selection it has only dummy output as a option.
View 3 Replies
View Related
Mar 7, 2010
I installed KMplayer but I cant play video files...No video output but can get only the audio output...So how to make this work for videos?
View 2 Replies
View Related
Jan 25, 2011
Running 10.10 and win 7 on my HP dv6-2150us laptop and I'm having a few issues.
First how do I get HDMI audio output to my TV? I think I have just a integrated Intel graphics card. It works fine in windows but I can't seem to get it to work in Ubuntu. I tried searching but couldn't find anything pertaining to this issue.
View 3 Replies
View Related
Feb 13, 2009
After installation, I changed the hostname of my computer, using system-config-network. However, after every reboot, it no longer wants to automatically connect to the network. The only way I could fix this was to remove NetworkManager-gnome and install knetworkmanager and use it to create a new connection. There was a flag there to autoconnect.
The other problem is that the hostname never shows on my network. My other PCs all have visible hostnames. One is an Ubuntu box and the other Windows XP. These machines can be pinged by hostname. The Fedora box can only be reached from the other PCs by specifying the numeric IP address.
I've checked the usual places and the hostname is correctly specified. Entering the 'hostname' command returns the correct hostname on the Fedora box. I am running Fedora 10.
View 2 Replies
View Related
Nov 25, 2010
Now that I've set up an FTP server here at home I'm thinking that it might be a good idea to change from the default Port 21 to something else. Can I use any port I desire or are there only certain ports that support this protocol?
View 14 Replies
View Related
Jun 24, 2010
I am doing a test on MAC learning and for that ,I need to change my MAC address of linux machine while the interface is UP. To be more clear, consider eth1 in a fedora core 8 machine. And while the interface is UP. I am running a script which changes the MAC address from 10:1:1:1:1:1 to 50:50:50:50:50:50 (i.e 50 times MAC address is changed) . When I try to change the MAC address when the interface it UP, it gives me the following error :
siocsifhwaddr : device or resource busy
I know the way of changing the MAC address by bringing down the interface but I need to know if this can be done while the interface is UP.
View 2 Replies
View Related
Feb 27, 2010
i have a file server running kubuntu and samba, when i plugged it into a different router, the router assigned it a different IP address (as I expected - its using DHCP) - but the old router was supplying 192.168.1.x type IP's and now the new router is suppliing 10.0.0.x type addresses.I now cannt see the samba shares on the file server.the computers can ping each other and they have working connections to the internet
View 1 Replies
View Related
Mar 29, 2010
I am new to using ubuntu. I am trying to play with my WLAN by changing its modulation, power, bitrate, channel etc. When I am trying to change the modulation type i had an error like this # iwconfig wlan0 modu 11g Error for wireless request "Set Modulation" (8B2F) : SET failed on device wlan0 ; Operation not supported. so i checked for different modulation types my WLAN supports this produced an error like this.
# iwlist wlan0 modulation wlan0 unknown modulation information. I even cannot access the power types my WLAN supports. I am using Intel wireless wifi link 5100. change the modulation type and power for my WLAN?
View 3 Replies
View Related
May 6, 2010
I am on ubuntu server and its joined to an W3k Domain thru winbind/samba. However everything works fine and Windows and Local users can login to the machine without any problem. However when I wanted to create a local user X and change his password I couldn't. It created the local user X but I could not change the password.
View 1 Replies
View Related
Mar 28, 2010
Failed to fetch [URL] Could not connect to 127.0.0.1:8118 (127.0.0.1). - connect (111 Connection refused)----when tor and polipo are not running---
Possible causes:
I just installed tor, privoxy, and polipo and set them up for web browsing anonymity. Other than that I don't recall making any system wide changes.
Other Info:
I can access the internet via a web browser and other programs just fine because i can manually edit each program's internet connection settings. apt-get works when tor and polipo are running. I have used tor and privoxy/polipo in the past and this has never been a problem, so I must have done something different this go around. Obviously I am not sure what that is. Attached are the applicable config files.
View 2 Replies
View Related