LAN Connection drops when I use Connect via dialup

rwaldron

New member
Local time
9:07 AM
Messages
5
Hiya Guys,

I use an snmp monitoring tool to monitor our LAN network.
When there is a device error on our LAN an error is sent via dialup connection to the internet.

I have notice that the LAN Connection drops on the monitoring PC as soon as the dialup connection for sending email is connected ?

Any ideas how to stop the LAN from disconnecting..
I thought this might be something to do with connection metric but I set the dialup priority to a high number ( low priority )
LAN still disconnects as soon as dialup makes a connection.

I want LAN to stay active while dialup active.

any help please.

Ray..
 

My Computer My Computer

At a glance

Windows 7 64Bit
Computer type
PC/Desktop
OS
Windows 7 64Bit
rwaldron, Welcome to the windows 7 forum.

Something tells me that the drivers for the modem are asking for an IP from the dialup internet and that is what is disconnecting you from the LAN connection. Why do you use dial up when the system can send out email via the lan connection, if you have internet access on your lan???

rich
 

My Computer My Computer

At a glance

Windows 7 Pro x64 SP1Intel Core I716 GigsNVIDIA GeForce GTX 670M
Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Laptop Qosimo X870
OS
Windows 7 Pro x64 SP1
CPU
Intel Core I7
Motherboard
Toshiba Qosmio
Memory
16 Gigs
Graphics Card(s)
NVIDIA GeForce GTX 670M
Monitor(s) Displays
17.7" laptop
Screen Resolution
1600 x 900
Hard Drives
256 Gig SanDisk SSD for C
256 Gig Intel SSD for D
Internet Speed
50/25 FIOS
Antivirus
Vipre (all you can eat for 10 machines)
Browser
IE and FF
Other Info
I have dos 6.22, wfwg 3.11, win98, 2000 and xp VHD's available for testing. MS's Virtual PC works great.
Hiya Rich, the customer we are doing the monitoring for does not want us sending email over the LAN. We have to use dialup.. I would prefer LAN myself but it's out of my control...
any other ides ? I think its a metrics issue via route print. maybe if add a statuc route ?
 

My Computer My Computer

At a glance

Windows 7 64Bit
Computer type
PC/Desktop
OS
Windows 7 64Bit
Hiya Rich, the customer we are doing the monitoring for does not want us sending email over the LAN. We have to use dialup
This is very strange! :shock: :eek:
 

My Computer My Computer

At a glance

Windows 7 Ultimate 32bit SP1Intel(R) Core(TM)2 Quad CPU @ 2.40GHz, 2400 MHz4 GBATI Radeon HD 2600 Pro
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Bruce ... somewhere in his 40's
OS
Windows 7 Ultimate 32bit SP1
CPU
Intel(R) Core(TM)2 Quad CPU @ 2.40GHz, 2400 MHz
Motherboard
INTEL/D975XBX2
Memory
4 GB
Graphics Card(s)
ATI Radeon HD 2600 Pro
Monitor(s) Displays
Samsung SyncMaster 914v
Screen Resolution
1280 x 1024
Hard Drives
2/500GB each ... ST3500630AS ATA Device.
One is not connected
PSU
Rocketfish 700 W
Case
G.Skill Gigabyte Chassis
Keyboard
Standard PS/2 Keyboard
Mouse
Microsoft PS/2 Mouse
Internet Speed
DSL
Antivirus
Avira Internet Security
Browser
IE 11
Other Info
ATI HDMI Audio
Hiya Guys,
I made some progress.
In windows 7 if untick the option "use default gateway on remote network" then The LAN no longer drops when dialup connection is made. However dialup connection then still fails to send email.
If I tick this option again then dialup email does send correctly but LAN Drops :(

The option can be found
in windows 7 goto your dialup setting properites -> networking -> select TCP/IP settings (IPv4) -> click properties-> in general tab, goto advanced tcp/ip settings

any more help?
 

My Computer My Computer

At a glance

Windows 7 64Bit
Computer type
PC/Desktop
OS
Windows 7 64Bit
rwaldron, when you say that your dialup works but the sendmail does not send mail, Maybe it is trying to send via the Lan instead of the dialup.. Have you checked out the settings in your smtp sendmail?

Rich
 

My Computer My Computer

At a glance

Windows 7 Pro x64 SP1Intel Core I716 GigsNVIDIA GeForce GTX 670M
Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Laptop Qosimo X870
OS
Windows 7 Pro x64 SP1
CPU
Intel Core I7
Motherboard
Toshiba Qosmio
Memory
16 Gigs
Graphics Card(s)
NVIDIA GeForce GTX 670M
Monitor(s) Displays
17.7" laptop
Screen Resolution
1600 x 900
Hard Drives
256 Gig SanDisk SSD for C
256 Gig Intel SSD for D
Internet Speed
50/25 FIOS
Antivirus
Vipre (all you can eat for 10 machines)
Browser
IE and FF
Other Info
I have dos 6.22, wfwg 3.11, win98, 2000 and xp VHD's available for testing. MS's Virtual PC works great.
Hiya Rich,
sendmail is set to send over dialup..
as soon as I tick the option back again on "use default gateway on remote network".
Then send mail works , without me having made any changes to send mail itself.

The section I am in, in windows 7 goto your dialup setting properites -> networking -> select TCP/IP settings (IPv4) -> click properties-> in general tab, goto advanced tcp/ip settings
this describes "this section only applies when you are connected to a local network and a dialup network simultaneously"
So It's somewhere here the should sort my issue ?

any other ideas ?
Ray..
 

My Computer My Computer

At a glance

Windows 7 64Bit
Computer type
PC/Desktop
OS
Windows 7 64Bit
Finally got it sorted.
For anyone interested. creating a static route on the LAN prevented the LAN from disconnecting when Dialup connected.
“use default gateway on remote network” set to default (ticked)
the command to run is
route -p add 10.0.0.0 255.0.0.0 x.x.x.x metric 2
where
10.0.0.0 is the destination LAN
255.0.0.0 subnet mask
x.x.x.x Gateway of the LAN
in windows7 the command window needs to be run as administrator.
ie:start\run and type command but don't press enter
Right click on the Command prompt icon that windows displays and "run as administrator"

Hope this helps someone else.
Ray..
 

My Computer My Computer

At a glance

Windows 7 64Bit
Computer type
PC/Desktop
OS
Windows 7 64Bit
Back
Top