Ubuntu :: Configure A Router From The Command Line?
Mar 29, 2011
I'm sitting here at school, and I need to forward a port from my router at home to my Ubuntu box also at home. I stupidly forgot to turn on external administration on the router, but I can still SSH into the server. Is there a way I can access the router through the server via the command line?
View 4 Replies
ADVERTISEMENT
Mar 18, 2010
I would like to log into my router to get the status page programmatically. I have a dynamic IP address and need to update my dynamic dsl service. The router will not display its address with traceroute (all I get is * * *. Once I am logged into the router I can retrieve the status page with wget and parse the resulting file. I cannot seem to get logged into it with wget. Does anyone know how this might be done? If I posted the HTML page that I log into (from wget of the login page) could someone tell me what I need to code. The router is a Trendnet TEW-652BRP. I can get it off the internet but if my connection is down it will fail.
View 14 Replies
View Related
Apr 3, 2011
I need to connect to my router using only CLI, specifying an username and password, preferably with a single command line, so it won't be interactive, 'cause I need to include the command in a script.
View 5 Replies
View Related
Nov 15, 2010
i configured DSL Connection using my broadband username & Password and while Connecting to net i used to click that Dsl connection to connect to net......but my connection does not last for long...it gets disconnected and shows wired connection s connected....so i have to click again(DSL Connection) to connect to net...... sometimes even i click for two or three times ....it wont connect...
i also need any other ways to configure DSL Connection in Command line ......do i need to configure PPPOE with username and password in command line using (sudo ifconfig pppoeconf)
View 2 Replies
View Related
Nov 24, 2010
My daughter just broke her laptop screen. I can order another LCD - no problem, but until then she wants to use an external monitor. With Windows, this used to be no big deal, because I would hook up a monitor, hit a key combo on the keyboard, and everything would come up on the other monitor.I know how to do this using the GUI, but unfortunately, I can only see about a 2 inch strip at the top of her computer. I can see the gnome menu bar, and when I go into the Nvidia configuration, I can't make out anything below the tops of the two monitors it detects. (I was able to get it to detect both displays, but I can't see to press the "configure" button.)What I need to do, is configure the new monitor from the command line using the two inches of visible monitor that I have at the top of her broken LCD.
View 8 Replies
View Related
Jan 3, 2011
Is there a way I can configure gnome-panel with the command line? I want to be able to write a shell script to switch between my AWN desktop setup and my gnome-panel one.
Also (this is less important) is there an easy way to switch between Gnome and KDE? I would assume no, but if there is that would be cool.
View 4 Replies
View Related
Apr 18, 2009
Ive been struggling to configure a wireless interface on Fedora 9I need to configure wlan0 command line only with NO display managerIve tried setting up /etc/sysconfig/network-scripts/ifcfg-wlan0 with the right information, doing dhcpbut no ip is retrieved. Checking the dhcp server logs on the DHCP server - no request is received.The link light on the wireless nic is not on either. iwconfig shows it has an Access point associated and an ESSID but im not getting back any IP.There seems to be very little documenta on how to set up wireless nics command line only on Fedora
View 1 Replies
View Related
Jan 22, 2011
I just recently installed ubuntu server. I want to be able to install packages and such but can't until I connect to Internet. I tried wifi but couldn't figure out how (I'm a n00b) but now I have ethernet and can't figure out how to make it work. So my question is, how do I connect to my Ethernet with ubuntu server, I could if I had graphical, but I can't get that until I have Internet. I didn't configure network during install, so how do I do it now?
View 3 Replies
View Related
Mar 24, 2011
I had to uninstall a proprietary ATI driver because it wrecked my X server. Apparently I removed the wrong package, because now the X server won't even start, even with the "nomodeset" flag.
QUESTION 1.How can I configure WiFi on the command line with NetworkManager or ifup, whichever is easier?
QUESTION 2.Which packages do I need to download to restore the X server?
View 9 Replies
View Related
May 29, 2010
i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?
View 5 Replies
View Related
Nov 19, 2010
I'm running SUSE linux Server version 11. I want to configure mail server with postfix & cyrus-imap. For that, i have read many documents in Internet by i met issues. I'm running DNS in this server & it's ok Now I cannont send mail through command line.
[Code]....
View 9 Replies
View Related
Nov 27, 2009
I want to configure linux CentOS 5 as a router using iptable, .Im new in linux so I need the steps to do that
View 5 Replies
View Related
Apr 4, 2010
I am trying to follow this tutorial below so that I can get Text to the right of icons on the GNOME desktop. [URL] Everything so far has worked fine, except when I get to step 3 where I compile Nautilus. When I try to run the command ./configure --prefix=/usr It tells me bash: ./configure: No such file or directory
View 5 Replies
View Related
Dec 9, 2010
I have a many text files that have XML tags all shoved into 1 line. I want to create a new file that splits each XML tag onto a new line. code...
View 3 Replies
View Related
Aug 27, 2010
I just got a new wireless router (Asus WL-520GC). I can connect to the Internet, but I can't access 192.168.1.1 to configure the router (this is the correct address, according to the manual). It doesn't respond to a ping either.
Code:
$ ping -c4 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
[code]....
View 9 Replies
View Related
Aug 3, 2010
I've installed Lucid and I'm used to modify my router configuration, add or delete particular ports for services. Until yesterday I've digited the url http://192.168.1.1/ and Firefox reported the homepage of my router. In my case it is a Pirelli alice Gate 2 Plus come with adsl Alice Telecom Italia. Is it a known problem of this router? What can I do now? I can't do nothing with ports
View 14 Replies
View Related
Feb 24, 2011
I'd like show a certain line or lines of a file with context, kind of like a unified diff, on the command line in Linux:
$ (something) -l 154 stuff.py
150: def foo(bar):
151: """
[code]....
View 5 Replies
View Related
Aug 22, 2011
How can I print Linux command line history without including the line numbers? I want to send it all to a text file like this:history >> history.txt
View 1 Replies
View Related
Feb 21, 2011
I'm trying to configure my Linksys WRT54G2 wireless router for my DSL connection. I select PPPOE as the connection type and when I go to connect I get the message cannot get ip address from ppoe server.
View 1 Replies
View Related
Mar 24, 2011
I have a router Asus RT-n16 where i've connected my EPSON DX5000. I've configured the printer function, adding the printer as AppSocket, adding router IP and port 9100 (socket://Router_IP:9100), but now i can't get the scanner function.
I've installed packages from here[URL].do (iscan) and adding on /etc/sane.d/epkowa.conf the line
Code:
net 192.168.1.1 #my router ip
but it's not working. When i run scanimage -L i get this message:
No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by the sane-find-scanner tool (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages). The scanner option worked fine when my printer is directly connected at my computer.
View 2 Replies
View Related
Mar 26, 2011
I know my way around MS Windows much better, but I just don't feel right trying to program something for Android on a Microsoft operating system. I am interested in Android programming so I followed the instructions on [URL] to install the environment on my computer...
I just installed the JDK, SDK, Eclipse successfully (or I assume):
* When I get to Step 4 where I'm supposed to run 'android' it will not run. I get the error message "android: command not found" (I am definitely in the right directory).
** When I double-click it in nautilus, it opens up in gedit. I can set the permissions in nautilus (through the properties - Allow executing file as a program) and get it to work,
My system:
Intel i7
Ubuntu 10.10 Maverick Meerkat
android-sdk-linux-x86
eclipse 3.6.2
View 5 Replies
View Related
Feb 17, 2010
how to pass something more than a one-command startup for gnome-terminal. I will give an example of what I'm trying to do here:
Code:
#! /bin/bash
#
#TODO write this for gnome and xterm
[code]....
This same error occurs if the gnome-terminal line is changed to
Code:
gnome-terminal -e mcTerm
Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.
View 1 Replies
View Related
Apr 4, 2010
I have a Belkin Wireless G F5D7230-4. I was attempting to configure a wireless card on another computer on my network when it froze during the reboot phase after making settings adjustments. The wired connection is fine, except on that computer that I was making the adjustments from. It won't connect at all. I plugged a friends netbook into the same wired line and it connected. Also there is no wireless signal on any laptops. Mac, Win Linux, don't matter. I tried all the various methods of resetting to default but still when I try to access the router's config page @ http://192.168.2.1 I get the error Code: The server at 192.168.2.1 is taking too long to respond.
[Code]...
View 2 Replies
View Related
Apr 29, 2011
I plan on installing a belkin wifi router. Is there any software to configure it ? also i need to increase the security as max as possible will my wifi be secure? only certain number of devices to access it also any software to display the number of devices accessing it like a radar? i am very fed up of all the command-line thinggy
View 1 Replies
View Related
May 30, 2011
I have a Linksys WAG54G2 Router - this is set up and was working fine with Xp and my Apple I phone.I have just changed over from XP to Ubuntu, and am having difficulty in configuring wireless settings to accept UBUNTU.The hard wired Ethernet connection works fine.
View 2 Replies
View Related
Jun 30, 2009
I want to configure a ACL Permit/ Deny, what steps I need to keep in consideration.
View 2 Replies
View Related
Jan 25, 2011
i m using an adsl modem router for connecting into the internet while my operating system is windows 7,but i want to learn open source platforms like UNIX and Linux. so for this reason i install a Linux distro which is centos5. how i can configure my modem router with centos. modem router model is Billion BIPAC 5210s.i search internet for its drivers and the only thing which i found modem driver for windows platforms and nothing esle want to know that for installing this modem with my centos i need to download its drivers or not
View 14 Replies
View Related
May 6, 2009
Is there a way to configure the Linksys router via my browser (like I do with a 2WIRE router) and if so, how? (the 2WIRE I just typed gateway in the address bar).
View 1 Replies
View Related
Feb 15, 2010
I have a program called "PortForward" to do the job in Windows... But I've been searching for the better part of 2 hours trying to find one for Linux.
I can use the router's admin interface, but it limits the number of forwards you can add. And I would like to be able to add more simply because the applications I need to forward aren't already included.
View 3 Replies
View Related
Jun 18, 2010
Code: cmd='date | wc'
$cmd If this script is executed, an error is generated. The reason written was that "The execution fails because the pipe is not expanded and is passed to date as an argument".What is meant by expansion of pipe. When we execute date | wc on the command line, it goes fine.then | is not treated as an argument. Why?
View 4 Replies
View Related