Connect to RAS callback server: route problem


 
Thread Tools Search this Thread
Special Forums IP Networking Connect to RAS callback server: route problem
# 15  
Old 10-04-2007
So, as I stated in my first post, you've ended up that some wrong settings in pppd's callback option file could prevent the communication with the remote network even if the link seems correctly established?

And what about the routing table on the Windows client after the connection (1b)? How could work a table like that, where the default gw is the IP address of the client? I'm very confused Smilie

Thanks for the patience Smilie
# 16  
Old 10-04-2007
It was worth trying to go through each point step by step. You seem to be doing all the right things.

I've used Linux to Windows RAS successfully before but not using the callback option.

When in doubt try the simplest configuration possible, but here it looks like the Windows RAS box has no desire to send you anything, that's why I think you need somebody at the RAS server end to assist you.
# 17  
Old 10-04-2007
Quote:
Originally Posted by robotronic
How could work a table like that, where the default gw is the IP address of the client?
Because the link is point-to-point? All a default gateway is doing is saying, if you don't know where else to send it, put it here. The ppp driver will get the outgoing packet, see the IP is not for itself and know the only place to put it is down the wire.
# 18  
Old 10-04-2007
I will try playing around with the options and test if a minimal configuration file could get me connected... I'm a bit reluctant to ask windows guys what's happening at the server end, because I'm sure they will pay me no attention and simply say "Hey, use Windows: it's better and simpler!". Eheheh, but there's always a first time, maybe I will try Smilie

Meanwhile, I will post my options file. I think to start looking at the second phase of the connection, where the server calls me back. I hope that the first phase is right, otherwise why the server should recall me??
Maybe you can see immediately something wrong with that and guide me to a solution Smilie

Code:
localhost ppp # cat options.callback
/dev/ttyS0
38400
connect '/usr/sbin/chat -v -f /etc/ppp/nt_callback.chat'
lock
crtscts
defaultroute
debug
updetach
show-password
asyncmap 0
noauth
mrru 1614
mppe-stateful
require-mppe
name mylogin
remotename RASServer
refuse-eap
receive-all
#usepeerdns


Anyway, thanks a lot for your help.
# 19  
Old 10-04-2007
Have you got another Windows box locally with, say, Windows 2000 Server, which has a RAS Server? Then you could throw a serial cable between the two and have a play with that.
# 20  
Old 10-05-2007
I have another XP Pro on my LAN, and I've seen that the options for configuring incoming connections are exactly the same as in Windows Server 2003... But I don't remember if I have a serial cable Smilie
For sure, I have a parallel cable which I used in the past. Does this kind of cable works the same as the serial cable with pppd or not?
# 21  
Old 10-05-2007
You do need a serial cable, and disconnect your box from the LAN so your Linux box must be doing everything over the serial link.

You may need what's called a "null-modem" which swaps the tx and rx wires over, and also a "gender-bender".
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

How to connect Linux server (configure two way authentication) with Windows server?

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (0 Replies)
Discussion started by: manjusharma128
0 Replies

2. Shell Programming and Scripting

Problem connect to a different server then do sudo login and finally run some scripts and get result

I have to write a shell script in my current linux server and I have to connect to a different server then do sudo login and finally run some scripts residing in a particular directory and get results back. I am starting to write my shell script as below but after I do ssh login it prompts for... (2 Replies)
Discussion started by: Devesh5683
2 Replies

3. Shell Programming and Scripting

Connect (SSH) to Windows server via Linux server through a script and passing command.. but failing

I am trying to connect to Windows server via Linux server through a script and run two commands " cd and ls " But its giving me error saying " could not start the program" followed by the command name i specify e g : "cd" i am trying in this manner " ssh username@servername "cd... (5 Replies)
Discussion started by: sunil seelam
5 Replies

4. UNIX for Advanced & Expert Users

Public key to connect from one ftp server to other server

How to generate public key to connect from one ftp server to other server to use in scripting. (1 Reply)
Discussion started by: sridhardwh
1 Replies

5. Linux

Generate public key to connect from one ftp server to other server

How to generate public key to connect from one ftp server to other server to use in scripting. (0 Replies)
Discussion started by: sridhardwh
0 Replies

6. Solaris

Not able to delete the route on one of the server

I try to delete the route on one of the server But I am not able to do it its show the error # route delete 10.1.88.0 10.37.201.33 delete host 10.1.88.0: gateway 10.37.201.33: not in table If I add the route also its shows the error message # route add -net 10.1.88.0 10.37.201.33 add net... (5 Replies)
Discussion started by: bapu1981
5 Replies

7. AIX

problem with command 'route -q' in AIX 5.3

Hi all! I have a problem.I access to AIX server via SSH,then i use command 'route -q', after that i can't connect to AIX server.Please help me to fix this problem. Thanks & Best Regards (1 Reply)
Discussion started by: bachtq
1 Replies

8. AIX

problem with host route

Hi, I have a system with network interfaces en0 and en1 en0: physical ip: 1.1.1.10 virtual ip1: 192.168.100.11 virtual ip2: 192.168.100.12 en1: physical ip: 1.1.1.20 virtual ip1: 192.168.100.20 virtual ip2: 192.168.100.21 default gateway ist 192.168.100.254 when I open a... (12 Replies)
Discussion started by: funksen
12 Replies

9. IP Networking

When to use static route on server?

Hi guys, sorry for asking noob question. When do we really need to add a static route on the server? I encounter this situation whereby a client trigger a network packet to the destination but the destination does not know how to return the traffic back to the client (source). The issue was... (4 Replies)
Discussion started by: DrivesMeCrazy
4 Replies

10. Cybersecurity

J need help to make callback by Modem (AIX)

Are there any of you who have a description which can help me to make a callback on AIX. My userīs call in by a telefonnumber at I want AIX to disconnect the line and make a callback to the user who had logged on AIX. The advantage of this is we have security on who we allow to call our... (2 Replies)
Discussion started by: Carsten Lesmark
2 Replies
Login or Register to Ask a Question