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
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.
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.
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
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
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.
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
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?
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)
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)
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)
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)
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)
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)
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)
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)