Software :: SMS Gateway - Receives Sms Via GSM Modem ?
Mar 15, 2010
Does anybody know any useful free software for SMS Gateway (like OZEKI software under windows) for linux that receives sms via GSM modem convert it to mail and/or fax and visa versa and has web base configuration GUI?
View 3 Replies
ADVERTISEMENT
Mar 4, 2011
I am wanting a computer with an external dialup modem (ppp0 modem through a com port /dev/ttys1) to act as a gateway to the internet, forwarding internet traffic through ethernet (eth0 is set to static 192.168.2.2) to a router (the router is 192.168.2.1) where it will be broadcast to other wireless computers like my laptop (192.168.2.3). I've had this setup until recently when the gateway computer (the one with the modem) died. Now I'm replacing that machine with another box and an install of Ubuntu 10.10 but so far things aren't working for me.
Success so far:I have dialup access working on the new box. Took me a while to work out the configuration for getting dialup working, though the IP address is Dynamic (or it won't stay connected), "Check carrier line" is off, and "Ignore Terminal Strings (stupid mode)" is on in order to successfully connect and stay connected to my ISP. I also had to make my normal (non-root) user "lancer" a member of the "pid" group (the reboot) in order to use gnome-ppp as non-root. The laptop (192.168.2.3) is successfully connecting to the router (192.168.2.1) as I can see the router configuration page when I type http://192.168.2.1 into the laptop's web browser. This setup is unchanged from how I had it before when this was previously working and I don't want to change how the router itself is set up. What I want is to know what to fix in the new box in order to get it connected to the router (through ethernet) and bridging the internet through.
My problem is that whenever I plug in the eth0 from the gateway (192.168.2.2) to the router (192.168.2.1), Ubuntu's automatic plug-me-in network detection kicks in and I find my dialup no longer working through some kind of IP conflict (at least that's what I think it is). Maybe I don't have the "gateway" correctly assigned? (in the gateway computer for the ethernet connection, I had it pointing to itself as I don't know what to put for "gateway IP" as that is automatic So, just to check my connection, here I am pinging google (from the gateway computer which has the dialup modem) once a dialup connection has been made.
Code:
lancer@lancer-desktop:~$ ping www.google.com
PING www.l.google.com (74.125.237.17) 56(84) bytes of data.
64 bytes from 74.125.237.17: icmp_req=1 ttl=55 time=179 ms
64 bytes from 74.125.237.17: icmp_req=2 ttl=55 time=176 ms
64 bytes from 74.125.237.17: icmp_req=3 ttl=55 time=158 ms
[Code]...
What do I need to do in order to make Ubuntu of my gateway computer stay connected to my dialup but also simultaneously share an ethernet LAN to my wireless router and feed traffic to the other computers from there? I have googled this but some of the most promising instruction (e.g. http://www.ubuntugeek.com/sharing-in...in-ubuntu.html) call for packages like dnsmasq or ipmasq which seem defunct now in Ubuntu 10.10. Other pages seem to suggest dual-networks "can't be done" in Ubuntu [URL].. (what!?! I had it before my other gateway died)
View 1 Replies
View Related
Apr 19, 2011
I created three pop accounts in evolution. For jka-walgau.at my name, office and mobile. The first time everything ran ok (all new mails could be downloaded, and from each account mails could be send). After a day (iIset the computer up for a friend) there arent no new mails that come in (webinterface tells me there are new ones).
SSL for pop and TLS for smtp were set.
The problem is they are selfsigned certificates. The first time when I configured the accounts and clicked the button to test the authentication methods I got a warning (self signed) no button to add this cert permanently only a OK buttton and in the upper corner the (x) to close. How should I handle this problem.
View 1 Replies
View Related
Dec 22, 2010
It could run on my computer. But there is no result.
[code]...
View 1 Replies
View Related
Jan 28, 2010
i have ipA -> web server
and ipB -> mail server
when i send a mail from outside the user receives it but when i send it from my web server in mail logs i get the following error
relay=[127.0.0.1] [127.0.0.1], dsn=5.1.1, stat=User unknown
View 41 Replies
View Related
Mar 16, 2011
I have a problem with the last point of some homework I have for an OS class. I need the program to print the pid upon execution, then for 10 seconds react to SIGUSR1, SIGUSR2 and SIGTERM. If either USR1 or USR2 is received, the 10 seconds are reset. Some of the functions I'm told to use are alarm(), pause() and signal(). The nicest way I found was to handle SIGUSR1, SIGUSR2 and SIGALRM in the parent process, with SIGALRM killing the child (with a SIGTERM). In the child a pause() (or for(; pause() would be enough for it to be alive until killed from the SIGALRM handler in the parent.
What I found is that I can't just do a wait() in the parent process, waiting for the child to be killed, since whenever the parent receives a SIGUSR1 or SIGUSR2, the right handler is called but the child exits nicely. I tried blocking/ignoring those signals in the child, since the default behaviour for SIGUSR1 and SIGUSR2 is to terminate the process, but the result is the same. The only way I could do it is using a waitpid() within a do { } while(!WIFSIGNALED(status)) since when the child gets killed with the parent's kill(), it's WIFSIGNALED, whereas when it exits after the parent handles a SIGUSR1/2, it's WIFEXITED.
P.S. What I'm doing to achieve the expected 10s window is calling alarm(10) in the parent process and again within the SIGUSR1/2 handlers. In the SIGALRM handler I kill the child and within the child I simply do a for(; pause()
View 4 Replies
View Related
Oct 25, 2010
I'm trying to connect to a Cisco VPN at work from Ubuntu 10.10. On earlier versions, I was able to import the config and get it working. In 10.10, though, the best I've gotten is being able to connect to the VPN, see the welcome message, and have packets sent over the tunnel. I don't receive any packets, though.
The command-line vpnc client connects just fine. I found this bug report: [URL]
The symptoms it describes are exactly what I'm seeing. The apparent solution is to "make sure in your config that LZO Compression is enabled (checked) under Advanced"; however I see neither an option for compression nor an "Advanced" tab, button, or anything on my VPN config in Network Manager.
View 4 Replies
View Related
Jul 12, 2011
I have two DNS servers, one local and one remote, and I am trying to get them to talk to each other using views.
The problem I'm having is that the remote server can talk to the local one and receive zone files, but if I update the local server internal view, the remote doesn't receive the update. Here is my config:
Quote:
key "external" {
algorithm hmac-md5;
secret "xxxxx";
};
controls {
inet 127.0.0.1 allow { localhost; };
[Code]....
View 2 Replies
View Related
Jun 22, 2010
I'm running a cobalt raq550 web server (Linux version 2.6) and I want to install a syslog program on it, something that could log messages and send me an instant email in response to certain messages it receives. Is there such a program?
View 6 Replies
View Related
Jun 10, 2010
with installing Modem Huawei E170. my modem can not connected and suddenly remove from my PC. i am using Ubuntu LTS 10.04.
View 1 Replies
View Related
Mar 23, 2011
find and install modem driver for the Alcatel X200 USB modem?
I've been all over the internet trying to locate Linux drivers but no success. Alcatel's website says is not supported, only in Windows. I'm sure there's gotta be a way to use the X200 in Linux.
View 1 Replies
View Related
May 23, 2011
I have a doubt about signals in C programming. I have done this little program to explain it. It creates a child process with fork and, when the child ends, receives the SIGCHLD signal and wait for its termination.Ok, quite easy, BUT when I execute this code the SIGCHLD signal is received twice, first as an error (returns -1) and the second one to finish the child process.I don't understand the meaning of the first received signal. Why is it generated? Is the code wrong? (if you add the SIGINT and press Ctrl+C during the execution it also receives two signals instead of one)
Code: #include <stdio.h>
#include <unistd.h>
#include <string.h>
[code]....
View 4 Replies
View Related
Feb 8, 2010
i'm running Kubuntu karmic and i've been using a 3G Huawei E1552 modem to connect to the internet, everything was going well when suddenly my modem stopped working. I've tried reconfiguring everything, i even reinstalled kubuntu from scratch with no success.Here's a part of my /var/log/debug
HTML Code:
Feb 8 17:14:01 alberto-laptop kernel: [ 1532.099883] usb-storage: device found at 7
Feb 8 17:14:01 alberto-laptop kernel: [ 1532.099888] usb-storage: waiting for device to
[code].....
View 4 Replies
View Related
Mar 28, 2011
During a clean install, at the setting up of the original user, there are two check boxes: "User Receives Mail" and "Automatic Login". What does "Receives Mail" do?
View 9 Replies
View Related
May 18, 2010
How can I set the outgoing port for the socket? In wireshark, my outgoing port is 1024, and i want to set it to 6800 (or a similar port) I see the outgoing broadcast-message in wireshark, but no answer. There are three ECU's in the LAN, which should answer. The following code is a mixture of C/C++ and jointed from different articles:
[code]...
In wireshark I can only see the outgoing message. But the "recvBuffer" (in the lower part of the code) contains the same content as the sendBuffer. Is it right, that I need a sender and further more a receiver? Or should I receive the broadcast-answer on the same socket on which I send the bc?
View 5 Replies
View Related
Feb 3, 2010
Steps for using scan Modem to Identfy dial up modem?
View 1 Replies
View Related
Jun 17, 2011
I have this USB modem P300U(SIM600 chip based) which works fine under wind@ws because it has it's own driver, but the clever seller told me that it worked under Linux as well. It was with Redhat 8 but I couldn't get redhat 8 to download. And until now absolutely false.
I have Debian with Kernel 2.6.32-5-686 I just want to send sms through this modem. It's not recognized as modem I'm frustrated because it's not useful for me if it doesn't work on Linux I looked for info but I can't make it work. What I get in my debian is:
lsusb: Bus 002 Device 003: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x Composite Device
dmesg: 9857.011649] usb 2-1: new full speed USB device using uhci_hcd and address 3
[ 9857.818942] usb 2-1: New USB device found, idVendor=10c4, idProduct=ea60
[ 9857.818989] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[code]....
View 2 Replies
View Related
May 20, 2010
I have a Centos 5.4 server running kernel 2.6.18-164.11.1.el5PAE. It has an internal modem, and I need to be able to issue AT commands from a script to the modem. I need to simply dial a number and hang up. The relevant piece of my script is:
[Code]...
With an external modem, this works no problem. With an INTERNAL modem, the call never goes out. I fired up minicom to make sure the modem was working correctly, and if I issue those AT commands from within minicom, everything works great.
While minicom was running, I noticed a peculiar fact: WHILE minicom is running, the script works from the command line, and I can see all the AT commands and OK's in minicom, (minicom acts as a monitor). When I exit minicom, the script stops working. It appears minicom is creating a bridge between the com port and the modem itself. So, what is minicom doing that I'm unaware of?
The server's sole function is to run asterisk as a voicemail server (avaya wanted well into 6 figure territory to implement this....). This script is to dial an avaya FAC to turn the voicemail message lights on and off on the end users' phones.
View 4 Replies
View Related
Nov 26, 2010
I'm trying to set the gateway with my c++ program. My function receive the gateway on the first parameter.
The return of execution of ioctl() is 0, so it's working good, but when I run the "route" command on console, the configured gateway isn't there.
Check the output and the function below:
$ route
Quote:
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 * 255.0.0.0 U 0 0 0 eth0
[Code].....
View 3 Replies
View Related
Aug 10, 2010
Getting the following error when trying to add a default gateway for eth1.
# route add default gw 192.168.228.2 eth1
route: SIOCADDRT: Network is unreachable
View 2 Replies
View Related
Dec 21, 2010
I use Ubuntu 10.10 x64 at home. My company uses Microsoft RDS (remote desktop services, aka terminal services) at work and I'd like to know if it's possible to connect from home.
On a Windows machine, there is an extra tab in the remote desktop client that allows you to specify a secure gateway to connect through - this means you don't need to establish a VPN connection beforehand, it simply just connects straight away via an SSL tunnel.
I've looked at quite a few Ubuntu RDP clients and none of them seem to have this option.
Does anyone know if it can be done? Either that or I'd like to get my hands on a copy of the 64 bit linux Cisco VPN client that works. I've found a few copies around the internet but they always fail to install.
View 1 Replies
View Related
Aug 2, 2009
I have a server with 192.1.9.10 ip address and I want to define two gateways with ip: 192.1.9.4 and 192.1.9.254 on it but I don't know how I can do it. I don't have professional information in linux.
View 1 Replies
View Related
Jan 1, 2011
I've rent a server from a Germany data center,They use a single IP as their gateway that is not in range of my servers IP,Strangly server is working well and when I use 'route -n' command the gateway which is in other subnet appears properly./etc/sysconfig/network contains no gateway IP and I don't know how they set the default gateway while after reboot the gateway is the same, also the IP is static and there's now DHCP.I need to know how they did it so I can do the same on my VPSes.
View 1 Replies
View Related
Jul 12, 2011
I have 2 lancard eth0 connected to local lan eth1 connected to bsnl broadband connection, I have centos 5.3 here I configure broadband in dial up mode. I am unable to ping outside world and unable to access some site but able to access internet like google etc, configure file is as:
eth0 Link encap:Ethernet HWaddr 00:14:85:96:1C:A7
inet addr:182.x.x.24 Bcast:1182.16.255.255 Mask:255.255.0.0
inet6 addr: fe80::214:85ff:fe96:1ca7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:736487 errors:0 dropped:0 overruns:0 frame:0
TX packets:859918 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:122617961 (116.9 MiB) TX bytes:772581200 (736.7 MiB)
Interrupt:185 Base address:0x6000
eth1 Link encap:Ethernet HWaddr 00:08:A1:7B:A0:F9
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::208:a1ff:fe7b:a0f9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:658246 errors:0 dropped:0 overruns:0 frame:0
TX packets:620456 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:728744445 (694.9 MiB) TX bytes:100768525 (96.1 MiB)
Interrupt:193 Base address:0x4000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:21198 errors:0 dropped:0 overruns:0 frame:0
TX packets:21198 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5867015 (5.5 MiB) TX bytes:5867015 (5.5 MiB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:59.xx.xx.xx P-t-P:59.xx.xx.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1460 Metric:1
RX packets:793 errors:0 dropped:0 overruns:0 frame:0
TX packets:968 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:528818 (516.4 KiB) TX bytes:148274 (144.7 KiB)
[root@venus ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
59.xx.xx.1 * 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 * 255.255.255.0 U 0 0 0 eth1
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
182.xx.0.0 * 255.255.0.0 U 0 0 0 eth0
default * 0.0.0.0 U 0 0 0 ppp0
I am unable to ping gateway of ISP IP i.e gateway of static IP.
View 1 Replies
View Related
Sep 9, 2010
I have one scenerio ,I want to use my Linux PC as residential gateway .I have only one NIC connected to my PC(I cannot connect more) to handle this problem I am using switch . All the devices including my PC are connected using switch (Please refer attached file). I am not sure how can I achieve this ? I am familiar with NAT and DHCP but do not know is this possible in this case?
View 11 Replies
View Related
Nov 15, 2010
we have a problem in accessing the site hosted on our web server from today.Till yesterday it worked fine. But when tried to access through domain name this morning it throws bad gateway error."The proxy server received an invalid response from an upstream server". this is the error i am getting.But it can be accessed fine using the ipaddress.All my dns entries are right.
View 2 Replies
View Related
Nov 18, 2010
you know ,we can get a Iface's MAC Address,IP Address,NetMask by function ioctl(), But how Can I get a Iface's Gateway by ioctl or other funciton!
View 5 Replies
View Related
May 28, 2010
I want to set default gateway permanently. There are two files and both have keyword "gateway":
Code:
View 2 Replies
View Related
Jul 27, 2010
I did an upgrade from 11.2 to 11.3 at my Dell D820 laptop. Everything is working fine except that with Networkmanager it no longer sets the default gateway received by DHCP. I do receive an IP-adress (wired/wireless, does not make a difference) but no gateway. I have tested with several networks and this problem stays...
Of course I can do it manual (adding an default gw), but facing different wired/wireless networks its very unhandy.
Under Networkmanager -> Manage Connection You can edit a connection. If you do that, under tab 'IP-address' -> Configure: Automatic (DHCP) . Below you can select option 'routes'. In this field nothing is selected (I think that is correct). It must be something simple/stupid but what?
OS: Linux 2.6.34-12-desktop i686
KDE: 4.4.4 "release 2
CPU: T2400 @ 1.83 Ghz
View 2 Replies
View Related
Jan 2, 2010
I have a gateway computer that I've been trying to fix up - whenever I try to install Windows XP/2000/Ubuntu, it finds a bunch of errors. I'd really like to get this computer working, it has a 300GB HD, TV inputs, USB ports out the wazoo, and all that other good stuff. Can someone help me with what to do or have a suggestion on what to replace?
I have formatted the hard drive (the Windows installation did it.) The windows installation is to the point where its copying the installation files to the disk, then it gives me an error that it can't find/can't copy the file. The Linux installation just gives me cryptic errors before it even does anything.
I just want to get it to a point where it's usable I really don't care what operating system.
View 1 Replies
View Related