How to use route command on SuSE & Cygwin


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to use route command on SuSE & Cygwin
# 1  
Old 04-07-2006
How to use route command on SuSE & Cygwin

If I'm at a wireless cafe running SuSE and I want to read my mail but the wireless cafe blocks port 25 for smtp but I have a VPN connection to my home machine, how do I use the "route" command.

If I'm at home on my windows machine and have a VPN connection to another network, can I use the cygwin route command to access a web site under a different IP?

I notice that when I try to browse my own web site (that I am serving), I cannot specify my WAN address. I have to specify my LAN address. Of course, putting LAN addresses in my links is not very effective for anyone outside my LAN!

But if I had a VPN to another network and could come in from that network, that would solve my problem!

Thanks,
Siegfried
# 2  
Old 04-07-2006
you don't

The route command has nothing to do with the situation. Route commands manipulates the routing table as you have two or more interfaces connected to different networks, or specific routes are accessible by other gateways rather than the default. Then you use route command to introduce these routes as your computer normally uses standard IP forwarding routing and doesn't know how to obtain the alternative routes, since it normally doesn't use routing protocols.
In your case, as you sit in a cafe, it has one default router and no other means to communicate with Internet. VPN implies tunneling connection trough some encryption, you may suspect that port 22 is blocked by the router but port 25 has nothing to do with it (even if it is blocked as you connect trough VPN) if your computer connects to VPN because it does not connect to the mailbox explicitly. It is also possibility that it is blocked by router one level above the router in cafe as it may be part of their internal policy. "UNIX Essential and Core" DVD explains this stuff.
# 3  
Old 04-12-2006
Why not?

I did a google search for "UNIX Essential and Core" and could not find it. Is it something I can buy somewhere? Is it a online tutorial or book?

Is what I want to do impossible, or is there just no software to do it?

Thanks,
Siegfried
# 4  
Old 04-13-2006
Here..

I performed "UNIX Essentials and Core" search on Google and it came back with zillion links to it. It is UNIX course on DVD, read the description, here the links ...

http://www.amazon.com/gp/product/B00...v=glance&n=130

or

http://www.customflix.com/206041
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. Red Hat

How to route multiple IP addresses with IPTABLE command?

Hi, We have a router and devices for testing. We route devices with below command iptables -t nat -A PREROUTING -p tcp -d 0/0 --dport 80 -s 10.111.111.22 -j DNAT --to-destination 10.13.0.16:3128 where 10.111.111.22 is device IP. and 10.13.0.16 is our Linux box machine. Likewise we... (4 Replies)
Discussion started by: Dhruvak
4 Replies

3. Windows & DOS: Issues & Discussions

closed-source application & CygWin

Is it possible to install closed-source applications on CygWin? (7 Replies)
Discussion started by: Xterra
7 Replies

4. UNIX for Dummies Questions & Answers

Where do i put ifconfig & route add for boot?

SCO v5.0.6 I figured out what command lines I need to get SSH working, but where do I put these command lines so they stick when booting? #ifconfig net0 ... netmask ... up #route add default ... I know I can add the default gateway to /etc/default/tcp, but... I would rather run a... (2 Replies)
Discussion started by: vdi_jeanne
2 Replies

5. Windows & DOS: Issues & Discussions

Output of ls command on Cygwin

what does the '+' sign stand for on the output of ls command on cygwin? -rw-------+ 1 milhan None 146783 Jun 19 12:10 schedule.pdf -rw-------+ 1 milhan None 320 Aug 15 17:14 current.txt -rw------- 1 milhan None 24576 Dec 28 2008 fdfd.txt (2 Replies)
Discussion started by: milhan
2 Replies

6. SuSE

SuSE Linux Kernel & Veritas MultiNIC Configuration...!!!

Dear All, I would like to install VERITAS Cluster 4.1 on SuSE Linux 10 with SP1 & following is the requirement of the kernel from VERITAS side; SUSE Linux Enterprise Server 10 with SP1 with following kernel level: 2.6.16-37-0.18-smp/2.6.16-37-0.18-bigsmp After installing the SuSE 10 with... (1 Reply)
Discussion started by: jumadhiya
1 Replies

7. IP Networking

need help on route command (adding)

Hi, I was window OS user and kinda switched to darwin-bash/Mac OS recently, just asking for some help for setting up routes. When i was using in window XP i can do "route print" and "route add 64.25.55.200 mask 255.255.255.255 188.17.145.178" ,and then when i access 64.25.55.200, it will... (2 Replies)
Discussion started by: ko9ko9ko9
2 Replies

8. UNIX for Dummies Questions & Answers

Trying to lose XP & Install Suse 10.1

Hello, I bought a second pc to install Suse 10.1 on. It came with Xp pro installed on it. I downloaded Suse 10.1, burned 5 CD's, changed bios to boot from the cdrom, restart the pc & Xp loads. Any suggestions? Thank You (1 Reply)
Discussion started by: Nick7269
1 Replies

9. UNIX for Dummies Questions & Answers

trace route command

very new to unix whats the trace route command (7 Replies)
Discussion started by: jhale123
7 Replies

10. IP Networking

route table command

Im very new to unix.. I want to view the route table whats the command. (1 Reply)
Discussion started by: jhale123
1 Replies
Login or Register to Ask a Question