Help with route add

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
capitao2000
Newbie
Newbie
Posts: 1
Joined: Tue Jul 05, 2011 7:55 am

Help with route add

Post by capitao2000 »

Hi

I used wine with one application (windows based) called scgw. I've install msmxl and now the application works fine, but like in windows i need to add a route.
In windows i do the follwing:

route add 193.126.64.2 mask 255.255.255.255 192.168.1.1 -p

How I can do this in wine to make the app work's fine? I try add, but with no sucess.

Please, can anybody help me?
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

Simple answer you don't with wine.

Long answer. Linux or what ever your native os controls the network stack.

Also altering network setting in linux in a root/admin level right. route command under Linux is very simpler to windows.
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Post by jorl17 »

man route

Route probably does that. RTFM ;)

Cheers,

Jorl17
Locked